HomeSort by relevance Sort by last modified time
    Searched refs:commonName (Results 1 - 25 of 32) sorted by null

1 2

  /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/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/DeviceAndProfileOwner/scripts/
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/luni/src/test/java/libcore/javax/net/ssl/
DefaultHostnameVerifierTest.java 569 public StubX509Certificate(String commonName) {
570 subjectX500Principal = new X500Principal("cn=" + commonName);
    [all...]
  /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...]
  /external/conscrypt/testing/src/main/java/org/conscrypt/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/go/darwin-x86/src/crypto/x509/
x509_test.go 347 CommonName: "*.foo.bar.baz",
360 CommonName: "*.2.3.4",
519 commonName := "test.example.com"
527 CommonName: commonName,
638 if cert.Subject.CommonName != commonName {
639 t.Errorf("%s: subject wasn't correctly copied from the template. Got %s, want %s", test.name, cert.Subject.CommonName, commonName)
665 if cert.Issuer.CommonName != commonName
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509_test.go 347 CommonName: "*.foo.bar.baz",
360 CommonName: "*.2.3.4",
519 commonName := "test.example.com"
527 CommonName: commonName,
638 if cert.Subject.CommonName != commonName {
639 t.Errorf("%s: subject wasn't correctly copied from the template. Got %s, want %s", test.name, cert.Subject.CommonName, commonName)
665 if cert.Issuer.CommonName != commonName
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/
mockwebserver-2.7.4.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
sunpkcs11.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
sunpkcs11.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/3.1.1/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 

Completed in 358 milliseconds

1 2