| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
static class |
Protos.EncryptedData
Protobuf type
wallet.EncryptedData |
static class |
Protos.EncryptedData.Builder
Protobuf type
wallet.EncryptedData |
| Modifier and Type | Method and Description |
|---|---|
Protos.EncryptedDataOrBuilder |
Protos.KeyOrBuilder.getEncryptedDataOrBuilder()
If the secret data is encrypted, then secret_bytes is missing and this field is set.
|
Protos.EncryptedDataOrBuilder |
Protos.Key.getEncryptedDataOrBuilder()
If the secret data is encrypted, then secret_bytes is missing and this field is set.
|
Protos.EncryptedDataOrBuilder |
Protos.Key.Builder.getEncryptedDataOrBuilder()
If the secret data is encrypted, then secret_bytes is missing and this field is set.
|
Protos.EncryptedDataOrBuilder |
Protos.KeyOrBuilder.getEncryptedDeterministicSeedOrBuilder()
Encrypted version of the seed
|
Protos.EncryptedDataOrBuilder |
Protos.Key.getEncryptedDeterministicSeedOrBuilder()
Encrypted version of the seed
|
Protos.EncryptedDataOrBuilder |
Protos.Key.Builder.getEncryptedDeterministicSeedOrBuilder()
Encrypted version of the seed
|
Copyright © 2018. All rights reserved.