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

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

Introduction

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

The text is from its open source code.

Constructor

DHPublicKeySpec(BigInteger y, BigInteger p, BigInteger g)
Constructor that takes a public value y, a prime modulus p, and a base generator g.