Class NHSecretKeyProcessor.PartyUBuilder
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.newhope.NHSecretKeyProcessor.PartyUBuilder
-
- Enclosing class:
- NHSecretKeyProcessor
public static class NHSecretKeyProcessor.PartyUBuilder extends java.lang.ObjectParty 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 NHSecretKeyProcessorbuild(byte[] partB)byte[]getPartA()NHSecretKeyProcessor.PartyUBuilderwithSharedInfo(byte[] sharedInfo)
-
-
-
Method Detail
-
withSharedInfo
public NHSecretKeyProcessor.PartyUBuilder withSharedInfo(byte[] sharedInfo)
-
getPartA
public byte[] getPartA()
-
build
public NHSecretKeyProcessor build(byte[] partB)
-
-