Home | History | Annotate | Download | only in spec

Lines Matching defs:publicExponent

51     private final BigInteger publicExponent;
61 * given the modulus, publicExponent, privateExponent,
70 * @param publicExponent the public exponent e.
82 * {@code publicExponent}, {@code privateExponent},
90 BigInteger publicExponent,
103 if (publicExponent == null) {
104 throw new NullPointerException("the publicExponent parameter " +
131 this.publicExponent = publicExponent;
153 return this.publicExponent;