| Package | Description |
|---|---|
| com.entrust.toolkit.asn1.crmf |
Contains classes used to create, parse, and manipulate ASN.1 structures
used with Certificate Request Message Format (CRMF).
|
| Modifier and Type | Method and Description |
|---|---|
ChoiceOfTime |
OptionalValidity.getNotAfter()
Returns the notAfter date if it has been set; otherwise
null is
returned. |
ChoiceOfTime |
OptionalValidity.getNotBefore()
Returns the notBefore date if it has been set; otherwise
null
is returned. |
| Constructor and Description |
|---|
OptionalValidity(ChoiceOfTime time,
boolean notBefore)
Creates a new
OptionalValidity object with only one of the
fields set. |
OptionalValidity(ChoiceOfTime notBefore,
ChoiceOfTime notAfter)
Creates a new
OptionalValidity object with both the notBefore
and the notAfter fields set. |