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

1 2 34 5 6 7 8 91011>>

  /cts/hostsidetests/appsecurity/certs/
cts-testkey2.x509.pem 1 -----BEGIN CERTIFICATE-----
27 -----END CERTIFICATE-----
  /cts/hostsidetests/appsecurity/certs/keysets/
cts-keyset-test-a.x509.pem 1 -----BEGIN CERTIFICATE-----
19 -----END CERTIFICATE-----
cts-keyset-test-b.x509.pem 1 -----BEGIN CERTIFICATE-----
19 -----END CERTIFICATE-----
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
CertificateTest.java 26 import java.security.cert.Certificate;
36 * Tests for <code>Certificate</code> serialization
40 // certificate type to be created during testing
50 Certificate cert = cf.generateCertificate(new ByteArrayInputStream(
63 Certificate cert = cf.generateCertificate(new ByteArrayInputStream(
70 * Test for <code>Certificate.CertificateRep.readResolve()</code> method<br>
77 Certificate c1 = new MyCertificate("DUMMY", new byte[] { (byte) 0, (byte) 1 });
93 Certificate c1 = new MyCertificate("DUMMY", null);
  /external/apache-harmony/security/src/test/resources/
hyts_badpem.cer 1 -----BEGIN CERTIFICATE-----
29 -----END CERTIFICATE-----
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/jcajce/
JcaSimpleSignerInfoVerifierBuilder.java 42 public SignerInformationVerifier build(X509Certificate certificate)
45 return new SignerInformationVerifier(new DefaultCMSSignatureAlgorithmNameGenerator(), new DefaultSignatureAlgorithmIdentifierFinder(), helper.createContentVerifierProvider(certificate), helper.createDigestCalculatorProvider());
62 ContentVerifierProvider createContentVerifierProvider(X509Certificate certificate)
65 return new JcaContentVerifierProviderBuilder().build(certificate);
97 ContentVerifierProvider createContentVerifierProvider(X509Certificate certificate)
100 return new JcaContentVerifierProviderBuilder().setProvider(providerName).build(certificate);
132 ContentVerifierProvider createContentVerifierProvider(X509Certificate certificate)
135 return new JcaContentVerifierProviderBuilder().setProvider(provider).build(certificate);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
CsrUtil.java 26 * Certificate.
35 * Generate a X509 Certificate that should be used as an authority/root certificate only.
37 * This certificate shouldn't be used for communications, only as an authority as it won't have
40 * @param rootName Common Name used in certificate.
41 * @param rootPair Key Pair used to signed the certificate
97 * Given a public key and an authority certificate and key pair, issue an X509 Certificate
98 * chain signed by the provided authority certificate.
100 * @param name Common name used in the issued certificate
    [all...]
  /frameworks/base/core/java/android/webkit/
ClientCertRequest.java 26 * The request includes the parameters to choose the client certificate,
31 * with the client certificate request. All methods should be called on
35 * and uses them to handle future client certificate requests for the same
50 * Returns the acceptable certificate issuers for the certificate
56 * Returns the host name of the server requesting the certificate.
61 * Returns the port number of the server requesting the certificate.
66 * Proceed with the specified private key and client certificate chain.
  /frameworks/base/core/tests/coretests/certs/
unit_test.x509.pem 1 -----BEGIN CERTIFICATE-----
19 -----END CERTIFICATE-----
unit_test_diff.x509.pem 1 -----BEGIN CERTIFICATE-----
20 -----END CERTIFICATE-----
  /libcore/luni/src/test/resources/tests/resources/
hyts_badpem.cer 1 -----BEGIN CERTIFICATE-----
29 -----END CERTIFICATE-----
  /packages/apps/CertInstaller/res/values/
strings.xml 18 <string name="app_name">Certificate Installer</string>
21 <string name="pick_file_title">Choose a certificate</string>
24 <string name="pkcs12_password_dialog_title">Extract certificate</string>
30 <string name="name_credential_dialog_title">Name the certificate</string>
32 <string name="credential_name">Certificate name:</string>
42 <string name="one_usercrt">one user certificate</string>
44 <string name="one_cacrt">one CA certificate</string>
52 <string name="storage_error">Couldn\'t save the certificate. Touch OK to retry.</string>
53 <string name="unable_to_save_cert">Couldn\'t save the certificate. The credential storage isn\'t enabled or properly initialized.</string>
54 <string name="cert_not_saved">The certificate is not installed.</string
    [all...]
  /libcore/luni/src/main/java/java/net/
SecureCacheResponse.java 19 import java.security.cert.Certificate;
47 * Gets the local certificate chain. When the original connection retrieved
48 * the resource data, this certificate chain was sent to the server during
49 * handshaking process. This method only takes effect when certificate-based
52 * @return the certificate chain that was sent to the server. If no
53 * certificate chain was sent, the method returns {@code null}.
55 public abstract List<Certificate> getLocalCertificateChain();
58 * Gets the cached server's certificate chain. As part of defining the
59 * session, the certificate chain was established when the original
64 * @return the server's certificate chain
    [all...]
  /libcore/luni/src/test/java/tests/targets/security/cert/
CertPathBuilderTestPKIX.java 24 import java.security.cert.Certificate;
58 List<Certificate> certList = new ArrayList<Certificate>();
76 List<? extends Certificate> certificates = path.getCertificates();
77 Certificate certificate = certificates.get(0); local
79 assertEquals("unexpected certificate type", "X.509", certificate
82 X509Certificate x509Certificate = (X509Certificate) certificate;
93 private String selfSignedCert = "-----BEGIN CERTIFICATE-----\n
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
CertificateTest.java 58 * adding a new certificate authority is in your users' best interests.
62 * modify the certificate list used by this test must have a corresponding change in AOSP
63 * (one certificate per change) authored by the OEM in question and including:
65 * - the certificate in question:
66 * - The certificate must be in a file under
68 * Mail) format, with the textual representation of the certificate following the PEM
77 * - information about who created and maintains both the certificate and the corresponding
80 * - information about what the certificate is to be used for and why the certificate is
85 * intended use that they believe adding the certificate is not detrimental to th
125 X509Certificate certificate = (X509Certificate) keyStore.getCertificate(alias); local
146 X509Certificate certificate = (X509Certificate) certFactory.generateCertificate(in); local
    [all...]
  /packages/apps/CertInstaller/res/values-tl/
strings.xml 19 <string name="app_name" msgid="9095072584761066851">"Installer ng Certificate"</string>
20 <string name="pick_file_title" msgid="4481949485108233297">"Pumili ng certificate"</string>
21 <string name="pkcs12_password_dialog_title" msgid="5997624645207427161">"I-extract ang certificate"</string>
24 <string name="name_credential_dialog_title" msgid="277729846491554437">"Pangalanan ang certificate"</string>
25 <string name="credential_name" msgid="1974979771369744378">"Pangalan ng certificate:"</string>
26 <string name="credential_password" msgid="3520176519550993326">"I-type ang password upang i-extract ang mga certificate."</string>
28 <string name="p12_description" msgid="4128352087331630024">"Mga certificate sa PKCS12 keystore."</string>
30 <string name="one_usercrt" msgid="7690798336332403106">"isang certificate ng user"</string>
32 <string name="n_cacrts" msgid="2141498640685639208">"%d Mga certificate ng CA"</string>
37 <string name="storage_error" msgid="8306802455802770779">"Hindi mai-save ang certificate. Pindutin ang OK upang subukang muli."</string
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
TrustAnchor.java 32 * It is a <i>trusted</i> certificate authority (CA) and includes the public key
44 // Most trusted CA certificate
50 * Creates a new {@code TrustAnchor} with the specified certificate and name
57 * the trusted certificate
84 * Creates a new {@code TrustAnchor} with the specified certificate
91 * the X.500 name of the certificate authority in RFC 2253
94 * the public key of the certificate authority
132 * Creates a new {@code TrustAnchor} with the specified certificate
140 * the name of the certificate authority as X500 principal.
142 * the public key of the certificate authority
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java 25 import java.security.cert.Certificate;
50 private Certificate[] testChain;
54 testChain = new Certificate[5];
65 * Test for <code>PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain)</code>
70 Certificate[] certs = new MyCertificate[1];//new Certificate[1];
80 * Test for <code>PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain)</code>
86 Certificate[] chain = null;
94 chain = new Certificate[0];
102 * Test for <code>PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain)</code
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
MyCRL.java 25 import java.security.cert.Certificate;
50 * @param cert <code>Certificate</code> to be checked
52 * @see java.security.cert.CRL#isRevoked(java.security.cert.Certificate)
54 public boolean isRevoked(Certificate cert) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PrincipalUtils.java 36 * Returns the issuer of an attribute certificate or certificate.
38 * @param cert The attribute certificate or certificate.
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java 27 import java.security.cert.Certificate;
43 private Certificate [] testChain;
47 testChain = new Certificate[5];
58 * Test for <code>PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain)</code>
63 Certificate[] certs = new MyCertificate[1];//new Certificate[1];
73 * Test for <code>PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain)</code>
79 Certificate[] chain = null;
87 chain = new Certificate[0];
94 * Test for <code>PrivateKeyEntry(PrivateKey privateKey, Certificate[] chain)</code
    [all...]
  /libcore/luni/src/test/java/tests/security/
CertificateFactoryTest.java 20 import java.security.cert.Certificate;
43 Certificate certificate = certificateFactory.generateCertificate( local
45 assertNotNull(certificate);
special-test-cases.txt 4 - same for Certificate.CertificateRep
  /libcore/support/src/test/java/tests/resources/x509/
certs.pem 1 -----BEGIN CERTIFICATE-----
28 -----END CERTIFICATE-----
29 -----BEGIN CERTIFICATE-----
47 -----END CERTIFICATE-----
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
badcert.pem 16 -----BEGIN CERTIFICATE-----
18 -----END CERTIFICATE-----
34 -----BEGIN CERTIFICATE-----
36 -----END CERTIFICATE-----

Completed in 210 milliseconds

1 2 34 5 6 7 8 91011>>