public class PrivateKeyUsagePeriod extends ASN1Object
PrivateKeyUsagePeriod ::= SEQUENCE { notBefore [0] GeneralizedTime OPTIONAL, notAfter [1] GeneralizedTime OPTIONAL }
Modifier and Type | Field and Description |
---|---|
private DERGeneralizedTime |
_notAfter |
private DERGeneralizedTime |
_notBefore |
Modifier | Constructor and Description |
---|---|
private |
PrivateKeyUsagePeriod(ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
static PrivateKeyUsagePeriod |
getInstance(java.lang.Object obj) |
DERGeneralizedTime |
getNotAfter() |
DERGeneralizedTime |
getNotBefore() |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
private DERGeneralizedTime _notBefore
private DERGeneralizedTime _notAfter
private PrivateKeyUsagePeriod(ASN1Sequence seq)
public static PrivateKeyUsagePeriod getInstance(java.lang.Object obj)
public DERGeneralizedTime getNotBefore()
public DERGeneralizedTime getNotAfter()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object