public final class DocMDPSignature extends Object
Represents the class of document MDP (modification detection and prevention) signature type.
Constructor and Description |
---|
DocMDPSignature(Signature signature,
int accessPermissions)
Initializes a new instance of the
DocMDPSignature class. |
Modifier and Type | Method and Description |
---|---|
int |
getAccessPermissions()
Returns the access permissions granted for this document.
|
Signature |
getSignature()
Returns the signature object that used during signing.
|
public DocMDPSignature(Signature signature, int accessPermissions)
Initializes a new instance of the DocMDPSignature
class.
signature
- The signature object that used during signing.accessPermissions
- The access permissions granted for this document.DocMDPAccessPermissions
public Signature getSignature()
Returns the signature object that used during signing.
public int getAccessPermissions()
Returns the access permissions granted for this document.
DocMDPAccessPermissions