Uses of Class
org.apache.xml.security.signature.ReferenceNotInitializedException
-
Packages that use ReferenceNotInitializedException Package Description org.apache.xml.security.signature -
-
Uses of ReferenceNotInitializedException in org.apache.xml.security.signature
Methods in org.apache.xml.security.signature that throw ReferenceNotInitializedException Modifier and Type Method Description private byte[]
Reference. calculateDigest(boolean validating)
Method calculateDigestvoid
Reference. generateDigestValue()
Method generateDigestValuevoid
Manifest. generateDigestValues()
The calculation of the DigestValues in the References must be after the References are already added to the document and during the signing process.XMLSignatureInput
Reference. getContentsBeforeTransformation()
Returns the XMLSignatureInput which is created by de-referencing the URI attribute.private byte[]
Reference. getPreCalculatedDigest(XMLSignatureInput input)
Get the pre-calculated digest value from the XMLSignatureInput.byte[]
Reference. getReferencedBytes()
Method getReferencedBytesboolean
Reference. verify()
Tests reference validation is success or false
-