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() |