|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DHPrivateKey | |
| iaik.security.dh | |
| iaik.security.ssl | |
| Uses of DHPrivateKey in iaik.security.dh |
| Classes in iaik.security.dh that implement DHPrivateKey | |
class |
DHPrivateKey
This class implements a Diffie Hellman private key and supports ASN.1 encoding. |
| Uses of DHPrivateKey in iaik.security.ssl |
| Methods in iaik.security.ssl that return DHPrivateKey | |
protected DHPrivateKey |
SecurityProvider.getDHPrivateKey(java.math.BigInteger x,
java.math.BigInteger p,
java.math.BigInteger g)
This method returns a DHPrivateKey created from the values: x, p and g. |
protected DHPrivateKey |
IaikProvider.getDHPrivateKey(java.math.BigInteger x,
java.math.BigInteger p,
java.math.BigInteger g)
This method returns an IAIK DHPrivateKey instance created from the given values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||