![]() |
|
Contents |
Public Member Functions | |
| DHPublicKeySpec (BigInteger y, BigInteger p, BigInteger g) | |
| .intel.drl.spec_ref | |
| BigInteger | getY () |
| .intel.drl.spec_ref | |
| BigInteger | getP () |
| .intel.drl.spec_ref | |
| BigInteger | getG () |
| .intel.drl.spec_ref | |
Private Attributes | |
| final BigInteger | y |
| final BigInteger | p |
| final BigInteger | g |
| DHPublicKeySpec | ( | BigInteger | y, | |
| BigInteger | p, | |||
| BigInteger | g | |||
| ) |
.intel.drl.spec_ref
| BigInteger getY | ( | ) |
.intel.drl.spec_ref
| BigInteger getP | ( | ) |
.intel.drl.spec_ref
| BigInteger getG | ( | ) |
.intel.drl.spec_ref
final BigInteger y [private] |
final BigInteger p [private] |
final BigInteger g [private] |