Module org.apache.santuario.xmlsec
Package org.apache.xml.security.signature
-
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 data $todo$ if we remove children, the boolean values are not updatedReference Handles<ds:Reference>elements.SignatureProperties Handles<ds:SignatureProperties>elements This Element holdsSignaturePropertyproperties that contain additional information items concerning the generation of the signature.SignatureProperty Handles<ds:SignatureProperty>elements Additional 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 references.VerifiedReference Holds the result of a Reference validation.XMLSignature Handles<ds:Signature>elements.XMLSignatureByteInput The XMLSignature Input as a byte array containing a collection of nodes or a subnode excluding or not comments and excluding or not other nodes.XMLSignatureDigestInput The XMLSignature Input as a precomputed digest.XMLSignatureFileInput XMLSignatureInput The XMLSignature InputXMLSignatureInputDebugger Class XMLSignatureInputDebuggerXMLSignatureNodeInput The XMLSignature Input wrapping aNodeXMLSignatureNodeSetInput XMLSignatureStreamInput The XMLSignature Input as an input stream containing a collection of nodes or a subnode excluding or not comments and excluding or not other nodes. -
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.