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

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

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

Represents the type of signature used to secure a document. Signature types are RecipientSignature or CertificationSignature. To see an object of this type used in a code example, see the Verifying a digital signature using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Constructor Summary
SignatureType()
           
 
Method Summary
 PDFSignaturePermissions getPermissions()
          Returns the permissions associated with this signature.
 PDFSignatureType getType()
          Returns the signature type.
 void setPermissions(PDFSignaturePermissions permissions)
          Sets the permissions associated with this signature.
 void setType(PDFSignatureType type)
          Sets the signature type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureType

public SignatureType()
Method Detail

getType

public PDFSignatureType getType()
Returns the signature type. Valid values are RecipientSignature or CertificationSignature.

Returns:
A PDFSignatureType object that specifies the signature type.

setType

public void setType(PDFSignatureType type)
Sets the signature type. Valid values are RecipientSignature or CertificationSignature.

Parameters:
type - A PDFSignatureType object that specifies the signature type.

getPermissions

public PDFSignaturePermissions getPermissions()
Returns the permissions associated with this signature.

Returns:
A PDFSignaturePermissions object that specifies the permissions associated with this signature.

setPermissions

public void setPermissions(PDFSignaturePermissions permissions)
Sets the permissions associated with this signature.

Parameters:
permissions - A PDFSignaturePermissions object that specifies the permissions associated with this signature.


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