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

  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingContext.java 99 public Certificate getClientCertificate() {
PairingSession.java 209 Certificate clientCert = mPairingContext.getClientCertificate();
379 Certificate clientCert = mPairingContext.getClientCertificate();
  /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");
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCredentialsFragment.java 331 results.putString(EXTRA_CLIENT_CERT, getClientCertificate());
361 public String getClientCertificate() {
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 513 public X509Certificate getClientCertificate() {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java     [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLEngineTest.java 533 = TestSSLContext.create(TestKeyStore.getClientCertificate(),
SSLSocketTest.java 727 TestSSLContext c = TestSSLContext.create(TestKeyStore.getClientCertificate(),
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 235 public static TestKeyStore getClientCertificate() {
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java 130 sPrivateKey2 = TestKeyStore.getClientCertificate().getPrivateKey("RSA", "RSA");
    [all...]
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java 131 = TestKeyStore.getClientCertificate().getPrivateKey("RSA", "RSA");
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 2549 milliseconds