Home
last modified time | relevance | path

Searched refs:getRawResPrivateKey (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java2053 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()
DTestUtils.java377 static PrivateKey getRawResPrivateKey(Context context, int resId) throws Exception { in getRawResPrivateKey() method in TestUtils
434 PrivateKey originalPrivateKey = TestUtils.getRawResPrivateKey(context, privateResId); in importIntoAndroidKeyStore()
DKeyFactoryTest.java403 PrivateKey key = TestUtils.getRawResPrivateKey(getContext(), resId); in testGeneratePrivateRejectsTransparentKeySpec()