Home
last modified time | relevance | path

Searched refs:rsaPublicKey (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyFactoryTest.java275 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local
278 assertEquals(rsaPublicKey.getModulus(), spec.getModulus()); in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec()
279 assertEquals(rsaPublicKey.getPublicExponent(), spec.getPublicExponent()); in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec()
DKeyPairGeneratorTest.java908 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in testRSA_Key_Quality_Not_Perfect_SquareHelper() local
909 BigInteger publicModulus = rsaPublicKey.getModulus(); in testRSA_Key_Quality_Not_Perfect_SquareHelper()
928 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper() local
929 BigInteger publicModulus = rsaPublicKey.getModulus(); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()
936 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper() local
937 BigInteger publicModulus = rsaPublicKey.getModulus(); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()