Package org.bouncycastle.asn1.x509
Class Validity
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.Validity
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Validity
getInstance
(Object obj) static Validity
getInstance
(ASN1TaggedObject taggedObject, boolean declaredExplicit) Validity ::= SEQUENCE { notBefore Time, notAfter Time }Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
Validity
-
-
Method Details
-
getInstance
-
getInstance
-
getNotBefore
-
getNotAfter
-
toASN1Primitive
Validity ::= SEQUENCE { notBefore Time, notAfter Time }
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-