public static class NHSecretKeyProcessor.PartyVBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected SecureRandom |
random |
Constructor and Description |
---|
PartyVBuilder(SecureRandom random) |
Modifier and Type | Method and Description |
---|---|
NHSecretKeyProcessor |
build() |
byte[] |
getPartB(byte[] partUContribution) |
NHSecretKeyProcessor.PartyVBuilder |
withSharedInfo(byte[] sharedInfo) |
protected final SecureRandom random
public PartyVBuilder(SecureRandom random)
public NHSecretKeyProcessor.PartyVBuilder withSharedInfo(byte[] sharedInfo)
public byte[] getPartB(byte[] partUContribution)
public NHSecretKeyProcessor build()
Copyright © 2021 BouncyCastle.org. All rights reserved.