| Package | Description |
|---|---|
| iaik.ixsil.algorithms | |
| iaik.ixsil.core |
| Modifier and Type | Class and Description |
|---|---|
class |
DigestAlgorithmImpl
Provides an flexible digest algorithm implementation which can be supplied
with multiple different types of digest algorithms.
|
class |
DigestAlgorithmImplSHA1
Provides an digest algorithm implementation of the SHA-1 message digest algorithm, as it has been
specified in XML
Signature, Message Digests.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DigestAlgorithm |
AlgorithmFactory.createDigestAlgorithm(URI algorithmURI)
Creates a digest algorithm object for the specified algorithm URI.
|
DigestAlgorithm |
AlgorithmFactoryDefaultImpl.createDigestAlgorithm(URI algorithmURI)
Creates a digest algorithm object for the specified algorithm URI.
|
| Modifier and Type | Method and Description |
|---|---|
DigestAlgorithm |
SignerReference.getDigestAlgorithm()
Gets the digest algorithm employed by this reference.
|
DigestAlgorithm |
VerifierReference.getDigestAlgorithm()
Gets the digest algorithm employed by this reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignerReference.setDigestAlgorithm(DigestAlgorithm digestAlgorithm)
Sets the digest algorithm for this reference.
|