Searched refs:X509 (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/security/src/test/java/tests/targets/security/cert/
H A DCertificateFactoryTestX509.java20 @TestTargetClass(targets.CertificateFactories.X509.class)
24 super("X509", encodedCertificate.getBytes());
/dalvik/libcore/support/src/test/java/targets/
H A DCertificateFactories.java21 static abstract class X509 extends Internal { class in interface:CertificateFactories
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
H A DJDKKeyFactory.java619 public static class X509 class in class:JDKKeyFactory
622 public X509() method in class:JDKKeyFactory.X509
/dalvik/libcore/x-net/src/main/native/
H A Dorg_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp1288 * and X509 certificate are read and the Linux /dev/urandom file is loaded
1359 X509* certificatesx509 =
2172 * Initialization phase for a server socket with OpenSSL. The server's private key and X509 certificate are read and
2215 X509 * certificatesx509 = PEM_read_bio_X509(certificatesbio, NULL, 0, NULL);
2280 * Gives an array back containing all the X509 certificate's bytes.
2283 const STACK_OF(X509) *chain)
2308 X509 *cert = sk_X509_value(chain, i);
2339 * Verify the X509 certificate.
2411 STACK_OF(X509)* chain = SSL_get_peer_cert_chain(ssl);

Completed in 130 milliseconds