com.adobe.livecycle.signatures.client.spi.types
Class HashWithReference

java.lang.Object
  extended by com.adobe.livecycle.signatures.client.spi.types.HashWithReference
All Implemented Interfaces:
java.io.Serializable

public class HashWithReference
extends java.lang.Object
implements java.io.Serializable

This type is used in getHash and embedSignedContent API which can be implemented within Signatures SPI. getHash API takes in, a document and other signing options, and returns the hash of the document embedSignedContent takes in, signature bytes ( encryptedHash) and HashWithReference, and returns the signed document This type is not used in LC Signatures DSC.

See Also:
Serialized Form

Constructor Summary
HashWithReference(byte[] hash, java.lang.String reference)
           
 
Method Summary
 byte[] getHash()
           
 java.lang.String getReference()
           
 void putHash(byte[] hash)
           
 void putReference(java.lang.String reference)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashWithReference

public HashWithReference(byte[] hash,
                         java.lang.String reference)
Method Detail

getHash

public byte[] getHash()

putHash

public void putHash(byte[] hash)

getReference

public java.lang.String getReference()

putReference

public void putReference(java.lang.String reference)


[an error occurred while processing this directive] [an error occurred while processing this directive]