Class NHSecretKeyProcessor.PartyUBuilder
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.newhope.NHSecretKeyProcessor.PartyUBuilder
-
- Enclosing class:
- NHSecretKeyProcessor
public static class NHSecretKeyProcessor.PartyUBuilder extends java.lang.Object
Party U (initiator) processor builder.
-
-
Constructor Summary
Constructors Constructor Description PartyUBuilder(java.security.SecureRandom random)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NHSecretKeyProcessor
build(byte[] partB)
byte[]
getPartA()
NHSecretKeyProcessor.PartyUBuilder
withSharedInfo(byte[] sharedInfo)
-
-
-
Method Detail
-
withSharedInfo
public NHSecretKeyProcessor.PartyUBuilder withSharedInfo(byte[] sharedInfo)
-
getPartA
public byte[] getPartA()
-
build
public NHSecretKeyProcessor build(byte[] partB)
-
-