|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.signatures.client.types.SignatureType
public class SignatureType
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 Adobe Experience Manager forms.
| 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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SignatureType()
| Method Detail |
|---|
public PDFSignatureType getType()
PDFSignatureType object that specifies the signature type.public void setType(PDFSignatureType type)
type - A PDFSignatureType object that specifies the signature type.public PDFSignaturePermissions getPermissions()
PDFSignaturePermissions object that specifies the permissions associated with this signature.public void setPermissions(PDFSignaturePermissions permissions)
permissions - A PDFSignaturePermissions object that specifies the permissions associated with this signature.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 | ||||||||