Table of Contents

Class SphincsPlusKeyPairGenerator

Namespace
Org.BouncyCastle.Pqc.Crypto.SphincsPlus
Assembly
BouncyCastle.Cryptography.dll
[Obsolete("Use SLH-DSA instead")]
public sealed class SphincsPlusKeyPairGenerator : IAsymmetricCipherKeyPairGenerator
Inheritance
SphincsPlusKeyPairGenerator
Implements
Inherited Members

Methods

GenerateKeyPair()

return an AsymmetricCipherKeyPair containing the Generated keys.

@return an AsymmetricCipherKeyPair containing the Generated keys.

public AsymmetricCipherKeyPair GenerateKeyPair()

Returns

AsymmetricCipherKeyPair

Init(KeyGenerationParameters)

intialise the key pair generator.

@param the parameters the key pair is to be initialised with.

public void Init(KeyGenerationParameters param)

Parameters

param KeyGenerationParameters