Package | Description |
---|---|
org.bitcoinj.wallet |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Protos.Key> |
Protos.Key.PARSER |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
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; |
Modifier and Type | Method and Description |
---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.addAllKey(Iterable<? extends Protos.Key> values)
repeated .wallet.Key key = 3; |
Copyright © 2014. All rights reserved.