com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class DigitalSignature

    • Method Detail

      • getComments

        public final String getComments()

        Gets the signing purpose comment.

        Returns:
        The signing purpose comment.
      • isValid

        public Boolean isValid()

        Gets a value indicating whether the signature is valid.

        Returns:
        True if the the signature is valid; otherwise, false. Null indicates that validation is unavailable for the signature.
      • getSignTime

        public Date getSignTime()

        Gets the time the document was signed.

        Returns:
        The time the document was signed.
      • getCertificateSubject

        public final String getCertificateSubject()

        Gets the subject distinguished name from a certificate.

        Returns:
        The subject distinguished name from a certificate.
      • getCertificateRawData

        public final byte[] getCertificateRawData()

        Gets the certificate raw data.

        Returns:
        The certificate raw data.