Uses of Class
kz.gamma.hardware.asn1.DERGeneralizedTime

Packages that use DERGeneralizedTime
kz.gamma.hardware.asn1   
kz.gamma.hardware.asn1.ocsp   
kz.gamma.hardware.asn1.tsp   
kz.gamma.hardware.asn1.x509   
 

Uses of DERGeneralizedTime in kz.gamma.hardware.asn1
 

Fields in kz.gamma.hardware.asn1 declared as DERGeneralizedTime
private  DERGeneralizedTime RevocationRequest.time
           
 

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

Constructors in kz.gamma.hardware.asn1 with parameters of type DERGeneralizedTime
RevocationRequest(java.lang.String issuerCertificateDN, byte[] сertificateSerialNumber, java.lang.String сertificateDN, int revocationReason, DERGeneralizedTime time)
          Формирование неподписанного запроса на отзыв сертификата
RevocationRequest(java.security.cert.X509Certificate certificate, int revocationReason, DERGeneralizedTime time)
          Формирование неподписанного запроса на отзыв сертификата
 

Uses of DERGeneralizedTime in kz.gamma.hardware.asn1.ocsp
 

Fields in kz.gamma.hardware.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.hardware.asn1.ocsp that return DERGeneralizedTime
 DERGeneralizedTime CrlID.getCrlTime()
           
 DERGeneralizedTime SingleResponse.getNextUpdate()
           
 DERGeneralizedTime ResponseData.getProducedAt()
           
 DERGeneralizedTime RevokedInfo.getRevocationTime()
           
 DERGeneralizedTime SingleResponse.getThisUpdate()
           
 

Constructors in kz.gamma.hardware.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.hardware.asn1.tsp
 

Fields in kz.gamma.hardware.asn1.tsp declared as DERGeneralizedTime
(package private)  DERGeneralizedTime TSTInfo.genTime
           
 

Methods in kz.gamma.hardware.asn1.tsp that return DERGeneralizedTime
 DERGeneralizedTime TSTInfo.getGenTime()
           
 

Constructors in kz.gamma.hardware.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 kz.gamma.hardware.asn1.x509
 

Fields in kz.gamma.hardware.asn1.x509 declared as DERGeneralizedTime
(package private)  DERGeneralizedTime AttCertValidityPeriod.notAfterTime
           
(package private)  DERGeneralizedTime AttCertValidityPeriod.notBeforeTime
           
 

Methods in kz.gamma.hardware.asn1.x509 that return DERGeneralizedTime
 DERGeneralizedTime AttCertValidityPeriod.getNotAfterTime()
           
 DERGeneralizedTime AttCertValidityPeriod.getNotBeforeTime()
           
 

Constructors in kz.gamma.hardware.asn1.x509 with parameters of type DERGeneralizedTime
AttCertValidityPeriod(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime)
           
 



Copyright © 2013 Gamma Technologies. All Rights Reserved.