| Package | Description |
|---|---|
| iaik.ixsil.algorithms | |
| iaik.ixsil.core |
| Modifier and Type | Class and Description |
|---|---|
class |
CanonicalizationAlgorithmImplCanonicalXML
Provides an canonicalization algorithm implementation of the
Canonical XML canonicalization algorithm.
|
class |
CanonicalizationAlgorithmImplCanonicalXMLWithComments
Provides a canonicalization algorithm implementation for the canonicalization method defined in
Canonical XML.
|
class |
CanonicalizationAlgorithmImplExclusiveCanonicalXML
Provides an canonicalization algorithm implementation of the
Exclusive XML Canonicalization Version 1.0
canonicalization algorithm.
|
class |
CanonicalizationAlgorithmImplExclusiveCanonicalXMLWithComments
Provides a canonicalization algorithm implementation for the canonicalization method defined in
Exclusive XML Canonicalization Version 1.0
.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CanonicalizationAlgorithm |
AlgorithmFactory.createCanonicalizationAlgorithm(URI algorithmURI)
Creates a canonicalization algorithm object for the specified algorithm URI.
|
CanonicalizationAlgorithm |
AlgorithmFactoryDefaultImpl.createCanonicalizationAlgorithm(URI algorithmURI)
Creates a canonicalization algorithm object for the specified algorithm URI.
|
| Modifier and Type | Method and Description |
|---|---|
CanonicalizationAlgorithm |
SignerSignedInfo.getCanonicalizationAlgorithm()
Gets the canonicalization algorithm employed by this signed information.
|
CanonicalizationAlgorithm |
VerifierSignedInfo.getCanonicalizationAlgorithm()
Gets the canonicalization algorithm employed by this signed information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignerSignedInfo.setCanonicalizationAlgorithm(CanonicalizationAlgorithm canonicalizationAlgorithm)
Sets the canonicalization algorithm for this signed information.
|