Class PrivateKeyUsagePeriod

  • All Implemented Interfaces:
    DEREncodable

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