public class CmsCertificate extends CustomPackage
Represents a CMS certificate.
Modifier and Type | Method and Description |
---|---|
Date |
getNotAfter()
Gets the date in local time after which a certificate is no longer valid.
|
Date |
getNotBefore()
Gets the date in local time on which a certificate becomes valid.
|
byte[] |
getRawData()
Gets the raw data of this certificate.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final Date getNotAfter()
Gets 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.
public final byte[] getRawData()
Gets the raw data of this certificate.