接口 IReadOnlySignatureDetails
public interface IReadOnlySignatureDetails
Represents read-only detail of the signature.
-
方法概要
修饰符和类型方法说明Represents the "address1" field in the signature details dialog.Represents the "address2" field in the signature details dialog.Represents the "application version" field in the additional information dialog.Represents the hash method of the checksum of the certificate.byte[]
Represents the checksum of the certificate.Represents the issuer name of the certificate.Represents the serial number (in decimal format) of the certificate.getCity()
Represents the "city" field in the signature details dialog.Represents the "claimed role" field in the signature details dialog.int
Represents the "color depth" field in the additional information dialog.Represents the "commitment type description" field in the "sign" dialog.Represents the "commitment type qualifier" field in the "sign" dialog.Represents the "country name" field in the signature details dialog.int
Represents the "horizontal resolution" field in the additional information dialog.int
Represents the "monitors" field in the additional information dialog.Represents the "office version" field in the additional information dialog.Represents the "PostalCode" field in the signature details dialog.Gets the certificate (private key removed) that was used to sign this workbook.Represents the "signature comments" field in the signature details dialog.byte[]
Gets the value of the image used to sign the document.Gets the value of the signature text used to sign this document.Represents the "state or province" field in the signature details dialog.int
Represents the "vertical resolution" field in the additional information dialog.Represents the "windows version" field in the additional information dialog.
-
方法详细资料
-
getSignatureImage
byte[] getSignatureImage()Gets the value of the image used to sign the document. -
getSignatureText
String getSignatureText()Gets the value of the signature text used to sign this document. -
getSignatureCertificate
X509Certificate getSignatureCertificate()Gets the certificate (private key removed) that was used to sign this workbook. -
getAddress1
String getAddress1()Represents the "address1" field in the signature details dialog. -
getAddress2
String getAddress2()Represents the "address2" field in the signature details dialog. -
getApplicationVersion
String getApplicationVersion()Represents the "application version" field in the additional information dialog. -
getCity
String getCity()Represents the "city" field in the signature details dialog. -
getClaimedRole
String getClaimedRole()Represents the "claimed role" field in the signature details dialog. -
getColorDepth
int getColorDepth()Represents the "color depth" field in the additional information dialog. -
getCommitmentTypeQualifier
String getCommitmentTypeQualifier()Represents the "commitment type qualifier" field in the "sign" dialog. -
getCountryName
String getCountryName()Represents the "country name" field in the signature details dialog. -
getCommitmentTypeDescription
String getCommitmentTypeDescription()Represents the "commitment type description" field in the "sign" dialog. -
getHorizontalResolution
int getHorizontalResolution()Represents the "horizontal resolution" field in the additional information dialog. -
getMonitors
int getMonitors()Represents the "monitors" field in the additional information dialog. -
getOfficeVersion
String getOfficeVersion()Represents the "office version" field in the additional information dialog. -
getPostalCode
String getPostalCode()Represents the "PostalCode" field in the signature details dialog. -
getSignatureComments
String getSignatureComments()Represents the "signature comments" field in the signature details dialog. -
getStateOrProvince
String getStateOrProvince()Represents the "state or province" field in the signature details dialog. -
getVerticalResolution
int getVerticalResolution()Represents the "vertical resolution" field in the additional information dialog. -
getWindowsVersion
String getWindowsVersion()Represents the "windows version" field in the additional information dialog. -
getCertificateDigestMethod
String getCertificateDigestMethod()Represents the hash method of the checksum of the certificate. -
getCertificateDigestValue
byte[] getCertificateDigestValue()Represents the checksum of the certificate. -
getCertificateIssuerName
String getCertificateIssuerName()Represents the issuer name of the certificate. -
getCertificateSerialNumber
String getCertificateSerialNumber()Represents the serial number (in decimal format) of the certificate.
-