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
kemParamsIKemParametersalgorithmIDAlgorithmIdentifierpartyUInfobyte[]partyVInfobyte[]randomSecureRandom
Methods
Generate()
public DerOtherInfo Generate()
Returns
GetSuppPrivInfoPartB(byte[])
public byte[] GetSuppPrivInfoPartB(byte[] suppPrivInfoPartA)
Parameters
suppPrivInfoPartAbyte[]
Returns
- byte[]
WithSuppPubInfo(byte[])
public PqcOtherInfoGenerator WithSuppPubInfo(byte[] suppPubInfo)
Parameters
suppPubInfobyte[]