CmsCertificate
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class CmsCertificate extends CustomPackage
Represents a CMS certificate.
| 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. |
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.
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.
public final byte[] getRawData()
Gets the raw data of this certificate.
Returns: byte[] - The raw data of this certificate.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.