HomeSort by relevance Sort by last modified time
    Searched refs:thisUpdate (Results 1 - 20 of 20) sorted by null

  /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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateListTest.java 68 private static Date thisUpdate = new Date();
72 nextUpdate = new Date(thisUpdate.getTime() + 100000);
142 new TBSCertList(2, signature, issuer, thisUpdate,
170 new TBSCertList(signature, issuer, thisUpdate);
177 tbscl = new TBSCertList(2, signature, issuer, thisUpdate,
  /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/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CRLSelectorTest.java 59 private Date thisUpdate = null;
66 public TestCRL(Date thisUpdate, Date nextUpdate) {
67 setUpdateDates(thisUpdate, nextUpdate);
74 public void setUpdateDates(Date thisUpdate, Date nextUpdate) {
75 this.thisUpdate = thisUpdate;
141 return thisUpdate;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/tools/
ocspclient.py 96 response0.getComponentByName('thisUpdate')
139 producedAt, certId, certStatus, thisUpdate = parseOcspResponse(ocspRsp)
145 thisUpdate))
ocspserver.py 97 response0.getComponentByName('thisUpdate')
136 producedAt, certId, certStatus, thisUpdate = parseOcspResponse(ocspRsp)
142 thisUpdate
  /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...]
  /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,
606 sr.thisUpdate + until);
610 if ((sr.thisUpdate != null && nowPlusSkew.before(sr.thisUpdate)) ||
679 private final Date thisUpdate;
731 thisUpdate = tmp.getGeneralizedTime();
    [all...]
  /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,
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.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/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.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/sdk/tools/lib/
signapk.jar 

Completed in 1055 milliseconds