Class SaberKeyPairGenerator
- Namespace
- Org.BouncyCastle.Pqc.Crypto.Saber
- Assembly
- BouncyCastle.Cryptography.dll
public class SaberKeyPairGenerator : IAsymmetricCipherKeyPairGenerator
- Inheritance
-
SaberKeyPairGenerator
- Implements
- Inherited Members
Methods
GenerateKeyPair()
return an AsymmetricCipherKeyPair containing the Generated keys.
@return an AsymmetricCipherKeyPair containing the Generated keys.
public AsymmetricCipherKeyPair GenerateKeyPair()
Returns
Init(KeyGenerationParameters)
intialise the key pair generator.
@param the parameters the key pair is to be initialised with.
public void Init(KeyGenerationParameters param)
Parameters
paramKeyGenerationParameters