HomeSort by relevance Sort by last modified time
    Searched refs:Certificate (Results 326 - 350 of 364) sorted by null

<<1112131415

  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java 52 import java.security.cert.Certificate;
272 List<Certificate> localCerts = toListOrNull(c1.getLocalCertificates());
273 List<Certificate> serverCerts = toListOrNull(c1.getServerCertificates());
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 35 import java.security.cert.Certificate;
263 List<Certificate> localCerts = response1.handshake().localCertificates();
264 List<Certificate> serverCerts = response1.handshake().peerCertificates();
    [all...]
CallTest.java 45 import java.security.cert.Certificate;
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
UrlConnectionCacheTest.java 42 import java.security.cert.Certificate;
261 List<Certificate> localCerts = toListOrNull(c1.getLocalCertificates());
262 List<Certificate> serverCerts = toListOrNull(c1.getServerCertificates());
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java 41 import java.security.cert.Certificate;
401 * The certificate validity periods in the test certificate MUST lie
544 /* This certificate has no unique ID. */
548 // TODO: generate certificate that has a SubjectUniqueID field.
552 /* This certificate has no unique ID. */
556 // TODO: generate certificate that has a IssuerUniqueID field.
608 /* The test certificate is sha1WithRSAEncryption */
614 /* The test certificate is sha1WithRSAEncryption */
620 /* The test certificate is sha1WithRSAEncryption *
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java 65 * distinguished name and each issue a certificate with the same serial
70 * Internet X.509 Public Key Infrastructure Certificate and CRL Profile</a> for
71 * definitions of the X.509 certificate extensions mentioned below.
167 * match a single certificate. Although other criteria can be specified
181 * must match the certificate serial number in the
182 * <code>X509Certificate</code>. If <code>null</code>, any certificate
185 * @param serial the certificate serial number to match
420 * in the issuer's certificate. Note, however, that the result of
422 * Identifier&gt;)</code> on the issuer's certificate may NOT be used
427 * In order to use the extension value of the issuer certificate'
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 417 // Certificate Policies Extension (as specified in rfc 3280)
446 * setCertificate(X509Certificate certificate) method testing.
451 TestCert cert_1 = new TestCert("same certificate");
452 TestCert cert_2 = new TestCert("other certificate");
460 assertTrue("The certificate should match the selection criteria.",
462 assertFalse("The certificate should not match the selection criteria.",
465 assertTrue("The certificate should match the selection criteria.",
475 TestCert cert_1 = new TestCert("same certificate");
476 TestCert cert_2 = new TestCert("other certificate");
481 assertEquals("The returned certificate should be equal to specified"
1803 TestCert certificate = new TestCert(alt_names_extension); local
1955 TestCert certificate = new TestCert(alt_names_extension); local
2033 TestCert certificate = new TestCert(alt_names_extension); local
2142 org.apache.harmony.security.x509.Certificate certificate = local
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 38 import java.security.cert.Certificate;
1724 Certificate certificate = certificateWithKeyUsage(keyUsage); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc2459.py 222 # certificate and CRL specific structures begin here
282 class Certificate(univ.Sequence):
    [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java 33 import java.security.cert.Certificate;
145 X509Certificate certificate = (X509Certificate) ks.getCertificate(caCertAlias); local
146 X500Principal principal = certificate.getIssuerX500Principal();
162 private static OpenSSLX509Certificate[] encodeCertificateList(Certificate[] chain)
426 // neither private or certificate set
441 // first certificate, then private
460 // first private, then certificate
3028 OpenSSLX509Certificate certificate = OpenSSLX509Certificate.fromX509PemInputStream( local
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 570 <span class="en">Certificate Store</span></a>
  /libcore/
openjdk_java_files.mk 427 ojluni/src/main/java/java/security/cert/Certificate.java \
454 ojluni/src/main/java/java/security/Certificate.java \
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 287 import java.security.cert.Certificate;
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 1203 milliseconds

<<1112131415