HomeSort by relevance Sort by last modified time
    Searched full:certificate (Results 76 - 100 of 2776) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
CertPathReviewerMessages.properties 14 CertPathReviewer.notPermittedDN.title = Name constraint error: certificate DN is not permitted
15 CertPathReviewer.notPermittedDN.text = Name constraint error: the certificate DN {0} is not permitted.
16 CertPathReviewer.notPermittedDN.summary = Name constraint error: certificate DN is not permitted.
17 CertPathReviewer.notPermittedDN.details = Name constraint checking error. The certificate DN {0} is not in the permitted set of DNs.
21 CertPathReviewer.excludedDN.title = Name constraint error: certificate DN is excluded
22 CertPathReviewer.excludedDN.text = Name constraint error: The certificate DN {0} is excluded.
23 CertPathReviewer.excludedDN.summary = Name constraint error: certificate DN is excluded.
24 CertPathReviewer.excludedDN.details = Name constraint checking error. The certificate DN {0} is inside of the excluded set of DNs.
29 CertPathReviewer.notPermittedEmail.text = Name constraint error: certificate contains the not permitted email address {0}.
31 CertPathReviewer.notPermittedEmail.details = Name constraint checking error. The certificate contains the email address {0} which is not in the permitted set of email addresses
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStorePrivateKeyEntryTest.java 26 import java.security.cert.Certificate;
36 String certificateData = "-----BEGIN CERTIFICATE-----\n"
50 + "-----END CERTIFICATE-----\n";
62 Certificate certificate = cf.generateCertificate(certArray); local
63 assertTrue(certificate instanceof X509Certificate);
65 String algorithm = certificate.getPublicKey().getAlgorithm();
71 // If all the certificate in the chain is X509Certificate,
74 privateKey, new Certificate[] { certificate });
    [all...]
  /packages/apps/KeyChain/res/values/
strings.xml 22 <!-- Dialog title when at least one certificate was found -->
23 <string name="title_select_cert">Choose certificate</string>
26 <string name="requesting_application">The app %s has requested a certificate. Choosing a certificate will let the app use this identity with servers now and in the future.</string>
29 <string name="requesting_server">The app has identified the requesting server as %s, but you should only give the app access to the certificate if you trust the app.</string>
31 <!-- Label of button to send the user to the CertInstaller to install a certificate (arguments are constants for .pfx and .p12) -->
34 <!-- Label of button to send the user to the CertInstaller to install a certificate -->
35 <string name="install_new_cert_button_label">Install certificate</string>
37 <!-- Label of button to select the certificate and allow the application certificate request --
    [all...]
  /bootable/recovery/tests/testdata/
testkey_v2.x509.pem 1 -----BEGIN CERTIFICATE-----
25 -----END CERTIFICATE-----
testkey_v4.x509.pem 1 -----BEGIN CERTIFICATE-----
25 -----END CERTIFICATE-----
  /build/make/target/product/security/
media.x509.pem 1 -----BEGIN CERTIFICATE-----
27 -----END CERTIFICATE-----
  /cts/hostsidetests/appsecurity/certs/keysets/
cts-keyset-test-c.x509.pem 1 -----BEGIN CERTIFICATE-----
19 -----END CERTIFICATE-----
  /cts/hostsidetests/appsecurity/certs/pkgsigverify/
dsa-1024.x509.pem 1 -----BEGIN CERTIFICATE-----
17 -----END CERTIFICATE-----
rsa-2048.x509.pem 1 -----BEGIN CERTIFICATE-----
18 -----END CERTIFICATE-----
  /cts/tests/tests/networksecurityconfig/networksecurityconfig-resourcesrc/res/raw/
pem_single.pem 1 -----BEGIN CERTIFICATE-----
17 -----END CERTIFICATE-----
  /cts/tests/tests/security/assets/path_building/
a.pem 1 -----BEGIN CERTIFICATE-----
17 -----END CERTIFICATE-----
a_sha1.pem 1 -----BEGIN CERTIFICATE-----
17 -----END CERTIFICATE-----
a_to_b.pem 1 -----BEGIN CERTIFICATE-----
17 -----END CERTIFICATE-----
intermediate_a.pem 1 -----BEGIN CERTIFICATE-----
17 -----END CERTIFICATE-----
intermediate_b.pem 1 -----BEGIN CERTIFICATE-----
17 -----END CERTIFICATE-----
leaf2.pem 1 -----BEGIN CERTIFICATE-----
17 -----END CERTIFICATE-----
  /cts/tests/tests/security/res/raw/
blacklist_test_valid_ca.pem 1 -----BEGIN CERTIFICATE-----
17 -----END CERTIFICATE-----
intermediate_test_root.pem 1 -----BEGIN CERTIFICATE-----
17 -----END CERTIFICATE-----
test_blacklist_ca.pem 1 -----BEGIN CERTIFICATE-----
18 -----END CERTIFICATE-----
  /development/apps/PushApiTestAppTwo/
cert.x509.pem 1 -----BEGIN CERTIFICATE-----
24 -----END CERTIFICATE-----
  /device/google/marlin/sepolicy/verizon/
verizon.x509.pem 1 -----BEGIN CERTIFICATE-----
21 -----END CERTIFICATE-----
  /device/google/vrservices/vrcore/sepolicy/certs/
vrcore-dummy.x509.pem 1 -----BEGIN CERTIFICATE-----
21 -----END CERTIFICATE-----
vrcore-release.x509.pem 1 -----BEGIN CERTIFICATE-----
22 -----END CERTIFICATE-----
vrcore.x509.pem 1 -----BEGIN CERTIFICATE-----
22 -----END CERTIFICATE-----
  /device/google/wahoo/sepolicy/vendor/certs/
arcore_userdev.x509.pem 1 -----BEGIN CERTIFICATE-----
22 -----END CERTIFICATE-----

Completed in 389 milliseconds

1 2 34 5 6 7 8 91011>>