SignatureConfiguration
, SignatureConfiguration
, SignatureConfiguration
, SignatureConfiguration
public class SignatureConfiguration extends NativeObject
This configuration controls the signature creation in Signer.sign(com.pdftools.pdf.Document, com.pdftools.sign.SignatureConfiguration, com.pdftools.sys.Stream)
and Signer.certify(com.pdftools.pdf.Document, com.pdftools.sign.SignatureConfiguration, com.pdftools.sys.Stream)
.
Use a pdftools.crypto.providers.Provider
to create a signature configuration.
Note that this object can be re-used to sign multiple documents for mass-signing applications.
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getContactInfo() |
The contact information of the signer (Getter)
|
java.lang.String |
getFieldName() |
|
java.lang.String |
getLocation() |
The location of signing (Getter)
|
java.lang.String |
getName() |
The name of the signing certificate (Getter)
|
java.lang.String |
getReason() |
The reason for signing (Getter)
|
void |
setContactInfo(java.lang.String value) |
The contact information of the signer (Setter)
|
void |
setFieldName(java.lang.String value) |
|
void |
setLocation(java.lang.String value) |
The location of signing (Setter)
|
void |
setReason(java.lang.String value) |
The reason for signing (Setter)
|
equals, hashCode
public java.lang.String getFieldName()
java.lang.IllegalStateException
- If the creating provider has already been closedpublic void setFieldName(java.lang.String value)
java.lang.IllegalStateException
- If the creating provider has already been closedpublic java.lang.String getName()
java.lang.IllegalStateException
- If the creating provider has already been closedpublic java.lang.String getLocation()
java.lang.IllegalStateException
- If the creating provider has already been closedpublic void setLocation(java.lang.String value)
java.lang.IllegalStateException
- If the creating provider has already been closedpublic java.lang.String getReason()
java.lang.IllegalStateException
- If the creating provider has already been closedpublic void setReason(java.lang.String value)
java.lang.IllegalStateException
- If the creating provider has already been closedpublic java.lang.String getContactInfo()
java.lang.IllegalStateException
- If the creating provider has already been closedpublic void setContactInfo(java.lang.String value)
java.lang.IllegalStateException
- If the creating provider has already been closed