public class

AttCertValidityPeriod

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.x509.AttCertValidityPeriod

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
AttCertValidityPeriod(ASN1Sequence seq)
AttCertValidityPeriod(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime)
Public Methods
static AttCertValidityPeriod getInstance(Object obj)
DERGeneralizedTime getNotAfterTime()
DERGeneralizedTime getNotBeforeTime()
DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public AttCertValidityPeriod (ASN1Sequence seq)

public AttCertValidityPeriod (DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime)

Public Methods

public static AttCertValidityPeriod getInstance (Object obj)

public DERGeneralizedTime getNotAfterTime ()

public DERGeneralizedTime getNotBeforeTime ()

public DERObject toASN1Object ()

Produce an object suitable for an ASN1OutputStream.

  AttCertValidityPeriod  ::= SEQUENCE {
       notBeforeTime  GeneralizedTime,
       notAfterTime   GeneralizedTime
  }