DocMDPSignature
Contents
[
Hide
]Inheritance: java.lang.Object
public final class DocMDPSignature
Represents the class of document MDP (modification detection and prevention) signature type.
Constructors
| Constructor | Description |
|---|---|
| DocMDPSignature(Signature signature, int accessPermissions) | Initializes a new instance of the DocMDPSignature class. |
Methods
| Method | Description |
|---|---|
| getSignature() | Returns the signature object that used during signing. |
| getAccessPermissions() | Returns the access permissions granted for this document. |
DocMDPSignature(Signature signature, int accessPermissions)
public DocMDPSignature(Signature signature, int accessPermissions)
Initializes a new instance of the DocMDPSignature class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| signature | Signature | The signature object that used during signing. |
| accessPermissions | int | The access permissions granted for this document. |
getSignature()
public Signature getSignature()
Returns the signature object that used during signing.
Returns: Signature - Signature object
getAccessPermissions()
public int getAccessPermissions()
Returns the access permissions granted for this document.
Returns: int - DocMDPAccessPermissions element