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

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

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

Represents a timestamp that is added to a signed PDF document when a signature handler signs the document. The following URIs cannot be used in a timestamp:

See Also:
Serialized Form

Constructor Summary
AddTimestamp(java.net.URI type)
          A constructor that creates an AddTimestamp object.
 
Method Summary
 java.net.URI getType()
          Retrieves the format of the timestamp.
 void setType(java.net.URI type)
          Sets the format of the timestamp.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddTimestamp

public AddTimestamp(java.net.URI type)
A constructor that creates an AddTimestamp object.

Parameters:
type - A URI value that specifies the format of the timestamp.
Method Detail

getType

public java.net.URI getType()
Retrieves the format of the timestamp.

Returns:
A URI object that specifies the format of the timestamp.

setType

public void setType(java.net.URI type)
Sets the format of the timestamp.

Parameters:
type - A URI object that specifies the format of the timestamp.


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