Searched refs:rsaPublicKey (Results 1 – 2 of 2) sorted by relevance
275 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local278 assertEquals(rsaPublicKey.getModulus(), spec.getModulus()); in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec()279 assertEquals(rsaPublicKey.getPublicExponent(), spec.getPublicExponent()); in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec()
908 RSAPublicKey rsaPublicKey = (RSAPublicKey) publicKey; in testRSA_Key_Quality_Not_Perfect_SquareHelper() local909 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() local929 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() local937 BigInteger publicModulus = rsaPublicKey.getModulus(); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()