Searched refs:getRawResX509Certificate (Results 1 – 3 of 3) sorted by relevance
2025 Certificate cert1 = TestUtils.getRawResX509Certificate(getContext(), R.raw.rsa_key1_cert); in testKeyStore_LargeNumberOfKeysSupported_RSA()2029 Certificate cert2 = TestUtils.getRawResX509Certificate(getContext(), R.raw.rsa_key2_cert); in testKeyStore_LargeNumberOfKeysSupported_RSA()2123 Certificate cert1 = TestUtils.getRawResX509Certificate(getContext(), R.raw.ec_key1_cert); in testKeyStore_LargeNumberOfKeysSupported_EC()2127 Certificate cert2 = TestUtils.getRawResX509Certificate(getContext(), R.raw.ec_key2_cert); in testKeyStore_LargeNumberOfKeysSupported_EC()
416 static X509Certificate getRawResX509Certificate(Context context, int resId) throws Exception { in getRawResX509Certificate() method in TestUtils453 Certificate originalCert = TestUtils.getRawResX509Certificate(context, certResId); in importIntoAndroidKeyStore()
432 PublicKey key = TestUtils.getRawResX509Certificate(getContext(), resId).getPublicKey(); in testGeneratePublicRejectsTransparentKeySpec()