Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

DHPublicKeySpec Class Reference

Inherits java::security::spec::KeySpec.

List of all members.


Detailed Description

.intel.drl.spec_ref

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

Constructor & Destructor Documentation

.intel.drl.spec_ref


Member Function Documentation

BigInteger getY (  ) 

.intel.drl.spec_ref

BigInteger getP (  ) 

.intel.drl.spec_ref

BigInteger getG (  ) 

.intel.drl.spec_ref


Member Data Documentation

final BigInteger y [private]

final BigInteger p [private]

final BigInteger g [private]