/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/ |
D | SingleResponse.java | 19 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/ |
D | BasicOCSPRespBuilder.java | 42 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/ |
D | TBSCertList.java | 143 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/ |
D | TBSCertList.java | 148 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/ |
D | ocspclient.py | 166 producedAt, certId, certStatus, thisUpdate = parseOcspResponse(ocspRsp) variable 169 certStatus, producedAt, thisUpdate))
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | OpenSSLX509CRL.java | 51 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/ |
D | OpenSSLX509CRL.java | 52 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/ |
D | tls_openssl_ocsp.c | 134 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/ |
D | CertPathReviewerMessages.properties | 327 # {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/ |
D | x509.uts | 249 assert(singleResponse.thisUpdate == ASN1_GENERALIZED_TIME("20160914121000Z"))
|