| Package | Description |
|---|---|
| iaik.ixsil.core |
| Modifier and Type | Method and Description |
|---|---|
SignatureProperty |
SignatureProperties.addSignatureProperty(SignatureProperty signatureProperty)
Appends a signature property to the list maintained by this signature property container.
|
SignatureProperty |
SignerSignatureProperties.addSignatureProperty(SignatureProperty signatureProperty)
Appends a signature property to the list maintained by this signature property container.
|
SignatureProperty |
SignatureProperties.createSignatureProperty(org.w3c.dom.DocumentFragment content)
Creates a new signature property.
|
SignatureProperty |
SignerSignatureProperties.createSignatureProperty(org.w3c.dom.DocumentFragment content)
Creates a new signature property.
|
SignatureProperty |
SignatureProperties.createSignatureProperty(org.w3c.dom.Element content)
Creates a new signature property.
|
SignatureProperty |
SignerSignatureProperties.createSignatureProperty(org.w3c.dom.Element content)
Creates a new signature property.
|
SignatureProperty |
SignatureProperties.createSignatureProperty(java.lang.String content)
Creates a new signature property.
|
SignatureProperty |
SignerSignatureProperties.createSignatureProperty(java.lang.String content)
Creates a new signature property.
|
SignatureProperty |
VerifierReference.dereferenceSignatureProperty()
Creates a signature property from the data the reference points to.
|
SignatureProperty[] |
SignatureProperties.getSignatureProperties()
Gets an array containing all signature properties of this container.
|
SignatureProperty[] |
SignerSignatureProperties.getSignatureProperties()
Gets an array containing all signature properties of this container.
|
SignatureProperty[] |
VerifierSignatureProperties.getSignatureProperties()
Gets an array containing all signature properties of this container.
|
SignatureProperty |
SignatureProperties.removeSignatureProperty(SignatureProperty signatureProperty)
Removes the specified signature property from this signature property container.
|
SignatureProperty |
SignerSignatureProperties.removeSignatureProperty(SignatureProperty signatureProperty)
Removes the specified signature property from this signature property container.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureProperty |
SignatureProperties.addSignatureProperty(SignatureProperty signatureProperty)
Appends a signature property to the list maintained by this signature property container.
|
SignatureProperty |
SignerSignatureProperties.addSignatureProperty(SignatureProperty signatureProperty)
Appends a signature property to the list maintained by this signature property container.
|
SignatureProperty |
SignatureProperties.removeSignatureProperty(SignatureProperty signatureProperty)
Removes the specified signature property from this signature property container.
|
SignatureProperty |
SignerSignatureProperties.removeSignatureProperty(SignatureProperty signatureProperty)
Removes the specified signature property from this signature property container.
|