Searched refs:getRawResPrivateKey (Results 1 – 3 of 3) sorted by relevance
2053 PrivateKey privateKey1 = TestUtils.getRawResPrivateKey(getContext(), R.raw.rsa_key1_pkcs8); in testKeyStore_LargeNumberOfKeysSupported_RSA()2057 PrivateKey privateKey2 = TestUtils.getRawResPrivateKey(getContext(), R.raw.rsa_key2_pkcs8); in testKeyStore_LargeNumberOfKeysSupported_RSA()2152 PrivateKey privateKey1 = TestUtils.getRawResPrivateKey(getContext(), R.raw.ec_key1_pkcs8); in testKeyStore_LargeNumberOfKeysSupported_EC()2156 PrivateKey privateKey2 = TestUtils.getRawResPrivateKey(getContext(), R.raw.ec_key2_pkcs8); in testKeyStore_LargeNumberOfKeysSupported_EC()
377 static PrivateKey getRawResPrivateKey(Context context, int resId) throws Exception { in getRawResPrivateKey() method in TestUtils434 PrivateKey originalPrivateKey = TestUtils.getRawResPrivateKey(context, privateResId); in importIntoAndroidKeyStore()
403 PrivateKey key = TestUtils.getRawResPrivateKey(getContext(), resId); in testGeneratePrivateRejectsTransparentKeySpec()