| Package | Description |
|---|---|
| iaik.ixsil.core |
| Modifier and Type | Method and Description |
|---|---|
VerifierManifest |
VerifierReference.dereferenceManifest()
Creates a manifest object from the data the reference points to.
|
Object |
VerifierReference.dereferenceObject()
Creates an object container from the data the reference points to.
|
VerifierSignatureProperties |
VerifierReference.dereferenceSignatureProperties()
Creates a signature property container from the data the reference points to.
|
SignatureProperty |
VerifierReference.dereferenceSignatureProperty()
Creates a signature property from the data the reference points to.
|
byte[] |
VerifierReference.getDigest()
Get the digest value of this reference element.
|
void |
SignerReference.insertTransformAt(Transform transform,
int position)
Inserts the specified transform at the specified position into the list of transforms which should be
applied to the data refered by this reference to get the input for the digest algorithm.
|
void |
TransformInstruction.insertTransformAt(Transform transform,
int position)
Inserts the specified transform at the specified position into the list of transforms which should be
applied to the data refered by this transform instruction.
|
java.lang.Object |
SignerReference.processTransforms(int positionOfLastIncludedTransform,
boolean applyFinalC14N)
Resolves the Reference's URI (or takes the expicite data set previously respectively) and invokes all
transforms starting with the first and ending with the one specified by means of the parameter
positionOfLastIncludedTransform. |
java.lang.Object |
VerifierReference.processTransforms(int positionOfLastIncludedTransform,
boolean applyFinalC14N)
Resolves the Reference's URI (or takes the expicite data set previously respectively) and invokes all
transforms starting with the first and ending with the one specified by means of the parameter
positionOfLastIncludedTransform. |
void |
SignerReference.removeTransformAt(int position)
Removes the transform at the specified position from the list of transforms which should be applied to
the data refered by this reference to get the input for the digest algorithm.
|
void |
SignerReference.setDigestAlgorithm(DigestAlgorithm digestAlgorithm)
Sets the digest algorithm for this reference.
|
boolean |
VerifierReference.verifyDigest()
Verifies the digest value of this Reference.
|