Package org.apache.xml.security.signature
XML Signature specific classes.
-
Interface Summary Interface Description NodeFilter An interface to tell to the c14n if a node is included or not in the output -
Class Summary Class Description Manifest Handles<ds:Manifest>elements.ObjectContainer Handles<ds:Object>elementsObjectElementsupply facility which can contain any kind dataReference Handles<ds:Reference>elements.SignatureProperties Handles<ds:SignatureProperties>elements This Element holdsSignaturePropertythat contian additional information items concerning the generation of the signature.SignatureProperty Handles<ds:SignatureProperty>elements Addittional information item concerning the generation of the signature(s) can be placed in this ElementSignedInfo Handles<ds:SignedInfo>elements ThisSignedInfoelement includes the canonicalization algorithm, a signature algorithm, and one or more referencesXMLSignature Handles<ds:Signature>elements.XMLSignatureInput Class XMLSignatureInputXMLSignatureInputDebugger Class XMLSignatureInputDebugger -
Exception Summary Exception Description InvalidDigestValueException Raised when the computed hash value doesn't match the given DigestValue.InvalidSignatureValueException Raised if testing the signature value over DigestValue fails because of invalid signature.MissingResourceFailureException Thrown bySignedInfo.verify()when testing the signature fails because of uninitializedReferences.ReferenceNotInitializedException Raised if verifying aReferencefails because of an uninitializedXMLSignatureInputXMLSignatureException All XML Signature related exceptions inherit herefrom.