|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protos.ScryptParameters.Builder | |
|---|---|
| org.bitcoinj.wallet | |
| Uses of Protos.ScryptParameters.Builder in org.bitcoinj.wallet |
|---|
| Methods in org.bitcoinj.wallet that return Protos.ScryptParameters.Builder | |
|---|---|
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.clear()
|
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.clearN()
optional int64 n = 2 [default = 16384]; |
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.clearP()
optional int32 p = 4 [default = 1]; |
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.clearR()
optional int32 r = 3 [default = 8]; |
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.clearSalt()
required bytes salt = 1; |
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.clone()
|
Protos.ScryptParameters.Builder |
Protos.Wallet.Builder.getEncryptionParametersBuilder()
optional .wallet.ScryptParameters encryption_parameters = 6; |
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.mergeFrom(com.google.protobuf.Message other)
|
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.mergeFrom(Protos.ScryptParameters other)
|
static Protos.ScryptParameters.Builder |
Protos.ScryptParameters.newBuilder()
|
static Protos.ScryptParameters.Builder |
Protos.ScryptParameters.newBuilder(Protos.ScryptParameters prototype)
|
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.newBuilderForType()
|
protected Protos.ScryptParameters.Builder |
Protos.ScryptParameters.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.setN(long value)
optional int64 n = 2 [default = 16384]; |
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.setP(int value)
optional int32 p = 4 [default = 1]; |
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.setR(int value)
optional int32 r = 3 [default = 8]; |
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.setSalt(com.google.protobuf.ByteString value)
required bytes salt = 1; |
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.toBuilder()
|
| Methods in org.bitcoinj.wallet with parameters of type Protos.ScryptParameters.Builder | |
|---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.setEncryptionParameters(Protos.ScryptParameters.Builder builderForValue)
optional .wallet.ScryptParameters encryption_parameters = 6; |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||