1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for Java
  4. /
  5. com.groupdocs.metadata.core
  6. /
  7. CmsCertificate

CmsCertificate

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage

public class CmsCertificate extends CustomPackage

Represents a CMS certificate.

Methods

Method Description
getNotAfter() Gets the date in local time after which a certificate is no longer valid.
getNotBefore() Gets the date in local time on which a certificate becomes valid.
getRawData() Gets the raw data of this certificate.

getNotAfter()

public final Date getNotAfter()

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

Returns: java.util.Date - 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: java.util.Date - The date in local time on which a certificate becomes valid.

getRawData()

public final byte[] getRawData()

Gets the raw data of this certificate.

Returns: byte[] - The raw data of this certificate.