Uses of Class
org.apache.geronimo.util.asn1.DERGeneralizedTime

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

Uses of DERGeneralizedTime in org.apache.geronimo.util.asn1
 

Methods in org.apache.geronimo.util.asn1 that return DERGeneralizedTime
static DERGeneralizedTime DERGeneralizedTime.getInstance(ASN1TaggedObject obj, boolean explicit)
          return a Generalized Time object from a tagged object.
static DERGeneralizedTime DERGeneralizedTime.getInstance(Object obj)
          return a generalized time from the passed in object
 

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

Methods in org.apache.geronimo.util.asn1.x509 that return DERGeneralizedTime
 DERGeneralizedTime AttCertValidityPeriod.getNotAfterTime()
           
 DERGeneralizedTime AttCertValidityPeriod.getNotBeforeTime()
           
 

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

Constructors in org.apache.geronimo.util.asn1.x509 with parameters of type DERGeneralizedTime
AttCertValidityPeriod(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime)
           
 



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