public static interface KeepKeyMessage.DebugLinkStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getLayout()
raw buffer of display
|
String |
getMatrix()
current PIN matrix
|
com.google.protobuf.ByteString |
getMatrixBytes()
current PIN matrix
|
String |
getMnemonic()
current BIP-39 mnemonic
|
com.google.protobuf.ByteString |
getMnemonicBytes()
current BIP-39 mnemonic
|
KeepKeyType.HDNodeType |
getNode()
current BIP-32 node
|
KeepKeyType.HDNodeTypeOrBuilder |
getNodeOrBuilder()
current BIP-32 node
|
boolean |
getPassphraseProtection()
is node/mnemonic encrypted using passphrase?
|
String |
getPin()
current PIN, blank if PIN is not set/enabled
|
com.google.protobuf.ByteString |
getPinBytes()
current PIN, blank if PIN is not set/enabled
|
String |
getRecoveryFakeWord()
(fake) word on display during RecoveryDevice workflow
|
com.google.protobuf.ByteString |
getRecoveryFakeWordBytes()
(fake) word on display during RecoveryDevice workflow
|
int |
getRecoveryWordPos()
index of mnemonic word the device is expecting during RecoveryDevice workflow
|
com.google.protobuf.ByteString |
getResetEntropy()
current entropy during ResetDevice workflow
|
String |
getResetWord()
word on device display during ResetDevice workflow
|
com.google.protobuf.ByteString |
getResetWordBytes()
word on device display during ResetDevice workflow
|
boolean |
hasLayout()
raw buffer of display
|
boolean |
hasMatrix()
current PIN matrix
|
boolean |
hasMnemonic()
current BIP-39 mnemonic
|
boolean |
hasNode()
current BIP-32 node
|
boolean |
hasPassphraseProtection()
is node/mnemonic encrypted using passphrase?
|
boolean |
hasPin()
current PIN, blank if PIN is not set/enabled
|
boolean |
hasRecoveryFakeWord()
(fake) word on display during RecoveryDevice workflow
|
boolean |
hasRecoveryWordPos()
index of mnemonic word the device is expecting during RecoveryDevice workflow
|
boolean |
hasResetEntropy()
current entropy during ResetDevice workflow
|
boolean |
hasResetWord()
word on device display during ResetDevice workflow
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLayout()
raw buffer of display
optional bytes layout = 1;
com.google.protobuf.ByteString getLayout()
raw buffer of display
optional bytes layout = 1;
boolean hasPin()
current PIN, blank if PIN is not set/enabled
optional string pin = 2;
String getPin()
current PIN, blank if PIN is not set/enabled
optional string pin = 2;
com.google.protobuf.ByteString getPinBytes()
current PIN, blank if PIN is not set/enabled
optional string pin = 2;
boolean hasMatrix()
current PIN matrix
optional string matrix = 3;
String getMatrix()
current PIN matrix
optional string matrix = 3;
com.google.protobuf.ByteString getMatrixBytes()
current PIN matrix
optional string matrix = 3;
boolean hasMnemonic()
current BIP-39 mnemonic
optional string mnemonic = 4;
String getMnemonic()
current BIP-39 mnemonic
optional string mnemonic = 4;
com.google.protobuf.ByteString getMnemonicBytes()
current BIP-39 mnemonic
optional string mnemonic = 4;
boolean hasNode()
current BIP-32 node
optional .HDNodeType node = 5;
KeepKeyType.HDNodeType getNode()
current BIP-32 node
optional .HDNodeType node = 5;
KeepKeyType.HDNodeTypeOrBuilder getNodeOrBuilder()
current BIP-32 node
optional .HDNodeType node = 5;
boolean hasPassphraseProtection()
is node/mnemonic encrypted using passphrase?
optional bool passphrase_protection = 6;
boolean getPassphraseProtection()
is node/mnemonic encrypted using passphrase?
optional bool passphrase_protection = 6;
boolean hasResetWord()
word on device display during ResetDevice workflow
optional string reset_word = 7;
String getResetWord()
word on device display during ResetDevice workflow
optional string reset_word = 7;
com.google.protobuf.ByteString getResetWordBytes()
word on device display during ResetDevice workflow
optional string reset_word = 7;
boolean hasResetEntropy()
current entropy during ResetDevice workflow
optional bytes reset_entropy = 8;
com.google.protobuf.ByteString getResetEntropy()
current entropy during ResetDevice workflow
optional bytes reset_entropy = 8;
boolean hasRecoveryFakeWord()
(fake) word on display during RecoveryDevice workflow
optional string recovery_fake_word = 9;
String getRecoveryFakeWord()
(fake) word on display during RecoveryDevice workflow
optional string recovery_fake_word = 9;
com.google.protobuf.ByteString getRecoveryFakeWordBytes()
(fake) word on display during RecoveryDevice workflow
optional string recovery_fake_word = 9;
boolean hasRecoveryWordPos()
index of mnemonic word the device is expecting during RecoveryDevice workflow
optional uint32 recovery_word_pos = 10;
int getRecoveryWordPos()
index of mnemonic word the device is expecting during RecoveryDevice workflow
optional uint32 recovery_word_pos = 10;
Copyright © 2013–2019 Bitcoin Solutions Ltd. All rights reserved.