org.bouncycastle.asn1.x509
Class Validity
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.x509.Validity
- All Implemented Interfaces:
- ASN1Encodable, Encodable
- public class Validity
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Validity
public Validity(Time notBefore,
Time notAfter)
getInstance
public static Validity getInstance(java.lang.Object obj)
getInstance
public static Validity getInstance(ASN1TaggedObject taggedObject,
boolean declaredExplicit)
getNotBefore
public Time getNotBefore()
getNotAfter
public Time getNotAfter()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- Validity ::= SEQUENCE {
notBefore Time,
notAfter Time }
- Specified by:
toASN1Primitive
in interface ASN1Encodable
- Specified by:
toASN1Primitive
in class ASN1Object
- Returns:
- a primitive representation of this object.