com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class CmsCertificate

    • Method Detail

      • getNotAfter

        public final Date getNotAfter()

        Gets the date in local time after which a certificate is no longer valid.

        Returns:
        The date in local time after which a certificate is no longer valid.
      • getNotBefore

        public final Date getNotBefore()

        Gets the date in local time on which a certificate becomes valid.

        Returns:
        The date in local time on which a certificate becomes valid.
      • getRawData

        public final byte[] getRawData()

        Gets the raw data of this certificate.

        Returns:
        The raw data of this certificate.