See: Description
javax.xml.crypto.dsig package.
KeyInfo elements and structures.
CanonicalizationMethod element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
DigestMethod element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
Manifest element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
Reference element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
SignatureMethod element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
SignatureProperties element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
SignatureProperty element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
SignedInfo element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
Transform element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
Object element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
Signature element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
SignatureValue element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.
XMLSignature objects from scratch or for unmarshalling an
XMLSignature object from a corresponding XML representation.
XMLSignature,
SignedInfo,
CanonicalizationMethod,
SignatureMethod,
Reference,
DigestMethod,
XMLObject,
Manifest,
SignatureProperties, and
SignatureProperty.
KeyInfo types are defined in the
javax.xml.crypto.dsig.keyinfo subpackage.
XMLSignatureFactory is an abstract factory that creates
XMLSignature objects from scratch or from a pre-existing XML representation, such as a DOM node.
TransformService is a service provider interface for creating and plugging in implementations of transform and canonicalization algorithms.
Of primary significance in this package is the XMLSignature class, which allows you to sign and validate an XML digital signature.