Package org.gudy.bouncycastle.asn1.x509
Class PrivateKeyUsagePeriod
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.PrivateKeyUsagePeriod
- All Implemented Interfaces:
DEREncodable
PrivateKeyUsagePeriod ::= SEQUENCE { notBefore [0] GeneralizedTime OPTIONAL, notAfter [1] GeneralizedTime OPTIONAL }
-
Field Summary
FieldsFields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
_notBefore
-
_notAfter
-
-
Constructor Details
-
PrivateKeyUsagePeriod
-
-
Method Details
-
getInstance
-
getNotBefore
-
getNotAfter
-
toASN1Object
- Specified by:
toASN1Object
in classASN1Encodable
-