Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyPairGeneratorTest.java909 BigInteger publicModulus = rsaPublicKey.getModulus(); in testRSA_Key_Quality_Not_Perfect_SquareHelper() local
910 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() local
930 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() local
938 BigInteger gcd = allProduct.divide(publicModulus).gcd(publicModulus); in testRSA_Key_Quality_Public_Modulus_GCD_Is_One_Helper()