public static interface TrezorMessage.EncryptMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAddressN(int index)
repeated uint32 address_n = 4; |
int |
getAddressNCount()
repeated uint32 address_n = 4; |
List<Integer> |
getAddressNList()
repeated uint32 address_n = 4; |
String |
getCoinName()
optional string coin_name = 5 [default = "Bitcoin"]; |
com.google.protobuf.ByteString |
getCoinNameBytes()
optional string coin_name = 5 [default = "Bitcoin"]; |
boolean |
getDisplayOnly()
optional bool display_only = 3; |
com.google.protobuf.ByteString |
getMessage()
optional bytes message = 2; |
com.google.protobuf.ByteString |
getPubkey()
optional bytes pubkey = 1; |
boolean |
hasCoinName()
optional string coin_name = 5 [default = "Bitcoin"]; |
boolean |
hasDisplayOnly()
optional bool display_only = 3; |
boolean |
hasMessage()
optional bytes message = 2; |
boolean |
hasPubkey()
optional bytes pubkey = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPubkey()
optional bytes pubkey = 1;
public key
com.google.protobuf.ByteString getPubkey()
optional bytes pubkey = 1;
public key
boolean hasMessage()
optional bytes message = 2;
message to encrypt
com.google.protobuf.ByteString getMessage()
optional bytes message = 2;
message to encrypt
boolean hasDisplayOnly()
optional bool display_only = 3;
show just on display? (don't send back via wire)
boolean getDisplayOnly()
optional bool display_only = 3;
show just on display? (don't send back via wire)
List<Integer> getAddressNList()
repeated uint32 address_n = 4;
BIP-32 path to derive the signing key from master node
int getAddressNCount()
repeated uint32 address_n = 4;
BIP-32 path to derive the signing key from master node
int getAddressN(int index)
repeated uint32 address_n = 4;
BIP-32 path to derive the signing key from master node
boolean hasCoinName()
optional string coin_name = 5 [default = "Bitcoin"];
coin to use for signing
String getCoinName()
optional string coin_name = 5 [default = "Bitcoin"];
coin to use for signing
com.google.protobuf.ByteString getCoinNameBytes()
optional string coin_name = 5 [default = "Bitcoin"];
coin to use for signing
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.