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 GeneralizedTimeRevokeRequest.invalidityDateprivate GeneralizedTimePendInfo.pendTimeMethods in org.mozilla.jss.pkix.cmc that return GeneralizedTimeModifier and TypeMethodDescriptionRevokeRequest.getInvalidityDate()Returns theinvalidityDatefield.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 newRevokeRequestfrom its components. -
Uses of GeneralizedTime in org.mozilla.jss.pkix.cmmf
Fields in org.mozilla.jss.pkix.cmmf declared as GeneralizedTimeModifier and TypeFieldDescriptionprivate GeneralizedTimeRevRequest.invalidityDateprivate GeneralizedTimeGetCRL.timeMethods in org.mozilla.jss.pkix.cmmf that return GeneralizedTimeModifier and TypeMethodDescriptionRevRequest.getInvalidityDate()Returns theinvalidityDatefield.GetCRL.getTime()Returns thetimefield, 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 aGetCRLfrom its components.RevRequest(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, GeneralizedTime invalidityDate, OCTET_STRING sharedSecret, UTF8String comment) Constructs a newRevRequestfrom its components.