Package | Description |
---|---|
org.bitcoinj.crypto |
The crypto package contains classes that work with key derivation algorithms like scrypt (passwords to AES keys),
BIP 32 hierarchies (chains of keys from a root seed), X.509 utilities for the payment protocol and other general
cryptography tasks.
|
org.bitcoinj.wallet |
Classes that support the
Wallet , which knows how to find and save transactions relevant to
a set of keys or scripts, calculate balances, and spend money: the wallet has many features and can be extended
in various ways, please refer to the website for documentation on how to use it. |
Modifier and Type | Method and Description |
---|---|
Protos.ScryptParameters |
KeyCrypterScrypt.getScryptParameters() |
Constructor and Description |
---|
KeyCrypterScrypt(Protos.ScryptParameters scryptParameters)
Encryption/ Decryption using specified Scrypt parameters.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Protos.ScryptParameters> |
Protos.ScryptParameters.PARSER |
Modifier and Type | Method and Description |
---|---|
Protos.ScryptParameters |
Protos.ScryptParameters.Builder.build() |
Protos.ScryptParameters |
Protos.ScryptParameters.Builder.buildPartial() |
static Protos.ScryptParameters |
Protos.ScryptParameters.getDefaultInstance() |
Protos.ScryptParameters |
Protos.ScryptParameters.getDefaultInstanceForType() |
Protos.ScryptParameters |
Protos.ScryptParameters.Builder.getDefaultInstanceForType() |
Protos.ScryptParameters |
Protos.WalletOrBuilder.getEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6; |
Protos.ScryptParameters |
Protos.Wallet.getEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6; |
Protos.ScryptParameters |
Protos.Wallet.Builder.getEncryptionParameters()
optional .wallet.ScryptParameters encryption_parameters = 6; |
static Protos.ScryptParameters |
Protos.ScryptParameters.parseDelimitedFrom(InputStream input) |
static Protos.ScryptParameters |
Protos.ScryptParameters.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ScryptParameters |
Protos.ScryptParameters.parseFrom(byte[] data) |
static Protos.ScryptParameters |
Protos.ScryptParameters.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ScryptParameters |
Protos.ScryptParameters.parseFrom(com.google.protobuf.ByteString data) |
static Protos.ScryptParameters |
Protos.ScryptParameters.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ScryptParameters |
Protos.ScryptParameters.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.ScryptParameters |
Protos.ScryptParameters.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ScryptParameters |
Protos.ScryptParameters.parseFrom(InputStream input) |
static Protos.ScryptParameters |
Protos.ScryptParameters.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Protos.ScryptParameters> |
Protos.ScryptParameters.getParserForType() |
Modifier and Type | Method and Description |
---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.mergeEncryptionParameters(Protos.ScryptParameters value)
optional .wallet.ScryptParameters encryption_parameters = 6; |
Protos.ScryptParameters.Builder |
Protos.ScryptParameters.Builder.mergeFrom(Protos.ScryptParameters other) |
static Protos.ScryptParameters.Builder |
Protos.ScryptParameters.newBuilder(Protos.ScryptParameters prototype) |
Protos.Wallet.Builder |
Protos.Wallet.Builder.setEncryptionParameters(Protos.ScryptParameters value)
optional .wallet.ScryptParameters encryption_parameters = 6; |
Copyright © 2016. All rights reserved.