- PartyU(AlgorithmIdentifier, byte[], byte[], SecureRandom) - Constructor for class org.bouncycastle.pqc.addon.NHOtherInfoGenerator.PartyU
-
- PartyU(KEMParameters, AlgorithmIdentifier, byte[], byte[], SecureRandom) - Constructor for class org.bouncycastle.pqc.addon.PQCOtherInfoGenerator.PartyU
-
- PartyUBuilder(SecureRandom) - Constructor for class org.bouncycastle.pqc.addon.NHSecretKeyProcessor.PartyUBuilder
-
- PartyUBuilder(KEMParameters, SecureRandom) - Constructor for class org.bouncycastle.pqc.addon.PQCSecretKeyProcessor.PartyUBuilder
-
- PartyV(AlgorithmIdentifier, byte[], byte[], SecureRandom) - Constructor for class org.bouncycastle.pqc.addon.NHOtherInfoGenerator.PartyV
-
- PartyV(KEMParameters, AlgorithmIdentifier, byte[], byte[], SecureRandom) - Constructor for class org.bouncycastle.pqc.addon.PQCOtherInfoGenerator.PartyV
-
- PartyVBuilder(SecureRandom) - Constructor for class org.bouncycastle.pqc.addon.NHSecretKeyProcessor.PartyVBuilder
-
- PartyVBuilder(KEMParameters, SecureRandom) - Constructor for class org.bouncycastle.pqc.addon.PQCSecretKeyProcessor.PartyVBuilder
-
- PQCOtherInfoGenerator - Class in org.bouncycastle.pqc.addon
-
Post-Quantum OtherInfo Generator for which can be used for populating the SuppPrivInfo field used to provide shared
secret data used with NIST SP 800-56A agreement algorithms.
- PQCOtherInfoGenerator(KEMParameters, AlgorithmIdentifier, byte[], byte[], SecureRandom) - Constructor for class org.bouncycastle.pqc.addon.PQCOtherInfoGenerator
-
Create a basic builder with just the compulsory fields.
- PQCOtherInfoGenerator.PartyU - Class in org.bouncycastle.pqc.addon
-
Party U (initiator) generation.
- PQCOtherInfoGenerator.PartyV - Class in org.bouncycastle.pqc.addon
-
Party V (responder) generation.
- PQCParameters - Class in org.bouncycastle.pqc.addon
-
Current parameters for FrodoKEM and Classic McEliece that can be used with
the PQCOtherInfoGenerator and the PQCSecretKeyProcessor.
- PQCParameters() - Constructor for class org.bouncycastle.pqc.addon.PQCParameters
-
- PQCSecretKeyProcessor - Class in org.bouncycastle.pqc.addon
-
A processor with associated builders for doing secret key transformation using
a PQC KEM algorithm.
- PQCSecretKeyProcessor.PartyUBuilder - Class in org.bouncycastle.pqc.addon
-
Party U (initiator) processor builder.
- PQCSecretKeyProcessor.PartyVBuilder - Class in org.bouncycastle.pqc.addon
-
Party V (responder) processor builder.
- processKey(SecretKey) - Method in class org.bouncycastle.pqc.addon.NHSecretKeyProcessor
-
- processKey(SecretKey) - Method in class org.bouncycastle.pqc.addon.PQCSecretKeyProcessor
-
- processKey(SecretKey) - Method in interface org.bouncycastle.pqc.addon.SecretKeyProcessor
-
Transform the passed in secret key returning the result.