Uses of Class
org.mozilla.jss.asn1.GeneralizedTime
Packages that use GeneralizedTime
Package
Description
Creating and interpeting CMC blobs.
The PKIX CMMF protocol.
-
Uses of GeneralizedTime in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as GeneralizedTimeModifier and TypeFieldDescriptionprivate GeneralizedTime
RevokeRequest.invalidityDate
private GeneralizedTime
PendInfo.pendTime
Methods in org.mozilla.jss.pkix.cmc that return GeneralizedTimeModifier and TypeMethodDescriptionRevokeRequest.getInvalidityDate()
Returns theinvalidityDate
field.PendInfo.getPendTime()
Constructors in org.mozilla.jss.pkix.cmc with parameters of type GeneralizedTimeModifierConstructorDescriptionPendInfo
(OCTET_STRING pendToken, GeneralizedTime pendTime) Constructs a PendInfo from its components.RevokeRequest
(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, GeneralizedTime invalidityDate, OCTET_STRING passphrase, UTF8String comment) Constructs a newRevokeRequest
from its components. -
Uses of GeneralizedTime in org.mozilla.jss.pkix.cmmf
Fields in org.mozilla.jss.pkix.cmmf declared as GeneralizedTimeModifier and TypeFieldDescriptionprivate GeneralizedTime
RevRequest.invalidityDate
private GeneralizedTime
GetCRL.time
Methods in org.mozilla.jss.pkix.cmmf that return GeneralizedTimeModifier and TypeMethodDescriptionRevRequest.getInvalidityDate()
Returns theinvalidityDate
field.GetCRL.getTime()
Returns thetime
field, which may benull
.Constructors in org.mozilla.jss.pkix.cmmf with parameters of type GeneralizedTimeModifierConstructorDescriptionGetCRL
(ANY issuerName, ANY cRLName, GeneralizedTime time, BIT_STRING reasons) Constructs aGetCRL
from its components.RevRequest
(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, GeneralizedTime invalidityDate, OCTET_STRING sharedSecret, UTF8String comment) Constructs a newRevRequest
from its components.