java.lang.Objectcom.aspose.words.SignOptions
public class SignOptions
Constructor Summary |
---|
SignOptions()
|
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getComments() | |
void | setComments(java.lang.String value) | |
Specifies comments on the digital signature.
Default value is |
||
java.lang.String | getDecryptionPassword() | |
void | setDecryptionPassword(java.lang.String value) | |
The password to decrypt source document.
Default value is |
||
java.util.UUID | getProviderId() | |
void | setProviderId(java.util.UUID value) | |
Specifies the class ID of the signature provider.
Default value is |
||
java.util.UUID | getSignatureLineId() | |
void | setSignatureLineId(java.util.UUID value) | |
Signature line identifier.
Default value is |
||
byte[] | getSignatureLineImage() | |
void | setSignatureLineImage(byte[] value) | |
The image that will be shown in associated null .
|
||
java.util.Date | getSignTime() | |
void | setSignTime(java.util.Date value) | |
The date of signing.
Default value is |
Constructor Detail |
---|
public SignOptions()
Property Getters/Setters Detail |
---|
getComments/setComments | |
public java.lang.String getComments() / public void setComments(java.lang.String value) |
getDecryptionPassword/setDecryptionPassword | |
public java.lang.String getDecryptionPassword() / public void setDecryptionPassword(java.lang.String value) |
getProviderId/setProviderId | |
public java.util.UUID getProviderId() / public void setProviderId(java.util.UUID value) |
The cryptographic service provider (CSP) is an independent software module that actually performs cryptography algorithms for authentication, encoding, and encryption. MS Office reserves the value of {00000000-0000-0000-0000-000000000000} for its default signature provider.
The GUID of the additionally installed provider should be obtained from the documentation shipped with the provider.
In addition, all the installed cryptographic providers are enumerated in windows registry. It can be found in the following path: HKLM\SOFTWARE\Microsoft\Cryptography\Defaults\Provider. There is a key name "CP Service UUID" which corresponds to a GUID of signature provider.
getSignatureLineId/setSignatureLineId | |
public java.util.UUID getSignatureLineId() / public void setSignatureLineId(java.util.UUID value) |
getSignatureLineImage/setSignatureLineImage | |
public byte[] getSignatureLineImage() / public void setSignatureLineImage(byte[] value) |
null
.
getSignTime/setSignTime | |
public java.util.Date getSignTime() / public void setSignTime(java.util.Date value) |