Searched refs:privateExponent (Results 1 – 3 of 3) sorted by relevance
47 private BigInteger privateExponent; field in RSAPrivateKeySpec55 public RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent) { in RSAPrivateKeySpec() argument57 this.privateExponent = privateExponent; in RSAPrivateKeySpec()75 return this.privateExponent; in getPrivateExponent()
91 BigInteger privateExponent, in RSAMultiPrimePrivateCrtKeySpec() argument98 super(modulus, privateExponent); in RSAMultiPrimePrivateCrtKeySpec()107 if (privateExponent == null) { in RSAMultiPrimePrivateCrtKeySpec()
75 BigInteger privateExponent, in RSAPrivateCrtKeySpec() argument81 super(modulus, privateExponent); in RSAPrivateCrtKeySpec()