| Package | Description |
|---|---|
| com.google.bitcoin.core | |
| com.google.bitcoin.crypto | |
| org.bitcoinj.wallet |
| Modifier and Type | Method and Description |
|---|---|
Protos.Wallet.EncryptionType |
Wallet.getEncryptionType()
Get the type of encryption used for this wallet.
|
| Modifier and Type | Method and Description |
|---|---|
Protos.Wallet.EncryptionType |
KeyCrypterScrypt.getUnderstoodEncryptionType()
Return the EncryptionType enum value which denotes the type of encryption/ decryption that this KeyCrypter
can understand.
|
Protos.Wallet.EncryptionType |
KeyCrypter.getUnderstoodEncryptionType()
Return the EncryptionType enum value which denotes the type of encryption/ decryption that this KeyCrypter
can understand.
|
| Modifier and Type | Method and Description |
|---|---|
Protos.Wallet.EncryptionType |
Protos.WalletOrBuilder.getEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED]; |
Protos.Wallet.EncryptionType |
Protos.Wallet.getEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED]; |
Protos.Wallet.EncryptionType |
Protos.Wallet.Builder.getEncryptionType()
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED]; |
static Protos.Wallet.EncryptionType |
Protos.Wallet.EncryptionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Protos.Wallet.EncryptionType |
Protos.Wallet.EncryptionType.valueOf(int value) |
static Protos.Wallet.EncryptionType |
Protos.Wallet.EncryptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protos.Wallet.EncryptionType[] |
Protos.Wallet.EncryptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Protos.Wallet.EncryptionType> |
Protos.Wallet.EncryptionType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.setEncryptionType(Protos.Wallet.EncryptionType value)
optional .wallet.Wallet.EncryptionType encryption_type = 5 [default = UNENCRYPTED]; |
Copyright © 2014. All rights reserved.