Creates a new RSAPrivateKeySpec.parammodulus the modulusparamprivateExponent the private exponent this.modulus = modulus; this.privateExponent = privateExponent;
this.modulus = modulus; this.privateExponent = privateExponent;
Returns the modulus.returnthe modulus return this.modulus;
return this.modulus;
Returns the private exponent.returnthe private exponent return this.privateExponent;
return this.privateExponent;