Example usage for Java javax.crypto.spec DHPrivateKeySpec fields, constructors, methods, implement or subclass
The text is from its open source code.
DHPrivateKeySpec(BigInteger x, BigInteger p, BigInteger g) Constructor that takes a private value x , a prime modulus p , and a base generator g . |