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