Class SaberPrivateKeyParameters
- Namespace
- Org.BouncyCastle.Pqc.Crypto.Saber
- Assembly
- BouncyCastle.Cryptography.dll
public sealed class SaberPrivateKeyParameters : SaberKeyParameters, ICipherParameters
- Inheritance
-
SaberPrivateKeyParameters
- Implements
- Inherited Members
Constructors
SaberPrivateKeyParameters(SaberParameters, byte[])
public SaberPrivateKeyParameters(SaberParameters parameters, byte[] privateKey)
Parameters
parametersSaberParametersprivateKeybyte[]
Methods
GetEncoded()
public byte[] GetEncoded()
Returns
- byte[]
GetPrivateKey()
public byte[] GetPrivateKey()
Returns
- byte[]