Uses of Class
org.apache.geronimo.crypto.asn1.x509.Time

Packages that use Time
org.apache.geronimo.crypto.asn1.x509   
 

Uses of Time in org.apache.geronimo.crypto.asn1.x509
 

Methods in org.apache.geronimo.crypto.asn1.x509 that return Time
 Time TBSCertificateStructure.getEndDate()
           
 Time X509CertificateStructure.getEndDate()
           
static Time Time.getInstance(ASN1TaggedObject obj, boolean explicit)
           
static Time Time.getInstance(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 org.apache.geronimo.crypto.asn1.x509 with parameters of type Time
 void V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate, Time revocationDate, int reason)
           
 void V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate, Time revocationDate, int reason, DERGeneralizedTime invalidityDate)
           
 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)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.