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

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

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

Methods in org.apache.geronimo.util.asn1.x509 that return Time
 Time X509CertificateStructure.getEndDate()
           
 Time TBSCertificateStructure.getEndDate()
           
static Time Time.getInstance(ASN1TaggedObject obj, boolean explicit)
           
static Time Time.getInstance(Object obj)
           
 Time TBSCertList.getNextUpdate()
           
 Time CertificateList.getNextUpdate()
           
 Time TBSCertList.CRLEntry.getRevocationDate()
           
 Time X509CertificateStructure.getStartDate()
           
 Time TBSCertificateStructure.getStartDate()
           
 Time TBSCertList.getThisUpdate()
           
 Time CertificateList.getThisUpdate()
           
 

Methods in org.apache.geronimo.util.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 V3TBSCertificateGenerator.setEndDate(Time endDate)
           
 void V1TBSCertificateGenerator.setEndDate(Time endDate)
           
 void V2TBSCertListGenerator.setNextUpdate(Time nextUpdate)
           
 void V3TBSCertificateGenerator.setStartDate(Time startDate)
           
 void V1TBSCertificateGenerator.setStartDate(Time startDate)
           
 void V2TBSCertListGenerator.setThisUpdate(Time thisUpdate)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.