org.bouncycastle.crypto
public interface AsymmetricCipherKeyPairGenerator
Method Summary | |
---|---|
AsymmetricCipherKeyPair | generateKeyPair()
return an AsymmetricCipherKeyPair containing the generated keys.
|
void | init(KeyGenerationParameters param)
intialise the key pair generator.
|
Returns: an AsymmetricCipherKeyPair containing the generated keys.
Parameters: param the parameters the key pair is to be initialised with.