org.bouncycastle.asn1.crmf
Class OptionalValidity
java.lang.Object
|
+--org.bouncycastle.asn1.ASN1Object
|
+--org.bouncycastle.asn1.crmf.OptionalValidity
- All Implemented Interfaces:
- ASN1Encodable, Encodable
- public class OptionalValidity
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
OptionalValidity
public OptionalValidity(Time notBefore,
Time notAfter)
getInstance
public static OptionalValidity getInstance(java.lang.Object o)
getNotBefore
public Time getNotBefore()
getNotAfter
public Time getNotAfter()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- OptionalValidity ::= SEQUENCE {
notBefore [0] Time OPTIONAL,
notAfter [1] Time OPTIONAL } --at least one MUST be present
- Overrides:
toASN1Primitive
in class ASN1Object
- Returns:
- a basic ASN.1 object representation.