Bouncy Castle Cryptography Library 1.47

org.bouncycastle.asn1.x509
Class AttCertValidityPeriod

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.x509.AttCertValidityPeriod
All Implemented Interfaces:
ASN1Encodable

public class AttCertValidityPeriod
extends ASN1Object


Constructor Summary
AttCertValidityPeriod(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime)
           
 
Method Summary
static AttCertValidityPeriod getInstance(java.lang.Object obj)
           
 DERGeneralizedTime getNotAfterTime()
           
 DERGeneralizedTime getNotBeforeTime()
           
 ASN1Primitive toASN1Primitive()
          Produce an object suitable for an ASN1OutputStream.
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttCertValidityPeriod

public AttCertValidityPeriod(DERGeneralizedTime notBeforeTime,
                             DERGeneralizedTime notAfterTime)
Parameters:
notBeforeTime -
notAfterTime -
Method Detail

getInstance

public static AttCertValidityPeriod getInstance(java.lang.Object obj)

getNotBeforeTime

public DERGeneralizedTime getNotBeforeTime()

getNotAfterTime

public DERGeneralizedTime getNotAfterTime()

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
  AttCertValidityPeriod  ::= SEQUENCE {
       notBeforeTime  GeneralizedTime,
       notAfterTime   GeneralizedTime
  } 
 

Specified by:
toASN1Primitive in interface ASN1Encodable
Specified by:
toASN1Primitive in class ASN1Object

Bouncy Castle Cryptography Library 1.47