Uses of Class
com.digt.trusted.asn1.x509.Time

Packages that use Time
com.digt.trusted.asn1.x509 Support classes useful for encoding and processing X.509 certificates. 
 

Uses of Time in com.digt.trusted.asn1.x509
 

Methods in com.digt.trusted.asn1.x509 that return Time
 Time TBSCertificateStructure.getEndDate()
           
 Time X509CertificateStructure.getEndDate()
           
static Time Time.getInstance(ASN1TaggedObject obj, boolean explicit)
           
static Time Time.getInstance(java.lang.Object obj)
           
 Time CertificateList.getNextUpdate()
           
 Time TBSCertList.getNextUpdate()
           
 Time TBSCertList.CRLEntry.getRevocationDate()
           
 Time TBSCertificateStructure.getStartDate()
           
 Time X509CertificateStructure.getStartDate()
           
 Time CertificateList.getThisUpdate()
           
 Time TBSCertList.getThisUpdate()
           
 

Methods in com.digt.trusted.asn1.x509 with parameters of type Time
 void V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate, Time revocationDate, int reason)
           
 void V1TBSCertificateGenerator.setEndDate(Time endDate)
           
 void V3TBSCertificateGenerator.setEndDate(Time endDate)
           
 void V2TBSCertListGenerator.setNextUpdate(Time nextUpdate)
           
 void V1TBSCertificateGenerator.setStartDate(Time startDate)
           
 void V3TBSCertificateGenerator.setStartDate(Time startDate)
           
 void V2TBSCertListGenerator.setThisUpdate(Time thisUpdate)