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
public class PrivateKeyUsagePeriod
- extends ASN1Encodable
PrivateKeyUsagePeriod ::= SEQUENCE {
notBefore [0] GeneralizedTime OPTIONAL,
notAfter [1] GeneralizedTime OPTIONAL }
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static PrivateKeyUsagePeriod getInstance(java.lang.Object obj)
getNotBefore
public DERGeneralizedTime getNotBefore()
getNotAfter
public DERGeneralizedTime getNotAfter()
toASN1Object
public DERObject toASN1Object()
- Specified by:
toASN1Object
in class ASN1Encodable