Searched refs:getRawResPrivateKey (Results 1 – 3 of 3) sorted by relevance
2026 PrivateKey privateKey1 = TestUtils.getRawResPrivateKey(getContext(), R.raw.rsa_key1_pkcs8); in testKeyStore_LargeNumberOfKeysSupported_RSA()2030 PrivateKey privateKey2 = TestUtils.getRawResPrivateKey(getContext(), R.raw.rsa_key2_pkcs8); in testKeyStore_LargeNumberOfKeysSupported_RSA()2124 PrivateKey privateKey1 = TestUtils.getRawResPrivateKey(getContext(), R.raw.ec_key1_pkcs8); in testKeyStore_LargeNumberOfKeysSupported_EC()2128 PrivateKey privateKey2 = TestUtils.getRawResPrivateKey(getContext(), R.raw.ec_key2_pkcs8); in testKeyStore_LargeNumberOfKeysSupported_EC()
396 static PrivateKey getRawResPrivateKey(Context context, int resId) throws Exception { in getRawResPrivateKey() method in TestUtils453 PrivateKey originalPrivateKey = TestUtils.getRawResPrivateKey(context, privateResId); in importIntoAndroidKeyStore()
403 PrivateKey key = TestUtils.getRawResPrivateKey(getContext(), resId); in testGeneratePrivateRejectsTransparentKeySpec()