public interface IReadOnlySignatureDetails
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress1()
Represents the "address1" field in the signature details dialog.
|
java.lang.String |
getAddress2()
Represents the "address2" field in the signature details dialog.
|
java.lang.String |
getApplicationVersion()
Represents the "application version" field in the additional information dialog.
|
java.lang.String |
getCertificateDigestMethod()
Represents the hash method of the checksum of the certificate.
|
byte[] |
getCertificateDigestValue()
Represents the checksum of the certificate.
|
java.lang.String |
getCertificateIssuerName()
Represents the issuer name of the certificate.
|
java.lang.String |
getCertificateSerialNumber()
Represents the serial number (in decimal format) of the certificate.
|
java.lang.String |
getCity()
Represents the "city" field in the signature details dialog.
|
java.lang.String |
getClaimedRole()
Represents the "claimed role" field in the signature details dialog.
|
int |
getColorDepth()
Represents the "color depth" field in the additional information dialog.
|
java.lang.String |
getCommitmentTypeDescription()
Represents the "commitment type description" field in the "sign" dialog.
|
java.lang.String |
getCommitmentTypeQualifier()
Represents the "commitment type qualifier" field in the "sign" dialog.
|
java.lang.String |
getCountryName()
Represents the "country name" field in the signature details dialog.
|
int |
getHorizontalResolution()
Represents the "horizontal resolution" field in the additional information dialog.
|
int |
getMonitors()
Represents the "monitors" field in the additional information dialog.
|
java.lang.String |
getOfficeVersion()
Represents the "office version" field in the additional information dialog.
|
java.lang.String |
getPostalCode()
Represents the "PostalCode" field in the signature details dialog.
|
java.security.cert.X509Certificate |
getSignatureCertificate()
Gets the certificate (private key removed) that was used to sign this workbook.
|
java.lang.String |
getSignatureComments()
Represents the "signature comments" field in the signature details dialog.
|
byte[] |
getSignatureImage()
Gets the value of the image used to sign the document.
|
java.lang.String |
getSignatureText()
Gets the value of the signature text used to sign this document.
|
java.lang.String |
getStateOrProvince()
Represents the "state or province" field in the signature details dialog.
|
int |
getVerticalResolution()
Represents the "vertical resolution" field in the additional information dialog.
|
java.lang.String |
getWindowsVersion()
Represents the "windows version" field in the additional information dialog.
|
byte[] getSignatureImage()
java.lang.String getSignatureText()
java.security.cert.X509Certificate getSignatureCertificate()
java.lang.String getAddress1()
java.lang.String getAddress2()
java.lang.String getApplicationVersion()
java.lang.String getCity()
java.lang.String getClaimedRole()
int getColorDepth()
java.lang.String getCommitmentTypeQualifier()
java.lang.String getCountryName()
java.lang.String getCommitmentTypeDescription()
int getHorizontalResolution()
int getMonitors()
java.lang.String getOfficeVersion()
java.lang.String getPostalCode()
java.lang.String getSignatureComments()
java.lang.String getStateOrProvince()
int getVerticalResolution()
java.lang.String getWindowsVersion()
java.lang.String getCertificateDigestMethod()
byte[] getCertificateDigestValue()
java.lang.String getCertificateIssuerName()
java.lang.String getCertificateSerialNumber()