Creates a new DHGenParameterSpec instance with the specified parameters.paramprimeSize the size of the prime modulus in bits.paramexponentSize the size of the random exponent in bits. this.primeSize = primeSize; this.exponentSize = exponentSize;
DHGenParameterSpec
this.primeSize = primeSize; this.exponentSize = exponentSize;
Returns the size of the random exponent in bits.returnthe size of the random exponent in bits. return exponentSize;
return exponentSize;
Returns the size of the prime modulus in bits.returnthe size of the prime modulus in bits. return primeSize;
return primeSize;