Uses of Class
org.bouncycastle.pqc.crypto.newhope.NHOtherInfoGenerator
-
Packages that use NHOtherInfoGenerator Package Description org.bouncycastle.pqc.crypto.newhope -
-
Uses of NHOtherInfoGenerator in org.bouncycastle.pqc.crypto.newhope
Subclasses of NHOtherInfoGenerator in org.bouncycastle.pqc.crypto.newhope Modifier and Type Class Description static class
NHOtherInfoGenerator.PartyU
Party U (initiator) generation.static class
NHOtherInfoGenerator.PartyV
Party V (responder) generation.Methods in org.bouncycastle.pqc.crypto.newhope that return NHOtherInfoGenerator Modifier and Type Method Description NHOtherInfoGenerator
NHOtherInfoGenerator.PartyU. withSuppPubInfo(byte[] suppPubInfo)
Add optional supplementary public info (DER tagged, implicit, 0).NHOtherInfoGenerator
NHOtherInfoGenerator.PartyV. withSuppPubInfo(byte[] suppPubInfo)
Add optional supplementary public info (DER tagged, implicit, 0).
-