Table of Contents

Class PqcOtherInfoGenerator.PartyV

Namespace
Org.BouncyCastle.Pqc.Crypto.Utilities
Assembly
BouncyCastle.Cryptography.dll
public sealed class PqcOtherInfoGenerator.PartyV : PqcOtherInfoGenerator
Inheritance
PqcOtherInfoGenerator.PartyV
Inherited Members

Constructors

PartyV(IKemParameters, AlgorithmIdentifier, byte[], byte[], SecureRandom)

public PartyV(IKemParameters kemParams, AlgorithmIdentifier algorithmID, byte[] partyUInfo, byte[] partyVInfo, SecureRandom random)

Parameters

kemParams IKemParameters
algorithmID AlgorithmIdentifier
partyUInfo byte[]
partyVInfo byte[]
random SecureRandom

Methods

Generate()

public DerOtherInfo Generate()

Returns

DerOtherInfo

GetSuppPrivInfoPartB(byte[])

public byte[] GetSuppPrivInfoPartB(byte[] suppPrivInfoPartA)

Parameters

suppPrivInfoPartA byte[]

Returns

byte[]

WithSuppPubInfo(byte[])

public PqcOtherInfoGenerator WithSuppPubInfo(byte[] suppPubInfo)

Parameters

suppPubInfo byte[]

Returns

PqcOtherInfoGenerator