|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.signatures.client.types.PDFTimeStampSeed
public class PDFTimeStampSeed
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 Adobe Experience Manager forms.
| 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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PDFTimeStampSeed()
PDFTimeStampSeed object.
| Method Detail |
|---|
public boolean isRequiresTimeStamp()
public void setRequiresTimeStamp(boolean requiresTimeStamp)
requiresTimeStamp - A Boolean value (1) if time-stamping is required while signing and (0) if
time-stamping is not required.public java.lang.String getUrl()
public void setUrl(java.lang.String url)
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.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||