public class PrivateKeyUsagePeriod extends ASN1Object
PrivateKeyUsagePeriod ::= SEQUENCE {
notBefore [0] GeneralizedTime OPTIONAL,
notAfter [1] GeneralizedTime OPTIONAL }
| Modifier and Type | Method and Description |
|---|---|
static PrivateKeyUsagePeriod |
getInstance(java.lang.Object obj) |
ASN1GeneralizedTime |
getNotAfter() |
ASN1GeneralizedTime |
getNotBefore() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic static PrivateKeyUsagePeriod getInstance(java.lang.Object obj)
public ASN1GeneralizedTime getNotBefore()
public ASN1GeneralizedTime getNotAfter()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object