| Package | Description |
|---|---|
| iaik.ixsil.algorithms | |
| iaik.ixsil.core |
| Modifier and Type | Class and Description |
|---|---|
class |
SignatureAlgorithmImplDSA
Provides an signature algorithm implementation of the DSA signature algorithm, as it has been
specified in XML
Signature, Signature Algorithms.
|
class |
SignatureAlgorithmImplECDSA
Provides a signature algorithm implementation of the ECDSA signature algorithm, as it has been
specified in XML
Signature, Signature Algorithms.
|
class |
SignatureAlgorithmImplHMAC
Provides an signature algorithm implementation of the HMAC signature algorithm, as it has been
specified in XML
Signature, Signature Algorithms.
|
class |
SignatureAlgorithmImplRSA
Provides an signature algorithm implementation of the RSA signature algorithm, as it has been
specified in XML
Signature, Signature Algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SignatureAlgorithm |
AlgorithmFactory.createSignatureAlgorithm(URI algorithmURI)
Creates a signature algorithm object for the specified algorithm URI.
|
SignatureAlgorithm |
AlgorithmFactoryDefaultImpl.createSignatureAlgorithm(URI algorithmURI)
Creates a signature algorithm object for the specified algorithm URI.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureAlgorithm |
SignerSignedInfo.getSignatureAlgorithm()
Gets the signature algorithm employed by this signed information.
|
SignatureAlgorithm |
VerifierSignedInfo.getSignatureAlgorithm()
Gets the signature algorithm employed by this signed information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignerSignedInfo.setSignatureAlgorithm(SignatureAlgorithm signatureAlgorithm)
Sets the signature algorithm for this signed information.
|