Home
last modified time | relevance | path

Searched refs:thisUpdate (Results 1 – 10 of 10) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
DSingleResponse.java19 private ASN1GeneralizedTime thisUpdate; field in SingleResponse
34 ASN1GeneralizedTime thisUpdate, in SingleResponse() argument
38 this(certID, certStatus, thisUpdate, nextUpdate, Extensions.getInstance(singleExtensions)); in SingleResponse()
44 ASN1GeneralizedTime thisUpdate, in SingleResponse() argument
50 this.thisUpdate = thisUpdate; in SingleResponse()
60 this.thisUpdate = ASN1GeneralizedTime.getInstance(seq.getObjectAt(2)); in SingleResponse()
118 return thisUpdate; in getThisUpdate()
148 v.add(thisUpdate); in toASN1Primitive()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
DBasicOCSPRespBuilder.java42 ASN1GeneralizedTime thisUpdate; field in BasicOCSPRespBuilder.ResponseObject
49 Date thisUpdate, in ResponseObject() argument
79 this.thisUpdate = new DERGeneralizedTime(thisUpdate); in ResponseObject()
96 …return new SingleResponse(certId.toASN1Primitive(), certStatus, thisUpdate, nextUpdate, extensions… in toResponse()
185 Date thisUpdate, in addResponse() argument
188 this.addResponse(certID, certStatus, thisUpdate, nextUpdate, null); in addResponse()
205 Date thisUpdate, in addResponse() argument
209 list.add(new ResponseObject(certID, certStatus, thisUpdate, nextUpdate, singleExtensions)); in addResponse()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DTBSCertList.java143 Time thisUpdate; field in TBSCertList
191 thisUpdate = Time.getInstance(seq.getObjectAt(seqPos++)); in TBSCertList()
240 return thisUpdate; in getThisUpdate()
291 v.add(thisUpdate); in toASN1Primitive()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DTBSCertList.java148 Time thisUpdate; field in TBSCertList
196 thisUpdate = Time.getInstance(seq.getObjectAt(seqPos++)); in TBSCertList()
245 return thisUpdate; in getThisUpdate()
296 v.add(thisUpdate); in toASN1Primitive()
/external/python/pyasn1-modules/tools/
Docspclient.py166 producedAt, certId, certStatus, thisUpdate = parseOcspResponse(ocspRsp) variable
169 certStatus, producedAt, thisUpdate))
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX509CRL.java51 private final Date thisUpdate; field in OpenSSLX509CRL
58 thisUpdate = toDate(NativeCrypto.X509_CRL_get_lastUpdate(mContext, this)); in OpenSSLX509CRL()
276 return (Date) thisUpdate.clone(); in getThisUpdate()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLX509CRL.java52 private final Date thisUpdate; field in OpenSSLX509CRL
59 thisUpdate = toDate(NativeCrypto.X509_CRL_get_lastUpdate(mContext, this)); in OpenSSLX509CRL()
277 return (Date) thisUpdate.clone(); in getThisUpdate()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c134 ASN1_GENERALIZEDTIME *thisUpdate; member
195 ASN1_SIMPLE(SingleResponse, thisUpdate, ASN1_GENERALIZEDTIME),
754 txt = generalizedtime_str(sresp->thisUpdate); in check_ocsp_resp()
813 if (!ocsp_resp_valid(matching_resp->thisUpdate, in check_ocsp_resp()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties327 # {0} thisUpdate of the CRL
336 # {0} thisUpdate of the CRL
344 # {0} thisUpdate of the CRL
353 # {0} thisUpdate of the CRL
/external/scapy/test/
Dx509.uts249 assert(singleResponse.thisUpdate == ASN1_GENERALIZED_TIME("20160914121000Z"))