Bouncy Castle Cryptography 1.21

org.bouncycastle.asn1.x509
Class AttCertValidityPeriod

java.lang.Object
  |
  +--org.bouncycastle.asn1.x509.AttCertValidityPeriod
All Implemented Interfaces:
DEREncodable

public class AttCertValidityPeriod
extends java.lang.Object
implements DEREncodable


Constructor Summary
AttCertValidityPeriod(ASN1Sequence seq)
           
 
Method Summary
 DERObject getDERObject()
           AttCertValidityPeriod ::= SEQUENCE { notBeforeTime GeneralizedTime, notAfterTime GeneralizedTime }
 DERGeneralizedTime getNotAfterTime()
           
 DERGeneralizedTime getNotBeforeTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttCertValidityPeriod

public AttCertValidityPeriod(ASN1Sequence seq)
Method Detail

getNotBeforeTime

public DERGeneralizedTime getNotBeforeTime()

getNotAfterTime

public DERGeneralizedTime getNotAfterTime()

getDERObject

public DERObject getDERObject()
  AttCertValidityPeriod  ::= SEQUENCE {
       notBeforeTime  GeneralizedTime,
       notAfterTime   GeneralizedTime
  } 
 

Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.21