Class PrivateKeyUsagePeriod

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.PrivateKeyUsagePeriod
All Implemented Interfaces:
ASN1Encodable, Encodable

public class PrivateKeyUsagePeriod extends ASN1Object
   PrivateKeyUsagePeriod ::= SEQUENCE {
     notBefore       [0]     GeneralizedTime OPTIONAL,
     notAfter        [1]     GeneralizedTime OPTIONAL }