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