Uses of Class
org.bitcoinj.wallet.Protos.ScryptParameters

Packages that use Protos.ScryptParameters
com.google.bitcoin.crypto   
org.bitcoinj.wallet   
 

Uses of Protos.ScryptParameters in com.google.bitcoin.crypto
 

Methods in com.google.bitcoin.crypto that return Protos.ScryptParameters
 Protos.ScryptParameters KeyCrypterScrypt.getScryptParameters()
           
 

Constructors in com.google.bitcoin.crypto with parameters of type Protos.ScryptParameters
KeyCrypterScrypt(Protos.ScryptParameters scryptParameters)
          Encryption/ Decryption using specified Scrypt parameters.
 

Uses of Protos.ScryptParameters in org.bitcoinj.wallet
 

Fields in org.bitcoinj.wallet with type parameters of type Protos.ScryptParameters
static com.google.protobuf.Parser<Protos.ScryptParameters> Protos.ScryptParameters.PARSER
           
 

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

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.ScryptParameters
 com.google.protobuf.Parser<Protos.ScryptParameters> Protos.ScryptParameters.getParserForType()
           
 

Methods in org.bitcoinj.wallet with parameters of type Protos.ScryptParameters
 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 © 2014. All rights reserved.