Table of Contents

Class PqcOtherInfoGenerator.PartyU

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

Constructors

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

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

Parameters

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

Methods

Generate(byte[])

public DerOtherInfo Generate(byte[] suppPrivInfoPartB)

Parameters

suppPrivInfoPartB byte[]

Returns

DerOtherInfo

GetSuppPrivInfoPartA()

public byte[] GetSuppPrivInfoPartA()

Returns

byte[]

WithSuppPubInfo(byte[])

public PqcOtherInfoGenerator WithSuppPubInfo(byte[] suppPubInfo)

Parameters

suppPubInfo byte[]

Returns

PqcOtherInfoGenerator