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

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

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

Methods in org.apache.geronimo.util.asn1 that return DERUTCTime
static DERUTCTime DERUTCTime.getInstance(ASN1TaggedObject obj, boolean explicit)
          return an UTC Time from a tagged object.
static DERUTCTime DERUTCTime.getInstance(Object obj)
          return an UTC Time from the passed in object.
 

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

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



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