/external/conscrypt/src/platform/java/org/conscrypt/ |
TrustManagerImpl.java | 27 import java.security.cert.Certificate; 308 "Certificate path is not properly pinned.", null, certPath, -1)); 334 // The server certificate is skipped by skipping the 351 * Clean up the certificate chain, returning a cleaned up chain, 355 * certificates, expired self-issued root certificate, or CAs with 366 // Start with the first certificate in the chain, assuming it 367 // is the leaf certificate (server or client cert). 370 // the "issuer" of the current certificate. In a properly 429 * If an EKU extension is present in the end-entity certificate, 471 public void check(Certificate c, Collection<String> unresolvedCritExts [all...] |
/bootable/recovery/ |
install.cpp | 212 Certificate* loadedKeys = load_keys(PUBLIC_KEYS_FILE, &numKeys);
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
AndroidKeyPairGeneratorTest.java | 32 import java.security.cert.Certificate; 448 Certificate userCert = privEntry.getCertificate(); 449 assertTrue("Certificate should be in X.509 format", userCert instanceof X509Certificate); 453 assertEquals("PublicKey used to sign certificate should match one returned in KeyPair", 473 Certificate[] chain = privEntry.getCertificateChain(); 517 Certificate[] usedClientCerts = client.getSession().getLocalCertificates();
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
ProtectionDomainTest.java | 60 cs = new CodeSource(url, (java.security.cert.Certificate[]) null);
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
IdentityTest.java | 111 * verify addCertificate(Certificate certificate) adds a certificate for this identity. 112 * If the identity has a public key, the public key in the certificate must be the same 122 // try Certificate with different key 131 * verify addCertificate(Certificate certificate) adds a certificate for this identity. 132 * if the identity does not have a public key, the identity's public key is set to be that specified in the certificate. 145 * verify addCertificate(Certificate certificate) throws KeyManagementException if certificate is nul [all...] |
SignatureTest.java | 71 * Class under test for void initVerify(Certificate) 293 private class MyCertificate extends java.security.cert.Certificate {
|
/external/chromium_org/net/quic/crypto/ |
common_cert_set_1_50.inc | 10 Certificate: 15 Issuer: C=US, O=Equifax, OU=Equifax Secure Certificate Authority 36 Certificate Sign, CRL Sign 58 -----BEGIN CERTIFICATE----- 74 -----END CERTIFICATE----- 138 Certificate: 143 Issuer: C=US, O=Equifax, OU=Equifax Secure Certificate Authority 180 Certificate Sign, CRL Sign 186 X509v3 Certificate Policies: 199 -----BEGIN CERTIFICATE---- [all...] |
common_cert_set_51_100.inc | 10 Certificate: 53 Certificate Sign, CRL Sign 54 X509v3 Certificate Policies: 76 -----BEGIN CERTIFICATE----- 103 -----END CERTIFICATE----- 212 Certificate: 260 Certificate Sign, CRL Sign 284 -----BEGIN CERTIFICATE----- 311 -----END CERTIFICATE----- 420 Certificate [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactory1Test.java | 34 import java.security.cert.Certificate; 389 assertTrue("Not empty certificate collection", colCer.isEmpty()); 449 Certificate cer; 460 assertNull("Not null certificate was created", cer); 467 assertTrue("Not empty certificate Collection was created", colCer.isEmpty()); 628 * incorrect Certificate
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransaction.java | [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
ResponseCacheTest.java | 45 import java.security.cert.Certificate; 191 List<Certificate> localCerts = toListOrNull(c1.getLocalCertificates()); 192 List<Certificate> serverCerts = toListOrNull(c1.getServerCertificates()); [all...] |
HttpResponseCacheTest.java | 50 import java.security.cert.Certificate; 358 List<Certificate> localCerts = toListOrNull(c1.getLocalCertificates()); 359 List<Certificate> serverCerts = toListOrNull(c1.getServerCertificates()); [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 37 import java.security.cert.Certificate; 61 * This certstore file should contain self-signed certificate generated by 808 Certificate[] serverCertificates = clientConnection 810 Certificate[] localCertificates = session.getLocalCertificates() [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
CertPathValidatorUtilities.java | 14 import java.security.cert.Certificate; 126 * issuer of the given X509 certificate. Uses the default provider 129 * @param cert the X509 certificate 134 * on the given certificate has thrown an exception. 146 * issuer of the given X509 certificate. Uses the specified 150 * @param cert the X509 certificate 156 * on the given certificate has thrown an exception. 237 throw new AnnotatedException("TrustAnchor found but certificate validation failed.", invalidKeyEx); 268 * Returns the issuer of an attribute certificate or certificate [all...] |
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
X509CRLSelectorTest.java | 91 public boolean isRevoked(Certificate 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...] |
/external/chromium_org/third_party/tlslite/tlslite/ |
tlsconnection.py | 188 the ciphersuites, certificate types, and SSL/TLS versions 237 combined SRP and server-certificate handshake, if the server 238 chooses to authenticate itself with a certificate chain in 261 the ciphersuites, certificate types, and SSL/TLS versions 314 """Perform a certificate-based handshake in the role of client. 317 will authenticate itself using an X.509 certificate 318 chain. If the handshake succeeds, the server's certificate 321 validation or checking of the server's certificate chain. 324 client will send the passed-in certificate chain, and use the 326 certificate chain and private key were passed in, the clien [all...] |
messages.py | 197 # certificate status response to the client along with 198 # their certificate. If OCSP is requested, they 372 class Certificate(HandshakeMsg): 374 HandshakeMsg.__init__(self, HandshakeType.certificate)
|
tlsrecordlayer.py | 796 elif subType == HandshakeType.certificate: 797 yield Certificate(constructorType).parse(p) [all...] |
/external/conscrypt/src/test/java/org/conscrypt/ |
TrustedCertificateStoreTest.java | 27 import java.security.cert.Certificate; 229 * The construction below is to build a certificate chain that has a loop 243 Certificate certLoopTempCaCert1 = ((TrustedCertificateEntry) certLoopTempCa1 741 * format a certificate alias 754 * Install certificate under specified alias
|
NativeCryptoTest.java | 34 import java.security.cert.Certificate; 139 X509Certificate certificate = (X509Certificate) ks.getCertificate(caCertAlias); local 140 X500Principal principal = certificate.getIssuerX500Principal(); 156 private static OpenSSLX509Certificate[] encodeCertificateList(Certificate[] chain) 432 // neither private or certificate set 447 // first certificate, then private 466 // first private, then certificate [all...] |
/external/chromium_org/tools/findit/common/ |
cacert.pem | 4 ## Certificate data from Mozilla as of: Wed Jan 18 00:04:16 2012 6 ## This is a bundle of X.509 certificates of public Certificate Authorities 56 -----BEGIN CERTIFICATE----- 68 -----END CERTIFICATE----- 72 -----BEGIN CERTIFICATE----- 87 -----END CERTIFICATE----- 91 -----BEGIN CERTIFICATE----- 107 -----END CERTIFICATE----- 111 -----BEGIN CERTIFICATE----- 127 -----END CERTIFICATE---- [all...] |
/external/chromium_org/third_party/libaddressinput/src/java/ |
android.jar | |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |