/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/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
|
/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/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...] |
CRLExtensions.java | 52 * thisUpdate Time,
|
/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/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;
|
/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/java/security/cert/ |
X509CRL.java | 81 * thisUpdate ChoiceOfTime, 298 * Gets the <code>thisUpdate</code> date from the CRL. 301 * thisUpdate ChoiceOfTime 307 * @return the <code>thisUpdate</code> date from the CRL.
|
X509CRLSelector.java | 408 * equal to or later than the value of the thisUpdate component 530 * equal to or later than the value of the thisUpdate component
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_client_ocsp.c | 135 * thisUpdate GeneralizedTime, 258 /* thisUpdate GeneralizedTime */ 263 wpa_printf(MSG_DEBUG, "OCSP: Failed to parse thisUpdate"); 266 wpa_printf(MSG_DEBUG, "OCSP: thisUpdate %lu", (unsigned long) update); 270 "OCSP: thisUpdate time in the future (response not yet valid)");
|
/prebuilts/go/darwin-x86/src/crypto/x509/pkix/ |
pkix.go | 183 ThisUpdate time.Time
|
/prebuilts/go/linux-x86/src/crypto/x509/pkix/ |
pkix.go | 183 ThisUpdate time.Time
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 502 * - thisUpdate: 01 Jan 2001 01:02:03<br> 522 // thisUpdate: ChoiceOfTime
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
rfc2560.py | 90 namedtype.NamedType('thisUpdate', useful.GeneralizedTime()),
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
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 [all...] |
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 507 * - thisUpdate: 01 Jan 2001 01:02:03<br> 527 // thisUpdate: ChoiceOfTime [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/x509/ |
pkix.a | 208 type @"".TBSCertificateList struct { Raw @"encoding/asn1".RawContent; Version int "asn1:\"optional,default:1\""; Signature @"".AlgorithmIdentifier; Issuer @"".RDNSequence; ThisUpdate @"time".Time; NextUpdate @"time".Time "asn1:\"optional\""; RevokedCertificates []@"".RevokedCertificate "asn1:\"optional\""; Extensions []@"".Extension "asn1:\"tag:0,optional,explicit\"" } [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/x509/ |
pkix.a | 208 type @"".TBSCertificateList struct { Raw @"encoding/asn1".RawContent; Version int "asn1:\"optional,default:1\""; Signature @"".AlgorithmIdentifier; Issuer @"".RDNSequence; ThisUpdate @"time".Time; NextUpdate @"time".Time "asn1:\"optional\""; RevokedCertificates []@"".RevokedCertificate "asn1:\"optional\""; Extensions []@"".Extension "asn1:\"tag:0,optional,explicit\"" } [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/crypto/x509/ |
pkix.a | 208 type @"".TBSCertificateList struct { Raw @"encoding/asn1".RawContent; Version int "asn1:\"optional,default:1\""; Signature @"".AlgorithmIdentifier; Issuer @"".RDNSequence; ThisUpdate @"time".Time; NextUpdate @"time".Time "asn1:\"optional\""; RevokedCertificates []@"".RevokedCertificate "asn1:\"optional\""; Extensions []@"".Extension "asn1:\"tag:0,optional,explicit\"" } [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64_race/crypto/x509/ |
pkix.a | 208 type @"".TBSCertificateList struct { Raw @"encoding/asn1".RawContent; Version int "asn1:\"optional,default:1\""; Signature @"".AlgorithmIdentifier; Issuer @"".RDNSequence; ThisUpdate @"time".Time; NextUpdate @"time".Time "asn1:\"optional\""; RevokedCertificates []@"".RevokedCertificate "asn1:\"optional\""; Extensions []@"".Extension "asn1:\"tag:0,optional,explicit\"" } [all...] |