|
Bouncy Castle Cryptography 1.20 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.x509.AttCertValidityPeriod
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 |
public AttCertValidityPeriod(ASN1Sequence seq)
Method Detail |
public DERGeneralizedTime getNotBeforeTime()
public DERGeneralizedTime getNotAfterTime()
public DERObject getDERObject()
AttCertValidityPeriod ::= SEQUENCE { notBeforeTime GeneralizedTime, notAfterTime GeneralizedTime }
getDERObject
in interface DEREncodable
|
Bouncy Castle Cryptography 1.20 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |