/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/ |
CertificatePinnerChainValidationTest.java | 47 .commonName("root") 53 .commonName("intermediate_ca") 58 .commonName(server.getHostName()) 102 .commonName("root") 108 .commonName("intermediate_ca") 113 .commonName(server.getHostName()) 157 .commonName("root") 167 .commonName("good_intermediate_ca") 172 .commonName(server.getHostName()) 193 .commonName("bad_intermediate_ca" [all...] |
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
certutils_test.py | 74 self.assertEqual(c.get_subject().commonName, subject) 85 self.assertEqual(issuer, cert.get_subject().commonName) 122 self.assertEqual(issuer, cert.get_issuer().commonName) 123 self.assertEqual(subject, cert.get_subject().commonName) 130 self.assertEqual(issuer, cert.get_issuer().commonName) 131 self.assertEqual(subject, cert.get_subject().commonName)
|
certutils.py | 242 common_name = original_cert.get_subject().commonName
|
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/ |
tpmtoken_import_openssl.cnf | 79 commonName = supplied 91 commonName = supplied 142 commonName = Common Name (eg, your name or your server\'s hostname)
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/assets/ |
ca.conf | 72 commonName = supplied 83 commonName = supplied 104 commonName = Common Name
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509ObjectIdentifiers.java | 8 /** Subject RDN components: commonName = 2.5.4.3 */ 9 static final ASN1ObjectIdentifier commonName = new ASN1ObjectIdentifier("2.5.4.3").intern();
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
Builder.java | 225 X500Name commonName = baseName.commonAncestor(testName); 226 if (commonName == null) { 233 int commonDistance = commonName.subtreeDepth();
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/ |
HeldCertificate.java | 68 public Builder commonName(String hostname) {
|
SslContextBuilder.java | 52 .commonName(InetAddress.getByName("localhost").getHostName())
|
/external/curl/tests/ |
stunnel.pem | 36 commonName = "6. Common Name (eg, FQDN) " 38 1.commonName = "6. Common Name (eg, FQDN) "
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
X500Name.java | 198 * @param commonName common name of a person, e.g. "Vivette Davis" 203 public X500Name(String commonName, String organizationUnit, 213 new DerValue(commonName)); 233 * @param commonName common name of a person, e.g. "Vivette Davis" 240 public X500Name(String commonName, String organizationUnit, 251 new DerValue(commonName)); [all...] |
/external/libcups/cups/ |
tls-sspi.c | [all...] |
/prebuilts/go/darwin-x86/src/crypto/x509/ |
x509_test.go | 227 CommonName: "*.foo.bar.baz", 240 CommonName: "*.2.3.4", 362 commonName := "test.example.com" 370 CommonName: commonName, 445 if cert.Subject.CommonName != commonName { 446 t.Errorf("%s: subject wasn't correctly copied from the template. Got %s, want %s", test.name, cert.Subject.CommonName, commonName) 464 if cert.Issuer.CommonName != commonName [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
x509_test.go | 227 CommonName: "*.foo.bar.baz", 240 CommonName: "*.2.3.4", 362 commonName := "test.example.com" 370 CommonName: commonName, 445 if cert.Subject.CommonName != commonName { 446 t.Errorf("%s: subject wasn't correctly copied from the template. Got %s, want %s", test.name, cert.Subject.CommonName, commonName) 464 if cert.Issuer.CommonName != commonName [all...] |
/external/conscrypt/testing/src/main/java/libcore/java/security/ |
TestKeyStore.java | 406 public Builder subject(String commonName) { 407 return subject(new X500Principal(commonName)); [all...] |
/libcore/support/src/test/java/libcore/java/security/ |
TestKeyStore.java | 404 public Builder subject(String commonName) { 405 return subject(new X500Principal(commonName)); [all...] |
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/ |
mockwebserver-2.7.4.jar | |
/external/google-tv-pairing-protocol/java/jar/ |
bcprov-jdk15-143.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/misc/common/robolectric/lib/ |
bcprov-jdk16-1.46.jar | |
/prebuilts/sdk/tools/ |
jack-launcher.jar | |
jack-server-4.11.ALPHA.jar | |
/prebuilts/sdk/tools/lib/ |
signapk.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-jdk15on/1.50/ |
bcprov-jdk15on-1.50.jar | |