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

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

public class SignatureObject
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SignatureObject(URI signature, Timestamp timestamp, byte[] signatureBytes)
           
 
Method Summary
 URI getSignature()
           
 byte[] getSignatureBytes()
           
 Timestamp getTimestamp()
           
 void setSignature(URI signature)
           
 void setSignatureBytes(byte[] signatureBytes)
           
 void setTimestamp(Timestamp timestamp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureObject

public SignatureObject(URI signature,
                       Timestamp timestamp,
                       byte[] signatureBytes)
Parameters:
signature -
timestamp -
signatureBytes -
Method Detail

getSignature

public URI getSignature()
Returns:
the signature

setSignature

public void setSignature(URI signature)
Parameters:
signature - the signature to set

getSignatureBytes

public byte[] getSignatureBytes()
Returns:
the signatureBytes

setSignatureBytes

public void setSignatureBytes(byte[] signatureBytes)
Parameters:
signatureBytes - the signatureBytes to set

getTimestamp

public Timestamp getTimestamp()
Returns:
the timestamp

setTimestamp

public void setTimestamp(Timestamp timestamp)
Parameters:
timestamp - the timestamp to set


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