Searched refs:publicModulus (Results 1 – 1 of 1) sorted by relevance
909 BigInteger publicModulus = rsaPublicKey.getModulus(); in testRSA_Key_Quality_Not_Perfect_SquareHelper() local910 BigInteger[] sqrtAndRemainder = publicModulus.sqrtAndRemainder(); in testRSA_Key_Quality_Not_Perfect_SquareHelper()929 BigInteger publicModulus = rsaPublicKey.getModulus(); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper() local930 allProduct = allProduct.multiply(publicModulus); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()937 BigInteger publicModulus = rsaPublicKey.getModulus(); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper() local938 BigInteger gcd = allProduct.divide(publicModulus).gcd(publicModulus); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()