public class PQCOtherInfoGenerator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PQCOtherInfoGenerator.PartyU
Party U (initiator) generation.
|
static class |
PQCOtherInfoGenerator.PartyV
Party V (responder) generation.
|
| Modifier and Type | Field and Description |
|---|---|
protected DEROtherInfo.Builder |
otherInfoBuilder |
protected java.security.SecureRandom |
random |
protected boolean |
used |
| Constructor and Description |
|---|
PQCOtherInfoGenerator(AlgorithmIdentifier algorithmID,
byte[] partyUInfo,
byte[] partyVInfo,
java.security.SecureRandom random)
Create a basic builder with just the compulsory fields.
|
protected final DEROtherInfo.Builder otherInfoBuilder
protected final java.security.SecureRandom random
protected boolean used
public PQCOtherInfoGenerator(AlgorithmIdentifier algorithmID, byte[] partyUInfo, byte[] partyVInfo, java.security.SecureRandom random)
algorithmID - the algorithm associated with this invocation of the KDF.partyUInfo - sender party info.partyVInfo - receiver party info.random - a source of randomness.