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 TBSCertList.getThisUpdate()
           
 Time TBSCertList.getNextUpdate()
           
 Time TBSCertList.CRLEntry.getRevocationDate()
           
static Time Time.getInstance(ASN1TaggedObject obj, boolean explicit)
           
static Time Time.getInstance(Object obj)
           
 Time X509CertificateStructure.getStartDate()
           
 Time X509CertificateStructure.getEndDate()
           
 Time CertificateList.getThisUpdate()
           
 Time CertificateList.getNextUpdate()
           
 Time TBSCertificateStructure.getStartDate()
           
 Time TBSCertificateStructure.getEndDate()
           
 

Methods in org.apache.geronimo.util.asn1.x509 with parameters of type Time
 void V1TBSCertificateGenerator.setStartDate(Time startDate)
           
 void V1TBSCertificateGenerator.setEndDate(Time endDate)
           
 void V2TBSCertListGenerator.setThisUpdate(Time thisUpdate)
           
 void V2TBSCertListGenerator.setNextUpdate(Time nextUpdate)
           
 void V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate, Time revocationDate, int reason)
           
 void V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate, Time revocationDate, int reason, DERGeneralizedTime invalidityDate)
           
 void V3TBSCertificateGenerator.setStartDate(Time startDate)
           
 void V3TBSCertificateGenerator.setEndDate(Time endDate)
           
 



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