Class NHSecretKeyProcessor.PartyVBuilder
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.newhope.NHSecretKeyProcessor.PartyVBuilder
-
- Enclosing class:
- NHSecretKeyProcessor
public static class NHSecretKeyProcessor.PartyVBuilder extends java.lang.Object
Party V (responder) processor builder.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.security.SecureRandom
random
-
Constructor Summary
Constructors Constructor Description PartyVBuilder(java.security.SecureRandom random)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NHSecretKeyProcessor
build()
byte[]
getPartB(byte[] partUContribution)
NHSecretKeyProcessor.PartyVBuilder
withSharedInfo(byte[] sharedInfo)
-
-
-
Method Detail
-
withSharedInfo
public NHSecretKeyProcessor.PartyVBuilder withSharedInfo(byte[] sharedInfo)
-
getPartB
public byte[] getPartB(byte[] partUContribution)
-
build
public NHSecretKeyProcessor build()
-
-