java.lang.Object | |
↳ | org.bouncycastle.crypto.generators.DHKeyPairGenerator |
a Diffie-Hellman key pair generator. This generates keys consistent for use in the MTI/A0 key agreement protocol as described in "Handbook of Applied Cryptography", Pages 516-519.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
return an AsymmetricCipherKeyPair containing the generated keys.
| |||||||||||
intialise the key pair generator.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
return an AsymmetricCipherKeyPair containing the generated keys.
intialise the key pair generator.
param | the parameters the key pair is to be initialised with. |
---|