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