public static interface KeepKeyMessage.FeaturesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getBootloaderHash()
optional bytes bootloader_hash = 14; |
boolean |
getBootloaderMode()
optional bool bootloader_mode = 5; |
KeepKeyType.CoinType |
getCoins(int index)
repeated .CoinType coins = 11; |
int |
getCoinsCount()
repeated .CoinType coins = 11; |
List<KeepKeyType.CoinType> |
getCoinsList()
repeated .CoinType coins = 11; |
KeepKeyType.CoinTypeOrBuilder |
getCoinsOrBuilder(int index)
repeated .CoinType coins = 11; |
List<? extends KeepKeyType.CoinTypeOrBuilder> |
getCoinsOrBuilderList()
repeated .CoinType coins = 11; |
String |
getDeviceId()
optional string device_id = 6; |
com.google.protobuf.ByteString |
getDeviceIdBytes()
optional string device_id = 6; |
boolean |
getImported()
optional bool imported = 15; |
boolean |
getInitialized()
optional bool initialized = 12; |
String |
getLabel()
optional string label = 10; |
com.google.protobuf.ByteString |
getLabelBytes()
optional string label = 10; |
String |
getLanguage()
optional string language = 9; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 9; |
int |
getMajorVersion()
optional uint32 major_version = 2; |
int |
getMinorVersion()
optional uint32 minor_version = 3; |
boolean |
getPassphraseCached()
optional bool passphrase_cached = 17; |
boolean |
getPassphraseProtection()
optional bool passphrase_protection = 8; |
int |
getPatchVersion()
optional uint32 patch_version = 4; |
boolean |
getPinCached()
optional bool pin_cached = 16; |
boolean |
getPinProtection()
optional bool pin_protection = 7; |
com.google.protobuf.ByteString |
getRevision()
optional bytes revision = 13; |
String |
getVendor()
optional string vendor = 1; |
com.google.protobuf.ByteString |
getVendorBytes()
optional string vendor = 1; |
boolean |
hasBootloaderHash()
optional bytes bootloader_hash = 14; |
boolean |
hasBootloaderMode()
optional bool bootloader_mode = 5; |
boolean |
hasDeviceId()
optional string device_id = 6; |
boolean |
hasImported()
optional bool imported = 15; |
boolean |
hasInitialized()
optional bool initialized = 12; |
boolean |
hasLabel()
optional string label = 10; |
boolean |
hasLanguage()
optional string language = 9; |
boolean |
hasMajorVersion()
optional uint32 major_version = 2; |
boolean |
hasMinorVersion()
optional uint32 minor_version = 3; |
boolean |
hasPassphraseCached()
optional bool passphrase_cached = 17; |
boolean |
hasPassphraseProtection()
optional bool passphrase_protection = 8; |
boolean |
hasPatchVersion()
optional uint32 patch_version = 4; |
boolean |
hasPinCached()
optional bool pin_cached = 16; |
boolean |
hasPinProtection()
optional bool pin_protection = 7; |
boolean |
hasRevision()
optional bytes revision = 13; |
boolean |
hasVendor()
optional string vendor = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasVendor()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
String getVendor()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
com.google.protobuf.ByteString getVendorBytes()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
boolean hasMajorVersion()
optional uint32 major_version = 2;
major version of the device, e.g. 1
int getMajorVersion()
optional uint32 major_version = 2;
major version of the device, e.g. 1
boolean hasMinorVersion()
optional uint32 minor_version = 3;
minor version of the device, e.g. 0
int getMinorVersion()
optional uint32 minor_version = 3;
minor version of the device, e.g. 0
boolean hasPatchVersion()
optional uint32 patch_version = 4;
patch version of the device, e.g. 0
int getPatchVersion()
optional uint32 patch_version = 4;
patch version of the device, e.g. 0
boolean hasBootloaderMode()
optional bool bootloader_mode = 5;
is device in bootloader mode?
boolean getBootloaderMode()
optional bool bootloader_mode = 5;
is device in bootloader mode?
boolean hasDeviceId()
optional string device_id = 6;
device's unique identifier
String getDeviceId()
optional string device_id = 6;
device's unique identifier
com.google.protobuf.ByteString getDeviceIdBytes()
optional string device_id = 6;
device's unique identifier
boolean hasPinProtection()
optional bool pin_protection = 7;
is device protected by PIN?
boolean getPinProtection()
optional bool pin_protection = 7;
is device protected by PIN?
boolean hasPassphraseProtection()
optional bool passphrase_protection = 8;
is node/mnemonic encrypted using passphrase?
boolean getPassphraseProtection()
optional bool passphrase_protection = 8;
is node/mnemonic encrypted using passphrase?
boolean hasLanguage()
optional string language = 9;
device language
String getLanguage()
optional string language = 9;
device language
com.google.protobuf.ByteString getLanguageBytes()
optional string language = 9;
device language
boolean hasLabel()
optional string label = 10;
device description label
String getLabel()
optional string label = 10;
device description label
com.google.protobuf.ByteString getLabelBytes()
optional string label = 10;
device description label
List<KeepKeyType.CoinType> getCoinsList()
repeated .CoinType coins = 11;
supported coins
KeepKeyType.CoinType getCoins(int index)
repeated .CoinType coins = 11;
supported coins
int getCoinsCount()
repeated .CoinType coins = 11;
supported coins
List<? extends KeepKeyType.CoinTypeOrBuilder> getCoinsOrBuilderList()
repeated .CoinType coins = 11;
supported coins
KeepKeyType.CoinTypeOrBuilder getCoinsOrBuilder(int index)
repeated .CoinType coins = 11;
supported coins
boolean hasInitialized()
optional bool initialized = 12;
does device contain seed?
boolean getInitialized()
optional bool initialized = 12;
does device contain seed?
boolean hasRevision()
optional bytes revision = 13;
SCM revision of firmware
com.google.protobuf.ByteString getRevision()
optional bytes revision = 13;
SCM revision of firmware
boolean hasBootloaderHash()
optional bytes bootloader_hash = 14;
hash of the bootloader
com.google.protobuf.ByteString getBootloaderHash()
optional bytes bootloader_hash = 14;
hash of the bootloader
boolean hasImported()
optional bool imported = 15;
was storage imported from an external source?
boolean getImported()
optional bool imported = 15;
was storage imported from an external source?
boolean hasPinCached()
optional bool pin_cached = 16;
is PIN already cached in session?
boolean getPinCached()
optional bool pin_cached = 16;
is PIN already cached in session?
boolean hasPassphraseCached()
optional bool passphrase_cached = 17;
is passphrase already cached in session?
boolean getPassphraseCached()
optional bool passphrase_cached = 17;
is passphrase already cached in session?
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.