Class AttCertValidityPeriod
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.AttCertValidityPeriod
- All Implemented Interfaces:
DEREncodable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) DERGeneralizedTime(package private) DERGeneralizedTimeFields inherited from class ASN1Encodable
BER, DER -
Constructor Summary
ConstructorsConstructorDescriptionAttCertValidityPeriod(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime) -
Method Summary
Modifier and TypeMethodDescriptionstatic AttCertValidityPeriodgetInstance(Object obj) Produce an object suitable for an ASN1OutputStream.Methods inherited from class ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
notBeforeTime
DERGeneralizedTime notBeforeTime -
notAfterTime
DERGeneralizedTime notAfterTime
-
-
Constructor Details
-
AttCertValidityPeriod
-
AttCertValidityPeriod
- Parameters:
notBeforeTime-notAfterTime-
-
-
Method Details
-
getInstance
-
getNotBeforeTime
-
getNotAfterTime
-
toASN1Object
Produce an object suitable for an ASN1OutputStream.AttCertValidityPeriod ::= SEQUENCE { notBeforeTime GeneralizedTime, notAfterTime GeneralizedTime }- Specified by:
toASN1Objectin classASN1Encodable
-