Package org.bouncycastle.asn1.x509
Class AttCertValidityPeriod
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.AttCertValidityPeriod
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Constructor Summary
ConstructorsConstructorDescriptionAttCertValidityPeriod
(ASN1GeneralizedTime notBeforeTime, ASN1GeneralizedTime notAfterTime) -
Method Summary
Modifier and TypeMethodDescriptionstatic AttCertValidityPeriod
getInstance
(Object obj) Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
AttCertValidityPeriod
- Parameters:
notBeforeTime
-notAfterTime
-
-
-
Method Details
-
getInstance
-
getNotBeforeTime
-
getNotAfterTime
-
toASN1Primitive
Produce an object suitable for an ASN1OutputStream.AttCertValidityPeriod ::= SEQUENCE { notBeforeTime GeneralizedTime, notAfterTime GeneralizedTime }
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-