Uses of Class
com.digt.trusted.asn1.DERGeneralizedTime

Packages that use DERGeneralizedTime
com.digt.trusted.asn1 A library for parsing and writing ASN.1 objects. 
com.digt.trusted.asn1.cms   
com.digt.trusted.asn1.ocsp Support classes useful for encoding and supporting OCSP objects. 
com.digt.trusted.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161. 
com.digt.trusted.asn1.x509 Support classes useful for encoding and processing X.509 certificates. 
 

Uses of DERGeneralizedTime in com.digt.trusted.asn1
 

Methods in com.digt.trusted.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(java.lang.Object obj)
          return a generalized time from the passed in object
 

Uses of DERGeneralizedTime in com.digt.trusted.asn1.cms
 

Methods in com.digt.trusted.asn1.cms that return DERGeneralizedTime
 DERGeneralizedTime KEKIdentifier.getDate()
           
 DERGeneralizedTime RecipientKeyIdentifier.getDate()
           
 

Constructors in com.digt.trusted.asn1.cms with parameters of type DERGeneralizedTime
KEKIdentifier(byte[] keyIdentifier, DERGeneralizedTime date, OtherKeyAttribute other)
           
RecipientKeyIdentifier(ASN1OctetString subjectKeyIdentifier, DERGeneralizedTime date, OtherKeyAttribute other)
           
 

Uses of DERGeneralizedTime in com.digt.trusted.asn1.ocsp
 

Methods in com.digt.trusted.asn1.ocsp that return DERGeneralizedTime
 DERGeneralizedTime CrlID.getCrlTime()
           
 DERGeneralizedTime SingleResponse.getNextUpdate()
           
 DERGeneralizedTime ResponseData.getProducedAt()
           
 DERGeneralizedTime RevokedInfo.getRevocationTime()
           
 DERGeneralizedTime SingleResponse.getThisUpdate()
           
 

Constructors in com.digt.trusted.asn1.ocsp with parameters of type DERGeneralizedTime
ResponseData(DERInteger version, ResponderID responderID, DERGeneralizedTime producedAt, ASN1Sequence responses, X509Extensions responseExtensions)
           
RevokedInfo(DERGeneralizedTime revocationTime, CRLReason revocationReason)
           
SingleResponse(CertID certID, CertStatus certStatus, DERGeneralizedTime thisUpdate, DERGeneralizedTime nextUpdate, X509Extensions singleExtensions)
           
 

Uses of DERGeneralizedTime in com.digt.trusted.asn1.tsp
 

Methods in com.digt.trusted.asn1.tsp that return DERGeneralizedTime
 DERGeneralizedTime TSTInfo.getGenTime()
           
 

Constructors in com.digt.trusted.asn1.tsp with parameters of type DERGeneralizedTime
TSTInfo(DERObjectIdentifier tsaPolicyId, MessageImprint messageImprint, DERInteger serialNumber, DERGeneralizedTime genTime, Accuracy accuracy, DERBoolean ordering, DERInteger nonce, GeneralName tsa, X509Extensions extensions)
           
 

Uses of DERGeneralizedTime in com.digt.trusted.asn1.x509
 

Methods in com.digt.trusted.asn1.x509 that return DERGeneralizedTime
 DERGeneralizedTime AttCertValidityPeriod.getNotAfterTime()
           
 DERGeneralizedTime AttCertValidityPeriod.getNotBeforeTime()
           
 

Methods in com.digt.trusted.asn1.x509 with parameters of type DERGeneralizedTime
 void V2AttributeCertificateInfoGenerator.setEndDate(DERGeneralizedTime endDate)
           
 void V2AttributeCertificateInfoGenerator.setStartDate(DERGeneralizedTime startDate)
           
 

Constructors in com.digt.trusted.asn1.x509 with parameters of type DERGeneralizedTime
AttCertValidityPeriod(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime)