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 calculateDigestvoidReference. generateDigestValue()Method generateDigestValuevoidManifest. 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.XMLSignatureInputReference. 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 getReferencedBytesbooleanReference. verify()Tests reference validation is success or false
-