Constructs a new RSAParameterSpec object from the given keysize and public-exponent value.paramkeysize the modulus size (specified in number of bits)parampublicExponent the public exponent this.keysize = keysize; this.publicExponent = publicExponent;
RSAParameterSpec
this.keysize = keysize; this.publicExponent = publicExponent;
Returns the keysize.returnthe keysize. return keysize;
return keysize;
Returns the public-exponent value.returnthe public-exponent value. return publicExponent;
return publicExponent;