Home
last modified time | relevance | path

Searched refs:getPrivateKey (Results 1 – 4 of 4) sorted by relevance

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainTestActivity.java107 KeyChain.getPrivateKey(null, null); in testKeyChainImproperUse()
118 KeyChain.getPrivateKey(this, null); in testKeyChainImproperUse()
129 KeyChain.getPrivateKey(null, ""); in testKeyChainImproperUse()
140 KeyChain.getPrivateKey(this, ""); in testKeyChainImproperUse()
274 @Override public PrivateKey getPrivateKey(String alias) { in getPrivateKey() method in KeyChainTestActivity.KeyChainKeyManager
277 PrivateKey privateKey = KeyChain.getPrivateKey(KeyChainTestActivity.this, in getPrivateKey()
DKeyChainServiceTest.java182 PrivateKeyEntry pke1 = TestKeyStore.getClientCertificate().getPrivateKey("RSA", "RSA"); in test_KeyChainService()
193 PrivateKeyEntry pke2 = TestKeyStore.getServer().getPrivateKey("RSA", "RSA"); in test_KeyChainService()
198 pke1.getPrivateKey().getEncoded())); in test_KeyChainService()
206 pke2.getPrivateKey().getEncoded())); in test_KeyChainService()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DSSLUtils.java256 @Override public abstract PrivateKey getPrivateKey(String alias); in getPrivateKey() method in SSLUtils.StubKeyManager
308 public PrivateKey getPrivateKey(String alias) { in getPrivateKey() method in SSLUtils.TrackingKeyManager
352 privateKey = KeyChain.getPrivateKey(context, alias); in fromAlias()
402 public PrivateKey getPrivateKey(String alias) { in getPrivateKey() method in SSLUtils.KeyChainKeyManager
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialHelper.java416 mUserKey = entry.getPrivateKey(); in installFrom()