Package org.gudy.bouncycastle.asn1.x509
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) DERGeneralizedTime
Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
Constructor Summary
ConstructorsConstructorDescriptionAttCertValidityPeriod
(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime) -
Method Summary
Modifier and TypeMethodDescriptionstatic AttCertValidityPeriod
getInstance
(Object obj) Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.gudy.bouncycastle.asn1.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:
toASN1Object
in classASN1Encodable
-