| Class | Description |
|---|---|
| Algorithm |
Defines the common behaviour of all types of algorithms utilized by IXSIL.
|
| AlgorithmFactory |
This class defines the interface for an algorithm factory implementation and additionally provices a
static method
AlgorithmFactory.createFactory() to create an instance of such an algorithm factory implementation. |
| AlgorithmFactoryDefaultImpl |
This class is the default implementation of the
AlgorithmFactory interface. |
| CanonicalizationAlgorithm |
Defines the behaviour of a canonicalization algorithm in addition to the standard algorithm's behaviour.
|
| CanonicalizationAlgorithmImplCanonicalXML |
Provides an canonicalization algorithm implementation of the
Canonical XML canonicalization algorithm.
|
| CanonicalizationAlgorithmImplCanonicalXMLWithComments |
Provides a canonicalization algorithm implementation for the canonicalization method defined in
Canonical XML.
|
| CanonicalizationAlgorithmImplExclusiveCanonicalXML |
Provides an canonicalization algorithm implementation of the
Exclusive XML Canonicalization Version 1.0
canonicalization algorithm.
|
| CanonicalizationAlgorithmImplExclusiveCanonicalXMLWithComments |
Provides a canonicalization algorithm implementation for the canonicalization method defined in
Exclusive XML Canonicalization Version 1.0
.
|
| DigestAlgorithm |
Defines the behaviour of a digest algorithm in addition to the standard algorithm's behaviour.
|
| DigestAlgorithmImpl |
Provides an flexible digest algorithm implementation which can be supplied
with multiple different types of digest algorithms.
|
| DigestAlgorithmImplSHA1 |
Provides an digest algorithm implementation of the SHA-1 message digest algorithm, as it has been
specified in XML
Signature, Message Digests.
|
| SignatureAlgorithm |
Defines the behaviour of a signature algorithm in addition to the standard algorithm's behaviour.
|
| SignatureAlgorithmImplDSA |
Provides an signature algorithm implementation of the DSA signature algorithm, as it has been
specified in XML
Signature, Signature Algorithms.
|
| SignatureAlgorithmImplECDSA |
Provides a signature algorithm implementation of the ECDSA signature algorithm, as it has been
specified in XML
Signature, Signature Algorithms.
|
| SignatureAlgorithmImplHMAC |
Provides an signature algorithm implementation of the HMAC signature algorithm, as it has been
specified in XML
Signature, Signature Algorithms.
|
| SignatureAlgorithmImplRSA |
Provides an signature algorithm implementation of the RSA signature algorithm, as it has been
specified in XML
Signature, Signature Algorithms.
|
| Transform |
Defines the behaviour of a transform in addition to the standard algorithm's behaviour.
|
| TransformImplBase64Decode |
Provides an transform implementation of the Base64 decoding algorithm, as it has been specified in
XML Signature, Base64
Transform.
|
| TransformImplCanonicalXML |
Provides an transform implementation of the
Canonical XML canonicalization algorithm.
|
| TransformImplCanonicalXMLWithComments |
Provides an transform implementation of the
Canonical XML canonicalization algorithm.
|
| TransformImplEnvelopedSignature |
Provides an transform implementation of the Enveloped Signature Transform algorithm, as it has been
specified in XML
Signature, Enveloped Signature Transform.
|
| TransformImplExclusiveCanonicalXML |
Provides an transform implementation of the
Exclusive XML Canonicalization Version 1.0 canonicalization algorithm.
|
| TransformImplExclusiveCanonicalXMLWithComments |
Provides an transform implementation of the
Exclusive XML Canonicalization canonicalization algorithm.
|
| TransformImplXPath |
Provides an transform implementation of the XPath Filtering algorithm, as it has been specified in
XML Signature, XPath
Filtering .
|
| TransformImplXPath2 |
Provides an transform implementation of the XPath Filter 2.0, as it has been specified in
XML-Signature XPath Filter
2.0.
|
| TransformImplXSLT |
Provides a Transform implementation of a XSL Transformation
(XSLT).
|