Uses of Class
org.bitcoinj.wallet.Protos.Wallet.EncryptionType

Packages that use Protos.Wallet.EncryptionType
com.google.bitcoin.core   
com.google.bitcoin.crypto   
org.bitcoinj.wallet   
 

Uses of Protos.Wallet.EncryptionType in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return Protos.Wallet.EncryptionType
 Protos.Wallet.EncryptionType Wallet.getEncryptionType()
          Get the type of encryption used for this wallet.
 

Uses of Protos.Wallet.EncryptionType in com.google.bitcoin.crypto
 

Methods in com.google.bitcoin.crypto that return Protos.Wallet.EncryptionType
 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.
 

Uses of Protos.Wallet.EncryptionType in org.bitcoinj.wallet
 

Methods in org.bitcoinj.wallet that return Protos.Wallet.EncryptionType
 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.
 

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.Wallet.EncryptionType
static com.google.protobuf.Internal.EnumLiteMap<Protos.Wallet.EncryptionType> Protos.Wallet.EncryptionType.internalGetValueMap()
           
 

Methods in org.bitcoinj.wallet with parameters of type Protos.Wallet.EncryptionType
 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.