public static interface KeepKeyMessage.ResetDeviceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getDisplayRandom()
display entropy generated by the device before asking for additional entropy
|
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 |
getStrength()
strength of seed in bits
|
boolean |
hasDisplayRandom()
display entropy generated by the device before asking for additional entropy
|
boolean |
hasLabel()
device label
|
boolean |
hasLanguage()
device language
|
boolean |
hasPassphraseProtection()
enable master node encryption using passphrase
|
boolean |
hasPinProtection()
enable PIN protection
|
boolean |
hasStrength()
strength of seed in bits
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDisplayRandom()
display entropy generated by the device before asking for additional entropy
optional bool display_random = 1;
boolean getDisplayRandom()
display entropy generated by the device before asking for additional entropy
optional bool display_random = 1;
boolean hasStrength()
strength of seed in bits
optional uint32 strength = 2 [default = 256];
int getStrength()
strength of seed in bits
optional uint32 strength = 2 [default = 256];
boolean hasPassphraseProtection()
enable master node encryption using passphrase
optional bool passphrase_protection = 3;
boolean getPassphraseProtection()
enable master node encryption using passphrase
optional bool passphrase_protection = 3;
boolean hasPinProtection()
enable PIN protection
optional bool pin_protection = 4;
boolean getPinProtection()
enable PIN protection
optional bool pin_protection = 4;
boolean hasLanguage()
device language
optional string language = 5 [default = "english"];
String getLanguage()
device language
optional string language = 5 [default = "english"];
com.google.protobuf.ByteString getLanguageBytes()
device language
optional string language = 5 [default = "english"];
boolean hasLabel()
device label
optional string label = 6;
String getLabel()
device label
optional string label = 6;
com.google.protobuf.ByteString getLabelBytes()
device label
optional string label = 6;
Copyright © 2013–2019 Bitcoin Solutions Ltd. All rights reserved.