Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

edu.virtualschool.jco.unfinished.JCODHKeyPair Class Reference

Collaboration diagram for edu.virtualschool.jco.unfinished.JCODHKeyPair:

Collaboration graph
[legend]
List of all members.

Detailed Description

Diffie Helman Key Exchange Key http://www.cacr.math.uwaterloo.ca/hac/about/chap12.pdf
Author:
bcox
See also:
JCODHPublicKey

JCODHPrivateKey

Definition at line 21 of file JCODHKeyPair.java.

Public Member Functions

 JCODHKeyPair (int strength)
 JCODHKeyPair (int strength, int certainty)
 JCODHKeyPair (BigInteger p, BigInteger g)
final JCODHPublicKey getPublic ()
final JCODHPrivateKey getPrivate ()

Package Attributes

final JCODHPublicKey publicKey
final JCODHPrivateKey privateKey

Static Package Attributes

final int DEFAULT_STRENGTH = 1024
final int DEFAULT_CERTAINTY = 20


The documentation for this class was generated from the following file: