All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class au.net.aba.crypto.provider.DHPrivKey

java.lang.Object
   |
   +----au.net.aba.crypto.provider.DHPrivKey

public class DHPrivKey
extends Object
implements DHPrivateKey
a class representing a Diffie-Hellman private key - note: INCOMPLETE.


Variable Index

 o ident

Method Index

 o getAlgorithm()
return the algorithm for this key.
 o getEncoded()
return an encoded representation for this key.
 o getFormat()
return the format this key is in.
 o getParams()
Returns the key parameters.
 o getX()
Returns the private value, x.

Variables

 o ident
 public static final String ident

Methods

 o getX
 public BigInteger getX()
Returns the private value, x.

Returns:
the private value, x
 o getParams
 public DHParameterSpec getParams()
Returns the key parameters.

Returns:
the key parameters.
 o getAlgorithm
 public String getAlgorithm()
return the algorithm for this key.

 o getFormat
 public String getFormat()
return the format this key is in.

 o getEncoded
 public byte[] getEncoded()
return an encoded representation for this key.


All Packages  Class Hierarchy  This Package  Previous  Next  Index