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.
-
ident
-
-
getAlgorithm()
- return the algorithm for this key.
-
getEncoded()
- return an encoded representation for this key.
-
getFormat()
- return the format this key is in.
-
getParams()
- Returns the key parameters.
-
getX()
- Returns the private value, x.
ident
public static final String ident
getX
public BigInteger getX()
- Returns the private value, x.
- Returns:
- the private value, x
getParams
public DHParameterSpec getParams()
- Returns the key parameters.
- Returns:
- the key parameters.
getAlgorithm
public String getAlgorithm()
- return the algorithm for this key.
getFormat
public String getFormat()
- return the format this key is in.
getEncoded
public byte[] getEncoded()
- return an encoded representation for this key.
All Packages Class Hierarchy This Package Previous Next Index