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 TypeClassDescriptionclass
The ASN.1 typeGeneralizedTime
class
Methods in org.mozilla.jss.asn1 that return TimeBaseModifier and TypeMethodDescriptionprotected TimeBase
GeneralizedTime.Template.generateInstance
(Date date) protected abstract TimeBase
TimeBase.Template.generateInstance
(Date date) protected TimeBase
UTCTime.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 TimeBase
CertTemplate.dateToASN1
(Date d) Converts a Date into a UTCTime or GeneralizedTime, depending on whether it falls before or after the cutoff date.