| Package | Description |
|---|---|
| com.entrust.toolkit.xencrypt.core |
Contains classes used to encrypt and decrypt XML elements and sets of
XML elements.
|
| iaik.ixsil.algorithms | |
| iaik.ixsil.core |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformImplDecryption
Provides an implementation of the
Decryption Transform for XML Signature.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransformImplBase64Decode
Provides an transform implementation of the Base64 decoding algorithm, as it has been specified in
XML Signature, Base64
Transform.
|
class |
TransformImplCanonicalXML
Provides an transform implementation of the
Canonical XML canonicalization algorithm.
|
class |
TransformImplCanonicalXMLWithComments
Provides an transform implementation of the
Canonical XML canonicalization algorithm.
|
class |
TransformImplEnvelopedSignature
Provides an transform implementation of the Enveloped Signature Transform algorithm, as it has been
specified in XML
Signature, Enveloped Signature Transform.
|
class |
TransformImplExclusiveCanonicalXML
Provides an transform implementation of the
Exclusive XML Canonicalization Version 1.0 canonicalization algorithm.
|
class |
TransformImplExclusiveCanonicalXMLWithComments
Provides an transform implementation of the
Exclusive XML Canonicalization canonicalization algorithm.
|
class |
TransformImplXPath
Provides an transform implementation of the XPath Filtering algorithm, as it has been specified in
XML Signature, XPath
Filtering .
|
class |
TransformImplXPath2
Provides an transform implementation of the XPath Filter 2.0, as it has been specified in
XML-Signature XPath Filter
2.0.
|
class |
TransformImplXSLT
Provides a Transform implementation of a XSL Transformation
(XSLT).
|
| Modifier and Type | Method and Description |
|---|---|
abstract Transform |
AlgorithmFactory.createTransform(URI algorithmURI)
Creates a transform object for the specified algorithm URI.
|
Transform |
AlgorithmFactoryDefaultImpl.createTransform(URI algorithmURI)
Creates a transform object for the specified algorithm URI.
|
| Modifier and Type | Method and Description |
|---|---|
Transform[] |
SignerReference.getTransforms()
Gets an array with all
Transform objects registerred for this reference. |
Transform[] |
TransformInstruction.getTransforms()
Gets an array with all
Transform objects registerred for this transform instruction. |
Transform[] |
VerifierReference.getTransforms()
Gets an array with all
Transform objects registerred for this reference. |
| Modifier and Type | Method and Description |
|---|---|
void |
SignerReference.insertTransformAt(Transform transform,
int position)
Inserts the specified transform at the specified position into the list of transforms which should be
applied to the data refered by this reference to get the input for the digest algorithm.
|
void |
TransformInstruction.insertTransformAt(Transform transform,
int position)
Inserts the specified transform at the specified position into the list of transforms which should be
applied to the data refered by this transform instruction.
|