Java javax.crypto.spec DHPrivateKeySpec fields, constructors, methods, implement or subclass

Example usage for Java javax.crypto.spec DHPrivateKeySpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.crypto.spec DHPrivateKeySpec.

The text is from its open source code.

Constructor

DHPrivateKeySpec(BigInteger x, BigInteger p, BigInteger g)
Constructor that takes a private value x, a prime modulus p, and a base generator g.