HomeSort by relevance Sort by last modified time
    Searched defs:thisUpdate (Results 1 - 25 of 26) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
SingleResponse.java 19 private ASN1GeneralizedTime thisUpdate;
27 * @param thisUpdate
34 ASN1GeneralizedTime thisUpdate,
38 this(certID, certStatus, thisUpdate, nextUpdate, Extensions.getInstance(singleExtensions));
44 ASN1GeneralizedTime thisUpdate,
50 this.thisUpdate = thisUpdate;
60 this.thisUpdate = ASN1GeneralizedTime.getInstance(seq.getObjectAt(2));
118 return thisUpdate;
137 * thisUpdate GeneralizedTime
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
BasicOCSPRespBuilder.java 42 ASN1GeneralizedTime thisUpdate;
49 Date thisUpdate,
79 this.thisUpdate = new DERGeneralizedTime(thisUpdate);
96 return new SingleResponse(certId.toASN1Primitive(), certStatus, thisUpdate, nextUpdate, extensions);
178 * @param thisUpdate date this response was valid on
185 Date thisUpdate,
188 this.addResponse(certID, certStatus, thisUpdate, nextUpdate, null);
197 * @param thisUpdate date this response was valid on
205 Date thisUpdate,
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
TBSCertList.java 26 * thisUpdate Time,
143 Time thisUpdate;
191 thisUpdate = Time.getInstance(seq.getObjectAt(seqPos++));
240 return thisUpdate;
291 v.add(thisUpdate);
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509CRL.java 51 private final Date thisUpdate;
58 thisUpdate = toDate(NativeCrypto.X509_CRL_get_lastUpdate(mContext, this));
276 return (Date) thisUpdate.clone();
  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 127 * thisUpdate GeneralizedTime,
134 ASN1_GENERALIZEDTIME *thisUpdate;
195 ASN1_SIMPLE(SingleResponse, thisUpdate, ASN1_GENERALIZEDTIME),
358 "OpenSSL: Invalid OCSP response thisUpdate");
386 "OpenSSL: OCSP response nextUpdate before thisUpdate");
390 /* Both thisUpdate and nextUpdate are valid */
754 txt = generalizedtime_str(sresp->thisUpdate);
756 wpa_printf(MSG_DEBUG, "OpenSSL: thisUpdate: %s", txt);
813 if (!ocsp_resp_valid(matching_resp->thisUpdate,
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLSelector2Test.java 511 private Date thisUpdate = null;
522 public TestCRL(Date thisUpdate, Date nextUpdate) {
523 setUpdateDates(thisUpdate, nextUpdate);
530 public void setUpdateDates(Date thisUpdate, Date nextUpdate) {
531 this.thisUpdate = thisUpdate;
602 return thisUpdate;
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSPResponse.java 101 * thisUpdate GeneralizedTime,
607 sr.thisUpdate + until);
613 // [ thisUpdate - MAX_CLOCK_SKEW,
614 // MAX(thisUpdate, nextUpdate) + MAX_CLOCK_SKEW ]
615 if (nowPlusSkew.before(sr.thisUpdate) ||
617 sr.nextUpdate != null ? sr.nextUpdate : sr.thisUpdate))
685 private final Date thisUpdate;
737 thisUpdate = tmp.getGeneralizedTime();
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
X509CRLImpl.java 76 * thisUpdate ChoiceOfTime,
105 private Date thisUpdate = null;
188 * @param thisUpdate the Date of this issue.
193 this.thisUpdate = thisDate;
201 * @param thisUpdate the Date of this issue.
212 this.thisUpdate = thisDate;
240 * @param thisUpdate the Date of this issue.
298 if (thisUpdate.getTime() < YR_2050)
299 tmp.putUTCTime(thisUpdate);
301 tmp.putGeneralizedTime(thisUpdate);
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.56/
bcpkix-jdk15on-1.56.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 877 milliseconds

1 2