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(Object obj)
          return a generalized time from the passed in object
static DERGeneralizedTime DERGeneralizedTime.getInstance(ASN1TaggedObject obj, boolean explicit)
          return a Generalized Time object from a tagged object.
 

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

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

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

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.