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