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 }