|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protos.Key.Builder | |
|---|---|
| org.bitcoinj.wallet | |
| Uses of Protos.Key.Builder in org.bitcoinj.wallet |
|---|
| Methods in org.bitcoinj.wallet that return Protos.Key.Builder | |
|---|---|
Protos.Key.Builder |
Protos.Wallet.Builder.addKeyBuilder()
repeated .wallet.Key key = 3; |
Protos.Key.Builder |
Protos.Wallet.Builder.addKeyBuilder(int index)
repeated .wallet.Key key = 3; |
Protos.Key.Builder |
Protos.Key.Builder.clear()
|
Protos.Key.Builder |
Protos.Key.Builder.clearCreationTimestamp()
optional int64 creation_timestamp = 5; |
Protos.Key.Builder |
Protos.Key.Builder.clearEncryptedPrivateKey()
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6; |
Protos.Key.Builder |
Protos.Key.Builder.clearLabel()
optional string label = 4; |
Protos.Key.Builder |
Protos.Key.Builder.clearPrivateKey()
optional bytes private_key = 2; |
Protos.Key.Builder |
Protos.Key.Builder.clearPublicKey()
optional bytes public_key = 3; |
Protos.Key.Builder |
Protos.Key.Builder.clearType()
required .wallet.Key.Type type = 1; |
Protos.Key.Builder |
Protos.Key.Builder.clone()
|
Protos.Key.Builder |
Protos.Wallet.Builder.getKeyBuilder(int index)
repeated .wallet.Key key = 3; |
Protos.Key.Builder |
Protos.Key.Builder.mergeEncryptedPrivateKey(Protos.EncryptedPrivateKey value)
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6; |
Protos.Key.Builder |
Protos.Key.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Protos.Key.Builder |
Protos.Key.Builder.mergeFrom(com.google.protobuf.Message other)
|
Protos.Key.Builder |
Protos.Key.Builder.mergeFrom(Protos.Key other)
|
static Protos.Key.Builder |
Protos.Key.newBuilder()
|
static Protos.Key.Builder |
Protos.Key.newBuilder(Protos.Key prototype)
|
Protos.Key.Builder |
Protos.Key.newBuilderForType()
|
protected Protos.Key.Builder |
Protos.Key.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
Protos.Key.Builder |
Protos.Key.Builder.setCreationTimestamp(long value)
optional int64 creation_timestamp = 5; |
Protos.Key.Builder |
Protos.Key.Builder.setEncryptedPrivateKey(Protos.EncryptedPrivateKey.Builder builderForValue)
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6; |
Protos.Key.Builder |
Protos.Key.Builder.setEncryptedPrivateKey(Protos.EncryptedPrivateKey value)
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6; |
Protos.Key.Builder |
Protos.Key.Builder.setLabel(String value)
optional string label = 4; |
Protos.Key.Builder |
Protos.Key.Builder.setLabelBytes(com.google.protobuf.ByteString value)
optional string label = 4; |
Protos.Key.Builder |
Protos.Key.Builder.setPrivateKey(com.google.protobuf.ByteString value)
optional bytes private_key = 2; |
Protos.Key.Builder |
Protos.Key.Builder.setPublicKey(com.google.protobuf.ByteString value)
optional bytes public_key = 3; |
Protos.Key.Builder |
Protos.Key.Builder.setType(Protos.Key.Type value)
required .wallet.Key.Type type = 1; |
Protos.Key.Builder |
Protos.Key.toBuilder()
|
| Methods in org.bitcoinj.wallet that return types with arguments of type Protos.Key.Builder | |
|---|---|
List<Protos.Key.Builder> |
Protos.Wallet.Builder.getKeyBuilderList()
repeated .wallet.Key key = 3; |
| Methods in org.bitcoinj.wallet with parameters of type Protos.Key.Builder | |
|---|---|
Protos.Wallet.Builder |
Protos.Wallet.Builder.addKey(int index,
Protos.Key.Builder builderForValue)
repeated .wallet.Key key = 3; |
Protos.Wallet.Builder |
Protos.Wallet.Builder.addKey(Protos.Key.Builder builderForValue)
repeated .wallet.Key key = 3; |
Protos.Wallet.Builder |
Protos.Wallet.Builder.setKey(int index,
Protos.Key.Builder builderForValue)
repeated .wallet.Key key = 3; |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||