| Interface | Description |
|---|---|
| ApacheData |
XMLSignatureInput Data wrapper.
|
| XmlWriter |
This interface is used to construct XML via a sequence of API calls.
|
| Class | Description |
|---|---|
| ApacheCanonicalizer | |
| ApacheNodeSetData | |
| ApacheOctetStreamData | |
| ApacheTransform |
This is a wrapper/glue class which invokes the Apache XML-Security
Transform.
|
| BaseStructure | |
| DOMBase64Transform |
DOM-based implementation of Base64 Encoding Transform.
|
| DOMCanonicalizationMethod |
DOM-based abstract implementation of CanonicalizationMethod.
|
| DOMCanonicalXMLC14N11Method |
DOM-based implementation of CanonicalizationMethod for Canonical XML 1.1
(with or without comments).
|
| DOMCanonicalXMLC14NMethod |
DOM-based implementation of CanonicalizationMethod for Canonical XML
(with or without comments).
|
| DOMDigestMethod |
DOM-based abstract implementation of DigestMethod.
|
| DOMEnvelopedTransform |
DOM-based implementation of Enveloped Signature Transform.
|
| DOMExcC14NMethod |
DOM-based implementation of CanonicalizationMethod for Exclusive
Canonical XML algorithm (with or without comments).
|
| DOMHMACSignatureMethod |
DOM-based implementation of HMAC SignatureMethod.
|
| DOMKeyInfo |
DOM-based implementation of KeyInfo.
|
| DOMKeyInfoFactory |
DOM-based implementation of KeyInfoFactory.
|
| DOMKeyName |
DOM-based implementation of KeyName.
|
| DOMKeyValue<K extends java.security.PublicKey> |
DOM-based implementation of KeyValue.
|
| DOMManifest |
DOM-based implementation of Manifest.
|
| DOMPGPData |
DOM-based implementation of PGPData.
|
| DOMReference |
DOM-based implementation of Reference.
|
| DOMRetrievalMethod |
DOM-based implementation of RetrievalMethod.
|
| DOMSignatureMethod |
DOM-based abstract implementation of SignatureMethod.
|
| DOMSignatureProperties |
DOM-based implementation of SignatureProperties.
|
| DOMSignatureProperty |
DOM-based implementation of SignatureProperty.
|
| DOMSignedInfo |
DOM-based implementation of SignedInfo.
|
| DOMStructure |
DOM-based abstract implementation of XMLStructure.
|
| DOMSubTreeData |
This is a subtype of NodeSetData that represents a dereferenced
same-document URI as the root of a subdocument.
|
| DOMTransform |
DOM-based abstract implementation of Transform.
|
| DOMURIDereferencer |
DOM-based implementation of URIDereferencer.
|
| DOMUtils |
Useful static DOM utility methods.
|
| DOMX509Data |
DOM-based implementation of X509Data.
|
| DOMX509IssuerSerial |
DOM-based implementation of X509IssuerSerial.
|
| DOMXMLObject |
DOM-based implementation of XMLObject.
|
| DOMXMLSignature |
DOM-based implementation of XMLSignature.
|
| DOMXMLSignatureFactory |
DOM-based implementation of XMLSignatureFactory.
|
| DOMXPathFilter2Transform |
DOM-based implementation of XPath Filter 2.0 Transform.
|
| DOMXPathTransform |
DOM-based implementation of XPath Filtering Transform.
|
| DOMXSLTTransform |
DOM-based implementation of XSLT Transform.
|
| Utils |
Miscellaneous static utility methods for use in JSR 105 RI.
|
| XMLDSigRI |
Defines the XMLDSigRI provider.
|
| XmlWriter.ToMarshal<CLZ extends javax.xml.crypto.XMLStructure> |
Utility class that brings together the class, and the method for marshaling an
instance of said class.
|
| XmlWriterToTree |
Manifestation of XmlWriter interface designed to write to a tree.
|