Uses of Class
kz.gamma.asn1.DERGeneralizedTime

Packages that use DERGeneralizedTime
kz.gamma.asn1   
kz.gamma.asn1.cms   
kz.gamma.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029. 
kz.gamma.asn1.ocsp   
kz.gamma.asn1.x509   
kz.gamma.asn1.x509.sigi   
 

Uses of DERGeneralizedTime in kz.gamma.asn1
 

Methods in kz.gamma.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 kz.gamma.asn1.cms
 

Fields in kz.gamma.asn1.cms declared as DERGeneralizedTime
private  DERGeneralizedTime KEKIdentifier.date
           
private  DERGeneralizedTime RecipientKeyIdentifier.date
           
private  DERGeneralizedTime RevokeRequest.time
           
 

Methods in kz.gamma.asn1.cms that return DERGeneralizedTime
 DERGeneralizedTime KEKIdentifier.getDate()
           
 DERGeneralizedTime RecipientKeyIdentifier.getDate()
           
 

Constructors in kz.gamma.asn1.cms with parameters of type DERGeneralizedTime
KEKIdentifier(byte[] keyIdentifier, DERGeneralizedTime date, OtherKeyAttribute other)
           
RecipientKeyIdentifier(ASN1OctetString subjectKeyIdentifier, DERGeneralizedTime date, OtherKeyAttribute other)
           
RevokeRequest(java.lang.String dnIssuer, byte[] snSubject, java.lang.String dnSubject, int revReason, DERGeneralizedTime time)
          Формирование неподписанного запроса на отзыв сертификата
RevokeRequest(java.security.cert.X509Certificate revCert, int revReason, DERGeneralizedTime time)
          Формирование неподписанного запроса на отзыв сертификата
 

Uses of DERGeneralizedTime in kz.gamma.asn1.dvcs
 

Fields in kz.gamma.asn1.dvcs declared as DERGeneralizedTime
private  DERGeneralizedTime DVCSTime.genTime
           
 

Methods in kz.gamma.asn1.dvcs that return DERGeneralizedTime
 DERGeneralizedTime DVCSTime.getGenTime()
           
 

Constructors in kz.gamma.asn1.dvcs with parameters of type DERGeneralizedTime
DVCSTime(DERGeneralizedTime genTime)
           
 

Uses of DERGeneralizedTime in kz.gamma.asn1.ocsp
 

Fields in kz.gamma.asn1.ocsp declared as DERGeneralizedTime
(package private)  DERGeneralizedTime CrlID.crlTime
           
private  DERGeneralizedTime SingleResponse.nextUpdate
           
private  DERGeneralizedTime ResponseData.producedAt
           
private  DERGeneralizedTime RevokedInfo.revocationTime
           
private  DERGeneralizedTime SingleResponse.thisUpdate
           
 

Methods in kz.gamma.asn1.ocsp that return DERGeneralizedTime
 DERGeneralizedTime CrlID.getCrlTime()
           
 DERGeneralizedTime SingleResponse.getNextUpdate()
           
 DERGeneralizedTime ResponseData.getProducedAt()
           
 DERGeneralizedTime RevokedInfo.getRevocationTime()
           
 DERGeneralizedTime SingleResponse.getThisUpdate()
           
 

Constructors in kz.gamma.asn1.ocsp with parameters of type DERGeneralizedTime
ResponseData(DERInteger version, ResponderID responderID, DERGeneralizedTime producedAt, ASN1Sequence responses, X509Extensions responseExtensions)
           
ResponseData(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 kz.gamma.asn1.x509
 

Fields in kz.gamma.asn1.x509 declared as DERGeneralizedTime
private  DERGeneralizedTime PrivateKeyUsagePeriod._notAfter
           
private  DERGeneralizedTime PrivateKeyUsagePeriod._notBefore
           
private  DERGeneralizedTime V2AttributeCertificateInfoGenerator.endDate
           
(package private)  DERGeneralizedTime AttCertValidityPeriod.notAfterTime
           
(package private)  DERGeneralizedTime AttCertValidityPeriod.notBeforeTime
           
private  DERGeneralizedTime V2AttributeCertificateInfoGenerator.startDate
           
 

Methods in kz.gamma.asn1.x509 that return DERGeneralizedTime
 DERGeneralizedTime PrivateKeyUsagePeriod.getNotAfter()
           
 DERGeneralizedTime AttCertValidityPeriod.getNotAfterTime()
           
 DERGeneralizedTime PrivateKeyUsagePeriod.getNotBefore()
           
 DERGeneralizedTime AttCertValidityPeriod.getNotBeforeTime()
           
 

Methods in kz.gamma.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 kz.gamma.asn1.x509 with parameters of type DERGeneralizedTime
AttCertValidityPeriod(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime)
           
 

Uses of DERGeneralizedTime in kz.gamma.asn1.x509.sigi
 

Fields in kz.gamma.asn1.x509.sigi declared as DERGeneralizedTime
private  DERGeneralizedTime PersonalData.dateOfBirth
           
 

Methods in kz.gamma.asn1.x509.sigi that return DERGeneralizedTime
 DERGeneralizedTime PersonalData.getDateOfBirth()
           
 

Constructors in kz.gamma.asn1.x509.sigi with parameters of type DERGeneralizedTime
PersonalData(NameOrPseudonym nameOrPseudonym, java.math.BigInteger nameDistinguisher, DERGeneralizedTime dateOfBirth, DirectoryString placeOfBirth, java.lang.String gender, DirectoryString postalAddress)
          Constructor from a given details.
 



Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.