Uses of Class
org.mozilla.jss.asn1.TimeBase
Packages that use TimeBase
Package
Description
ASN.1 structures, BER decoding, and DER encoding.
The PKIX CRMF protocol.
-
Uses of TimeBase in org.mozilla.jss.asn1
Subclasses of TimeBase in org.mozilla.jss.asn1Modifier and TypeClassDescriptionclassThe ASN.1 typeGeneralizedTimeclassMethods in org.mozilla.jss.asn1 that return TimeBaseModifier and TypeMethodDescriptionprotected TimeBaseGeneralizedTime.Template.generateInstance(Date date) protected abstract TimeBaseTimeBase.Template.generateInstance(Date date) protected TimeBaseUTCTime.Template.generateInstance(Date date) -
Uses of TimeBase in org.mozilla.jss.pkix.crmf
Methods in org.mozilla.jss.pkix.crmf that return TimeBaseModifier and TypeMethodDescriptionprivate static TimeBaseCertTemplate.dateToASN1(Date d) Converts a Date into a UTCTime or GeneralizedTime, depending on whether it falls before or after the cutoff date.