Searched defs:modulus (Results 1 – 9 of 9) sorted by relevance
99 BigInteger modulus = rsaKey.getModulus(); in engineGetKeySpec() local111 BigInteger modulus = rsaKey.getModulus(); in engineGetKeySpec() local115 BigInteger modulus = rsaKey.getModulus(); in engineGetKeySpec() local135 BigInteger modulus = rsaKey.getModulus(); in engineGetKeySpec() local139 BigInteger modulus = rsaKey.getModulus(); in engineGetKeySpec() local171 BigInteger modulus = rsaKey.getModulus(); in engineTranslateKey() local189 BigInteger modulus = rsaKey.getModulus(); in engineTranslateKey() local
32 private BigInteger modulus; field in OpenSSLRSAPrivateKey55 final BigInteger modulus = rsaKeySpec.getModulus(); in init() local88 final BigInteger modulus = rsaPrivateKey.getModulus(); in getInstance() local
52 BigInteger modulus = rsaKeySpec.getModulus(); in init() local90 BigInteger modulus = rsaPrivateKey.getModulus(); in getInstance() local
32 private BigInteger modulus; field in OpenSSLRSAPublicKey
31 private final BigInteger modulus; field in RSAPrivateKeySpec44 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent) { in RSAPrivateKeySpec()
31 private final BigInteger modulus; field in RSAPublicKeySpec44 public RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent) { in RSAPublicKeySpec()
66 public RSAPrivateCrtKeySpec(BigInteger modulus, in RSAPrivateCrtKeySpec()
74 BigInteger modulus, in RSAMultiPrimePrivateCrtKeySpec()
356 static BigInt modulus(BigInt a, BigInt m) { in modulus() method in BigInt