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

Packages that use Protos.Key
org.bitcoinj.wallet   
 

Uses of Protos.Key in org.bitcoinj.wallet
 

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

Methods in org.bitcoinj.wallet that return Protos.Key
 Protos.Key Protos.Key.Builder.build()
           
 Protos.Key Protos.Key.Builder.buildPartial()
           
static Protos.Key Protos.Key.getDefaultInstance()
           
 Protos.Key Protos.Key.getDefaultInstanceForType()
           
 Protos.Key Protos.Key.Builder.getDefaultInstanceForType()
           
 Protos.Key Protos.WalletOrBuilder.getKey(int index)
          repeated .wallet.Key key = 3;
 Protos.Key Protos.Wallet.getKey(int index)
          repeated .wallet.Key key = 3;
 Protos.Key Protos.Wallet.Builder.getKey(int index)
          repeated .wallet.Key key = 3;
static Protos.Key Protos.Key.parseDelimitedFrom(InputStream input)
           
static Protos.Key Protos.Key.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Key Protos.Key.parseFrom(byte[] data)
           
static Protos.Key Protos.Key.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Key Protos.Key.parseFrom(com.google.protobuf.ByteString data)
           
static Protos.Key Protos.Key.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Key Protos.Key.parseFrom(com.google.protobuf.CodedInputStream input)
           
static Protos.Key Protos.Key.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.Key Protos.Key.parseFrom(InputStream input)
           
static Protos.Key Protos.Key.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.Key
 List<Protos.Key> Protos.WalletOrBuilder.getKeyList()
          repeated .wallet.Key key = 3;
 List<Protos.Key> Protos.Wallet.getKeyList()
          repeated .wallet.Key key = 3;
 List<Protos.Key> Protos.Wallet.Builder.getKeyList()
          repeated .wallet.Key key = 3;
 com.google.protobuf.Parser<Protos.Key> Protos.Key.getParserForType()
           
 

Methods in org.bitcoinj.wallet with parameters of type Protos.Key
 Protos.Wallet.Builder Protos.Wallet.Builder.addKey(int index, Protos.Key value)
          repeated .wallet.Key key = 3;
 Protos.Wallet.Builder Protos.Wallet.Builder.addKey(Protos.Key value)
          repeated .wallet.Key key = 3;
 Protos.Key.Builder Protos.Key.Builder.mergeFrom(Protos.Key other)
           
static Protos.Key.Builder Protos.Key.newBuilder(Protos.Key prototype)
           
 Protos.Wallet.Builder Protos.Wallet.Builder.setKey(int index, Protos.Key value)
          repeated .wallet.Key key = 3;
 

Method parameters in org.bitcoinj.wallet with type arguments of type Protos.Key
 Protos.Wallet.Builder Protos.Wallet.Builder.addAllKey(Iterable<? extends Protos.Key> values)
          repeated .wallet.Key key = 3;
 



Copyright © 2014. All rights reserved.