T - the generator's parameters type.P - the type of the public key.S - the type of the private key.public interface AsymmetricKeyPairGenerator<T extends Parameters,P extends AsymmetricPublicKey,S extends AsymmetricPrivateKey>
| Modifier and Type | Method and Description |
|---|---|
AsymmetricKeyPair<P,S> |
generateKeyPair()
Return a newly generated key pair.
|
T |
getParameters()
Return the parameters being used by this generator.
|
T getParameters()
AsymmetricKeyPair<P,S> generateKeyPair()