public class PrivateKeyUsagePeriod extends ASN1Object
PrivateKeyUsagePeriod ::= SEQUENCE { notBefore [0] GeneralizedTime OPTIONAL, notAfter [1] GeneralizedTime OPTIONAL }
Modifier and Type | Field and Description |
---|---|
private ASN1GeneralizedTime |
_notAfter |
private ASN1GeneralizedTime |
_notBefore |
Modifier | Constructor and Description |
---|---|
private |
PrivateKeyUsagePeriod(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
static PrivateKeyUsagePeriod |
getInstance(Object obj) |
ASN1GeneralizedTime |
getNotAfter() |
ASN1GeneralizedTime |
getNotBefore() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private ASN1GeneralizedTime _notBefore
private ASN1GeneralizedTime _notAfter
private PrivateKeyUsagePeriod(ASN1Sequence seq)
public static PrivateKeyUsagePeriod getInstance(Object obj)
public ASN1GeneralizedTime getNotBefore()
public ASN1GeneralizedTime getNotAfter()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object