Creates a new RSAPublicKeySpec.parammodulus the modulusparampublicExponent the public exponent this.modulus = modulus; this.publicExponent = publicExponent;
this.modulus = modulus; this.publicExponent = publicExponent;
Returns the modulus.returnthe modulus return this.modulus;
return this.modulus;
Returns the public exponent.returnthe public exponent return this.publicExponent;
return this.publicExponent;