| Package | Description |
|---|---|
| iaik.ixsil.core |
| Modifier and Type | Method and Description |
|---|---|
Object |
SignerSignature.addObject(Object object)
Adds the specified object container to the list of object containers in this signature.
|
Object |
SignerSignature.createObject(org.w3c.dom.DocumentFragment content)
Creates an object container with the specified DOM document fragment as its content.
|
Object |
SignerSignature.createObject(org.w3c.dom.Element content)
Creates an object container with the specified DOM element as its content.
|
Object |
SignerSignature.createObject(SignerManifest manifest)
Creates an object container with the specified manifest as its content.
|
Object |
SignerSignature.createObject(SignerSignatureProperties signatureProperties)
Creates an object container with the specified signature properties container as its content.
|
Object |
SignerSignature.createObject(java.lang.String content)
Creates an object container with the specified string as its content.
|
Object |
VerifierReference.dereferenceObject()
Creates an object container from the data the reference points to.
|
Object[] |
SignerSignature.getObjects()
Gets all object containers which are part of this signature.
|
Object[] |
VerifierSignature.getObjects()
Gets all object containers which are part of this signature.
|
Object |
SignerSignature.removeObject(Object object)
Removes an object container from the list of object containers in this signature.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SignerSignature.addObject(Object object)
Adds the specified object container to the list of object containers in this signature.
|
Object |
SignerSignature.removeObject(Object object)
Removes an object container from the list of object containers in this signature.
|