com.adobe.livecycle.signatures.client.types
Class PDFTimeStampSeed

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

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

Represents time-stamping options that can be set when modifying a signature field using the SignatureServiceClient object's modifySignatureField method. To see an object of this type used in a code example, see the Modifying a signature field using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Constructor Summary
PDFTimeStampSeed()
          A constructor that creates a PDFTimeStampSeed object.
 
Method Summary
 java.lang.String getUrl()
          Gets the URL of the time-stamping server that is used.
 boolean isRequiresTimeStamp()
          Specifies whether time-stamping is required while signing a PDF document.
 void setRequiresTimeStamp(boolean requiresTimeStamp)
          Sets whether time-stamping is required.
 void setUrl(java.lang.String url)
          Sets the URL of the time-stamping server that is used.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFTimeStampSeed

public PDFTimeStampSeed()
A constructor that creates a PDFTimeStampSeed object.

Method Detail

isRequiresTimeStamp

public boolean isRequiresTimeStamp()
Specifies whether time-stamping is required while signing a PDF document.

Returns:
A Boolean value (1) if time-stamping is required while signing and (0) if time-stamping is not required.

setRequiresTimeStamp

public void setRequiresTimeStamp(boolean requiresTimeStamp)
Sets whether time-stamping is required.

Parameters:
requiresTimeStamp - A Boolean value (1) if time-stamping is required while signing and (0) if time-stamping is not required.

getUrl

public java.lang.String getUrl()
Gets the URL of the time-stamping server that is used.

Returns:
A string value that specifies the URL of a time-stamping server that specifies a time stamp that is compliant with RFC 3161, Internet X.509 Public Key Infrastructure Time-Stamp Protocol.

setUrl

public void setUrl(java.lang.String url)
Sets the URL of the time-stamping server that is used. If the URL is set to null and time stamping is required, then an URL is obtained from the certificate that is used to sign the PDF document.

Parameters:
url - A string value that specifies the URL of a time-stamping server that specifies a time stamp that is compliant with RFC 3161, Internet X.509 Public Key Infrastructure Time-Stamp Protocol.


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