public class ECCSIKeyPairGenerator extends java.lang.Object implements AsymmetricCipherKeyPairGenerator
| Constructor and Description |
|---|
ECCSIKeyPairGenerator() |
| Modifier and Type | Method and Description |
|---|---|
AsymmetricCipherKeyPair |
generateKeyPair()
return an AsymmetricCipherKeyPair containing the generated keys.
|
void |
init(KeyGenerationParameters parameters)
Initializes the key pair generator with the specified parameters.
|
public void init(KeyGenerationParameters parameters)
init in interface AsymmetricCipherKeyPairGeneratorparameters - an instance of ECCSIKeyGenerationParameters which encapsulates the elliptic
curve domain parameters, the digest algorithm, and an associated identifier.public AsymmetricCipherKeyPair generateKeyPair()
AsymmetricCipherKeyPairGeneratorgenerateKeyPair in interface AsymmetricCipherKeyPairGenerator