HomeSort by relevance Sort by last modified time
    Searched refs:getClientCertificate (Results 1 - 6 of 6) sorted by null

  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 160 PrivateKeyEntry pke1 = TestKeyStore.getClientCertificate().getPrivateKey("RSA", "RSA");
162 Certificate root1 = TestKeyStore.getClientCertificate().getRootCertificate("RSA");
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLEngineTest.java 332 = TestSSLContext.create(TestKeyStore.getClientCertificate(),
SSLSocketTest.java 648 TestSSLContext c = TestSSLContext.create(TestKeyStore.getClientCertificate(),
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 196 public static TestKeyStore getClientCertificate() {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 101 = TestKeyStore.getClientCertificate().getPrivateKey("RSA", "RSA");
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java 95 PRIVATE_KEY_2 = TestKeyStore.getClientCertificate().getPrivateKey("RSA", "RSA");
    [all...]

Completed in 1388 milliseconds