| Package | Description |
|---|---|
| iaik.ixsil.core |
| Modifier and Type | Method and Description |
|---|---|
void |
SignerSignature.computeDigestInputs()
Computed the digest inputs for all references of this signature.
|
void |
VerifierSignature.computeDigestInputs()
Computed the digest inputs for all references of this signature.
|
VerifierKeyManager |
VerifierSignature.getKeyManager()
Gets the key manager employed by IXSIL in the verification use case.
|
void |
SignerSignature.setKeyManager(SignerKeyManager keyManager)
Can be used by the application to set the key manager for the signing use case.
|
void |
SignerSignature.sign()
Computes the signature value for this signature.
|
void |
VerifierSignature.verify()
Verifies this signature in a two step fashion: At first, for each reference in the signed information
the digest will be produced over the referred data entity and compared against the digest value stored
in the reference.
|