| Name | Description | Type | Package | Framework |
| AlgorithmMethod | An abstract representation of an algorithm defined in the XML Security specifications. | Interface | javax.xml.crypto | Java SE |
|
| C14NMethodParameterSpec | A specification of algorithm parameters for a CanonicalizationMethod Algorithm. | Interface | javax.xml.crypto.dsig.spec | Java SE |
|
| CanonicalizationMethod | A representation of the XML CanonicalizationMethod element as defined in the | Interface | javax.xml.crypto.dsig | Java SE |
|
| DOMCryptoContext | This class provides a DOM-specific implementation of the XMLCryptoContext interface. | Class | javax.xml.crypto.dom | Java SE |
|
| DOMSignContext | A DOM-specific XMLSignContext. | Class | javax.xml.crypto.dsig.dom | Java SE |
|
| DOMStructure | A DOM-specific XMLStructure. | Class | javax.xml.crypto.dom | Java SE |
|
| DOMValidateContext | A DOM-specific XMLValidateContext. | Class | javax.xml.crypto.dsig.dom | Java SE |
|
| Data | An abstract representation of the result of dereferencing a URIReference or the input/output of subsequent Transforms. | Interface | javax.xml.crypto | Java SE |
|
| DigestMethod | A representation of the XML DigestMethod element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| DigestMethodParameterSpec | A specification of algorithm parameters for a DigestMethod algorithm. | Interface | javax.xml.crypto.dsig.spec | Java SE |
|
| DOMURIReference | A DOM-specific URIReference. | Interface | javax.xml.crypto.dom | Java SE |
|
| ExcC14NParameterSpec | Parameters for the W3C Recommendation: Exclusive XML Canonicalization (C14N) algorithm. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| HMACParameterSpec | XML Signature HMAC Algorithm. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| KeyInfoFactory | A factory for creating KeyInfo objects from scratch or for unmarshalling a KeyInfo object from a corresponding XML | Class | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| KeySelector | A selector that finds and returns a key using the data contained in a KeyInfo object. | Class | javax.xml.crypto | Java SE |
|
| KeySelector .Purpose | The purpose of the key that is to be selected. | Class | javax.xml.crypto.KeySelector | Java SE |
|
| KeySelectorException | Indicates an exceptional condition thrown by a KeySelector. | Class | javax.xml.crypto | Java SE |
|
| KeyInfo | A representation of the XML KeyInfo element as defined in W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| KeyName | A representation of the XML KeyName element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| KeySelectorResult | The result returned by the KeySelector. | Interface | javax.xml.crypto | Java SE |
|
| KeyValue | A representation of the XML KeyValue element as defined W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| MarshalException | Indicates an exceptional condition that occurred during the XML marshalling or unmarshalling process. | Class | javax.xml.crypto | Java SE |
|
| Manifest | A representation of the XML Manifest element as defined in W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| NoSuchMechanismException | This exception is thrown when a particular XML mechanism is requested but is not available in the environment. | Class | javax.xml.crypto | Java SE |
|
| NodeSetData | An abstract representation of a Data type containing a node-set. | Interface | javax.xml.crypto | Java SE |
|
| OctetStreamData | A representation of a Data type containing an octet stream. | Class | javax.xml.crypto | Java SE |
|
| PGPData | A representation of the XML PGPData element as defined in W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| Reference | A representation of the Reference element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| RetrievalMethod | A representation of the XML RetrievalMethod element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| SignatureMethod | A representation of the XML SignatureMethod element W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| SignatureMethodParameterSpec | A specification of algorithm parameters for an XML SignatureMethod algorithm. | Interface | javax.xml.crypto.dsig.spec | Java SE |
|
| SignatureProperties | A representation of the XML SignatureProperties element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| SignatureProperty | A representation of the XML SignatureProperty element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| SignedInfo | An representation of the XML SignedInfo element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| TransformException | Indicates an exceptional condition that occurred while executing a transform algorithm. | Class | javax.xml.crypto.dsig | Java SE |
|
| TransformService | A Service Provider Interface for transform and canonicalization algorithms. | Class | javax.xml.crypto.dsig | Java SE |
|
| Transform | A representation of the XML Transform element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| TransformParameterSpec | A specification of algorithm parameters for a Transform algorithm. | Interface | javax.xml.crypto.dsig.spec | Java SE |
|
| URIReferenceException | Indicates an exceptional condition thrown while dereferencing a A URIReferenceException can contain a cause: another | Class | javax.xml.crypto | Java SE |
|
| URIDereferencer | A dereferencer of URIReferences. | Interface | javax.xml.crypto | Java SE |
|
| URIReference | Identifies a data object via a URI-Reference, as specified by Note that some subclasses may not have a type attribute | Interface | javax.xml.crypto | Java SE |
|
| XMLSignatureException | Indicates an exceptional condition that occurred during the XML signature generation or validation process. | Class | javax.xml.crypto.dsig | Java SE |
|
| XMLSignatureFactory | A factory for creating XMLSignature objects from scratch or for unmarshalling an XMLSignature object from a corresponding | Class | javax.xml.crypto.dsig | Java SE |
|
| XPathFilter2ParameterSpec | Parameters for the W3C Recommendation XPath Filter 2. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| XPathFilterParameterSpec | XPath Filtering Transform Algorithm. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| XPathType | The XML Schema Definition of the XPath element as defined in the W3C Recommendation for XML-Signature XPath Filter 2. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| XPathType .Filter | Represents the filter set operation. | Class | javax.xml.crypto.dsig.spec.XPathType | Java SE |
|
| XSLTTransformParameterSpec | XSLT Transform Algorithm. | Class | javax.xml.crypto.dsig.spec | Java SE |
|
| X509Data | A representation of the XML X509Data element as defined in W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| X509IssuerSerial | A representation of the XML X509IssuerSerial element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.keyinfo | Java SE |
|
| XMLCryptoContext | Contains common context information for XML cryptographic operations. | Interface | javax.xml.crypto | Java SE |
|
| XMLObject | A representation of the XML Object element as defined in W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| XMLSignature | A representation of the XML Signature element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig | Java SE |
|
| XMLSignature .SignatureValue | A representation of the XML SignatureValue element as W3C Recommendation for XML-Signature Syntax and Processing. | Interface | javax.xml.crypto.dsig.XMLSignature | Java SE |
|
| XMLSignContext | Contains context information for generating XML Signatures. | Interface | javax.xml.crypto.dsig | Java SE |
|
| XMLStructure | A representation of an XML structure from any namespace. | Interface | javax.xml.crypto | Java SE |
|
| XMLValidateContext | Contains context information for validating XML Signatures. | Interface | javax.xml.crypto.dsig | Java SE |