Package javax.xml.crypto.dsig
-
Interface Summary Interface Description CanonicalizationMethod A representation of the XMLCanonicalizationMethodelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.DigestMethod A representation of the XMLDigestMethodelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.Manifest A representation of the XMLManifestelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.Reference A representation of theReferenceelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.SignatureMethod A representation of the XMLSignatureMethodelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.SignatureProperties A representation of the XMLSignaturePropertieselement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.SignatureProperty A representation of the XMLSignaturePropertyelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.SignedInfo An representation of the XMLSignedInfoelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.Transform A representation of the XMLTransformelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.XMLObject A representation of the XMLObjectelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.XMLSignature A representation of the XMLSignatureelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.XMLSignature.SignatureValue A representation of the XMLSignatureValueelement as defined in the W3C Recommendation for XML-Signature Syntax and Processing.XMLSignContext Contains context information for generating XML Signatures.XMLValidateContext Contains context information for validating XML Signatures. -
Class Summary Class Description TransformService A Service Provider Interface for transform and canonicalization algorithms.TransformService.MechanismMapEntry XMLDSigSecurity XMLDSigSecurity.ProviderProperty XMLSignatureFactory A factory for creatingXMLSignatureobjects from scratch or for unmarshalling anXMLSignatureobject from a corresponding XML representation. -
Exception Summary Exception Description TransformException Indicates an exceptional condition that occured while executing a transform algorithm.XMLSignatureException Indicates an exceptional condition that occured during the XML signature generation or validation process.