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>
elementsObject
Element
supply facility which can contain any kind dataReference Handles<ds:Reference>
elements.SignatureProperties Handles<ds:SignatureProperties>
elements This Element holdsSignatureProperty
that 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 ThisSignedInfo
element includes the canonicalization algorithm, a signature algorithm, and one or more references
XMLSignature 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 uninitializedReference
s.ReferenceNotInitializedException Raised if verifying aReference
fails because of an uninitializedXMLSignatureInput
XMLSignatureException All XML Signature related exceptions inherit herefrom.