java.lang.Object | |
↳ | org.bouncycastle.crypto.generators.DHBasicKeyPairGenerator |
a basic Diffie-Hellman key pair generator. This generates keys consistent for use with the basic algorithm for Diffie-Hellman.
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. |
---|