接口 IReadOnlySignatureDetails


public interface IReadOnlySignatureDetails
Represents read-only detail of the signature.
  • 方法详细资料

    • 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.