Table of Contents

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

parameters SaberParameters
privateKey byte[]

Methods

GetEncoded()

public byte[] GetEncoded()

Returns

byte[]

GetPrivateKey()

public byte[] GetPrivateKey()

Returns

byte[]