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