public static interface KeepKeyMessage.RecoveryDeviceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnforceWordlist()
enforce BIP-39 wordlist during the process
|
String |
getLabel()
device label
|
com.google.protobuf.ByteString |
getLabelBytes()
device label
|
String |
getLanguage()
device language
|
com.google.protobuf.ByteString |
getLanguageBytes()
device language
|
boolean |
getPassphraseProtection()
enable master node encryption using passphrase
|
boolean |
getPinProtection()
enable PIN protection
|
int |
getWordCount()
number of words in BIP-39 mnemonic
|
boolean |
hasEnforceWordlist()
enforce BIP-39 wordlist during the process
|
boolean |
hasLabel()
device label
|
boolean |
hasLanguage()
device language
|
boolean |
hasPassphraseProtection()
enable master node encryption using passphrase
|
boolean |
hasPinProtection()
enable PIN protection
|
boolean |
hasWordCount()
number of words in BIP-39 mnemonic
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWordCount()
number of words in BIP-39 mnemonic
optional uint32 word_count = 1;int getWordCount()
number of words in BIP-39 mnemonic
optional uint32 word_count = 1;boolean hasPassphraseProtection()
enable master node encryption using passphrase
optional bool passphrase_protection = 2;boolean getPassphraseProtection()
enable master node encryption using passphrase
optional bool passphrase_protection = 2;boolean hasPinProtection()
enable PIN protection
optional bool pin_protection = 3;boolean getPinProtection()
enable PIN protection
optional bool pin_protection = 3;boolean hasLanguage()
device language
optional string language = 4 [default = "english"];String getLanguage()
device language
optional string language = 4 [default = "english"];com.google.protobuf.ByteString getLanguageBytes()
device language
optional string language = 4 [default = "english"];boolean hasLabel()
device label
optional string label = 5;String getLabel()
device label
optional string label = 5;com.google.protobuf.ByteString getLabelBytes()
device label
optional string label = 5;boolean hasEnforceWordlist()
enforce BIP-39 wordlist during the process
optional bool enforce_wordlist = 6;boolean getEnforceWordlist()
enforce BIP-39 wordlist during the process
optional bool enforce_wordlist = 6;Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.