public static final class KeepKeyMessage.Features.Builder extends com.google.protobuf.GeneratedMessage.Builder<KeepKeyMessage.Features.Builder> implements KeepKeyMessage.FeaturesOrBuilder
Features
Response: Reports various information about the device @prev Initialize @prev GetFeatures
Modifier and Type | Method and Description |
---|---|
KeepKeyMessage.Features.Builder |
addAllCoins(Iterable<? extends KeepKeyType.CoinType> values)
repeated .CoinType coins = 11; |
KeepKeyMessage.Features.Builder |
addCoins(int index,
KeepKeyType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11; |
KeepKeyMessage.Features.Builder |
addCoins(int index,
KeepKeyType.CoinType value)
repeated .CoinType coins = 11; |
KeepKeyMessage.Features.Builder |
addCoins(KeepKeyType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11; |
KeepKeyMessage.Features.Builder |
addCoins(KeepKeyType.CoinType value)
repeated .CoinType coins = 11; |
KeepKeyType.CoinType.Builder |
addCoinsBuilder()
repeated .CoinType coins = 11; |
KeepKeyType.CoinType.Builder |
addCoinsBuilder(int index)
repeated .CoinType coins = 11; |
KeepKeyMessage.Features |
build() |
KeepKeyMessage.Features |
buildPartial() |
KeepKeyMessage.Features.Builder |
clear() |
KeepKeyMessage.Features.Builder |
clearBootloaderHash()
optional bytes bootloader_hash = 14; |
KeepKeyMessage.Features.Builder |
clearBootloaderMode()
optional bool bootloader_mode = 5; |
KeepKeyMessage.Features.Builder |
clearCoins()
repeated .CoinType coins = 11; |
KeepKeyMessage.Features.Builder |
clearDeviceId()
optional string device_id = 6; |
KeepKeyMessage.Features.Builder |
clearImported()
optional bool imported = 15; |
KeepKeyMessage.Features.Builder |
clearInitialized()
optional bool initialized = 12; |
KeepKeyMessage.Features.Builder |
clearLabel()
optional string label = 10; |
KeepKeyMessage.Features.Builder |
clearLanguage()
optional string language = 9; |
KeepKeyMessage.Features.Builder |
clearMajorVersion()
optional uint32 major_version = 2; |
KeepKeyMessage.Features.Builder |
clearMinorVersion()
optional uint32 minor_version = 3; |
KeepKeyMessage.Features.Builder |
clearPassphraseCached()
optional bool passphrase_cached = 17; |
KeepKeyMessage.Features.Builder |
clearPassphraseProtection()
optional bool passphrase_protection = 8; |
KeepKeyMessage.Features.Builder |
clearPatchVersion()
optional uint32 patch_version = 4; |
KeepKeyMessage.Features.Builder |
clearPinCached()
optional bool pin_cached = 16; |
KeepKeyMessage.Features.Builder |
clearPinProtection()
optional bool pin_protection = 7; |
KeepKeyMessage.Features.Builder |
clearRevision()
optional bytes revision = 13; |
KeepKeyMessage.Features.Builder |
clearVendor()
optional string vendor = 1; |
KeepKeyMessage.Features.Builder |
clone() |
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; |
KeepKeyType.CoinType.Builder |
getCoinsBuilder(int index)
repeated .CoinType coins = 11; |
List<KeepKeyType.CoinType.Builder> |
getCoinsBuilderList()
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; |
KeepKeyMessage.Features |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
KeepKeyMessage.Features.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
KeepKeyMessage.Features.Builder |
mergeFrom(KeepKeyMessage.Features other) |
KeepKeyMessage.Features.Builder |
mergeFrom(com.google.protobuf.Message other) |
KeepKeyMessage.Features.Builder |
removeCoins(int index)
repeated .CoinType coins = 11; |
KeepKeyMessage.Features.Builder |
setBootloaderHash(com.google.protobuf.ByteString value)
optional bytes bootloader_hash = 14; |
KeepKeyMessage.Features.Builder |
setBootloaderMode(boolean value)
optional bool bootloader_mode = 5; |
KeepKeyMessage.Features.Builder |
setCoins(int index,
KeepKeyType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11; |
KeepKeyMessage.Features.Builder |
setCoins(int index,
KeepKeyType.CoinType value)
repeated .CoinType coins = 11; |
KeepKeyMessage.Features.Builder |
setDeviceId(String value)
optional string device_id = 6; |
KeepKeyMessage.Features.Builder |
setDeviceIdBytes(com.google.protobuf.ByteString value)
optional string device_id = 6; |
KeepKeyMessage.Features.Builder |
setImported(boolean value)
optional bool imported = 15; |
KeepKeyMessage.Features.Builder |
setInitialized(boolean value)
optional bool initialized = 12; |
KeepKeyMessage.Features.Builder |
setLabel(String value)
optional string label = 10; |
KeepKeyMessage.Features.Builder |
setLabelBytes(com.google.protobuf.ByteString value)
optional string label = 10; |
KeepKeyMessage.Features.Builder |
setLanguage(String value)
optional string language = 9; |
KeepKeyMessage.Features.Builder |
setLanguageBytes(com.google.protobuf.ByteString value)
optional string language = 9; |
KeepKeyMessage.Features.Builder |
setMajorVersion(int value)
optional uint32 major_version = 2; |
KeepKeyMessage.Features.Builder |
setMinorVersion(int value)
optional uint32 minor_version = 3; |
KeepKeyMessage.Features.Builder |
setPassphraseCached(boolean value)
optional bool passphrase_cached = 17; |
KeepKeyMessage.Features.Builder |
setPassphraseProtection(boolean value)
optional bool passphrase_protection = 8; |
KeepKeyMessage.Features.Builder |
setPatchVersion(int value)
optional uint32 patch_version = 4; |
KeepKeyMessage.Features.Builder |
setPinCached(boolean value)
optional bool pin_cached = 16; |
KeepKeyMessage.Features.Builder |
setPinProtection(boolean value)
optional bool pin_protection = 7; |
KeepKeyMessage.Features.Builder |
setRevision(com.google.protobuf.ByteString value)
optional bytes revision = 13; |
KeepKeyMessage.Features.Builder |
setVendor(String value)
optional string vendor = 1; |
KeepKeyMessage.Features.Builder |
setVendorBytes(com.google.protobuf.ByteString value)
optional string vendor = 1; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<KeepKeyMessage.Features.Builder>
public KeepKeyMessage.Features.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<KeepKeyMessage.Features.Builder>
public KeepKeyMessage.Features.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<KeepKeyMessage.Features.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<KeepKeyMessage.Features.Builder>
public KeepKeyMessage.Features getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public KeepKeyMessage.Features build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public KeepKeyMessage.Features buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public KeepKeyMessage.Features.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<KeepKeyMessage.Features.Builder>
public KeepKeyMessage.Features.Builder mergeFrom(KeepKeyMessage.Features other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<KeepKeyMessage.Features.Builder>
public KeepKeyMessage.Features.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<KeepKeyMessage.Features.Builder>
IOException
public boolean hasVendor()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
hasVendor
in interface KeepKeyMessage.FeaturesOrBuilder
public String getVendor()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
getVendor
in interface KeepKeyMessage.FeaturesOrBuilder
public com.google.protobuf.ByteString getVendorBytes()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
getVendorBytes
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setVendor(String value)
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
public KeepKeyMessage.Features.Builder clearVendor()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
public KeepKeyMessage.Features.Builder setVendorBytes(com.google.protobuf.ByteString value)
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
public boolean hasMajorVersion()
optional uint32 major_version = 2;
major version of the device, e.g. 1
hasMajorVersion
in interface KeepKeyMessage.FeaturesOrBuilder
public int getMajorVersion()
optional uint32 major_version = 2;
major version of the device, e.g. 1
getMajorVersion
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setMajorVersion(int value)
optional uint32 major_version = 2;
major version of the device, e.g. 1
public KeepKeyMessage.Features.Builder clearMajorVersion()
optional uint32 major_version = 2;
major version of the device, e.g. 1
public boolean hasMinorVersion()
optional uint32 minor_version = 3;
minor version of the device, e.g. 0
hasMinorVersion
in interface KeepKeyMessage.FeaturesOrBuilder
public int getMinorVersion()
optional uint32 minor_version = 3;
minor version of the device, e.g. 0
getMinorVersion
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setMinorVersion(int value)
optional uint32 minor_version = 3;
minor version of the device, e.g. 0
public KeepKeyMessage.Features.Builder clearMinorVersion()
optional uint32 minor_version = 3;
minor version of the device, e.g. 0
public boolean hasPatchVersion()
optional uint32 patch_version = 4;
patch version of the device, e.g. 0
hasPatchVersion
in interface KeepKeyMessage.FeaturesOrBuilder
public int getPatchVersion()
optional uint32 patch_version = 4;
patch version of the device, e.g. 0
getPatchVersion
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setPatchVersion(int value)
optional uint32 patch_version = 4;
patch version of the device, e.g. 0
public KeepKeyMessage.Features.Builder clearPatchVersion()
optional uint32 patch_version = 4;
patch version of the device, e.g. 0
public boolean hasBootloaderMode()
optional bool bootloader_mode = 5;
is device in bootloader mode?
hasBootloaderMode
in interface KeepKeyMessage.FeaturesOrBuilder
public boolean getBootloaderMode()
optional bool bootloader_mode = 5;
is device in bootloader mode?
getBootloaderMode
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setBootloaderMode(boolean value)
optional bool bootloader_mode = 5;
is device in bootloader mode?
public KeepKeyMessage.Features.Builder clearBootloaderMode()
optional bool bootloader_mode = 5;
is device in bootloader mode?
public boolean hasDeviceId()
optional string device_id = 6;
device's unique identifier
hasDeviceId
in interface KeepKeyMessage.FeaturesOrBuilder
public String getDeviceId()
optional string device_id = 6;
device's unique identifier
getDeviceId
in interface KeepKeyMessage.FeaturesOrBuilder
public com.google.protobuf.ByteString getDeviceIdBytes()
optional string device_id = 6;
device's unique identifier
getDeviceIdBytes
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setDeviceId(String value)
optional string device_id = 6;
device's unique identifier
public KeepKeyMessage.Features.Builder clearDeviceId()
optional string device_id = 6;
device's unique identifier
public KeepKeyMessage.Features.Builder setDeviceIdBytes(com.google.protobuf.ByteString value)
optional string device_id = 6;
device's unique identifier
public boolean hasPinProtection()
optional bool pin_protection = 7;
is device protected by PIN?
hasPinProtection
in interface KeepKeyMessage.FeaturesOrBuilder
public boolean getPinProtection()
optional bool pin_protection = 7;
is device protected by PIN?
getPinProtection
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setPinProtection(boolean value)
optional bool pin_protection = 7;
is device protected by PIN?
public KeepKeyMessage.Features.Builder clearPinProtection()
optional bool pin_protection = 7;
is device protected by PIN?
public boolean hasPassphraseProtection()
optional bool passphrase_protection = 8;
is node/mnemonic encrypted using passphrase?
hasPassphraseProtection
in interface KeepKeyMessage.FeaturesOrBuilder
public boolean getPassphraseProtection()
optional bool passphrase_protection = 8;
is node/mnemonic encrypted using passphrase?
getPassphraseProtection
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setPassphraseProtection(boolean value)
optional bool passphrase_protection = 8;
is node/mnemonic encrypted using passphrase?
public KeepKeyMessage.Features.Builder clearPassphraseProtection()
optional bool passphrase_protection = 8;
is node/mnemonic encrypted using passphrase?
public boolean hasLanguage()
optional string language = 9;
device language
hasLanguage
in interface KeepKeyMessage.FeaturesOrBuilder
public String getLanguage()
optional string language = 9;
device language
getLanguage
in interface KeepKeyMessage.FeaturesOrBuilder
public com.google.protobuf.ByteString getLanguageBytes()
optional string language = 9;
device language
getLanguageBytes
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setLanguage(String value)
optional string language = 9;
device language
public KeepKeyMessage.Features.Builder clearLanguage()
optional string language = 9;
device language
public KeepKeyMessage.Features.Builder setLanguageBytes(com.google.protobuf.ByteString value)
optional string language = 9;
device language
public boolean hasLabel()
optional string label = 10;
device description label
hasLabel
in interface KeepKeyMessage.FeaturesOrBuilder
public String getLabel()
optional string label = 10;
device description label
getLabel
in interface KeepKeyMessage.FeaturesOrBuilder
public com.google.protobuf.ByteString getLabelBytes()
optional string label = 10;
device description label
getLabelBytes
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setLabel(String value)
optional string label = 10;
device description label
public KeepKeyMessage.Features.Builder clearLabel()
optional string label = 10;
device description label
public KeepKeyMessage.Features.Builder setLabelBytes(com.google.protobuf.ByteString value)
optional string label = 10;
device description label
public List<KeepKeyType.CoinType> getCoinsList()
repeated .CoinType coins = 11;
supported coins
getCoinsList
in interface KeepKeyMessage.FeaturesOrBuilder
public int getCoinsCount()
repeated .CoinType coins = 11;
supported coins
getCoinsCount
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyType.CoinType getCoins(int index)
repeated .CoinType coins = 11;
supported coins
getCoins
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setCoins(int index, KeepKeyType.CoinType value)
repeated .CoinType coins = 11;
supported coins
public KeepKeyMessage.Features.Builder setCoins(int index, KeepKeyType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11;
supported coins
public KeepKeyMessage.Features.Builder addCoins(KeepKeyType.CoinType value)
repeated .CoinType coins = 11;
supported coins
public KeepKeyMessage.Features.Builder addCoins(int index, KeepKeyType.CoinType value)
repeated .CoinType coins = 11;
supported coins
public KeepKeyMessage.Features.Builder addCoins(KeepKeyType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11;
supported coins
public KeepKeyMessage.Features.Builder addCoins(int index, KeepKeyType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11;
supported coins
public KeepKeyMessage.Features.Builder addAllCoins(Iterable<? extends KeepKeyType.CoinType> values)
repeated .CoinType coins = 11;
supported coins
public KeepKeyMessage.Features.Builder clearCoins()
repeated .CoinType coins = 11;
supported coins
public KeepKeyMessage.Features.Builder removeCoins(int index)
repeated .CoinType coins = 11;
supported coins
public KeepKeyType.CoinType.Builder getCoinsBuilder(int index)
repeated .CoinType coins = 11;
supported coins
public KeepKeyType.CoinTypeOrBuilder getCoinsOrBuilder(int index)
repeated .CoinType coins = 11;
supported coins
getCoinsOrBuilder
in interface KeepKeyMessage.FeaturesOrBuilder
public List<? extends KeepKeyType.CoinTypeOrBuilder> getCoinsOrBuilderList()
repeated .CoinType coins = 11;
supported coins
getCoinsOrBuilderList
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyType.CoinType.Builder addCoinsBuilder()
repeated .CoinType coins = 11;
supported coins
public KeepKeyType.CoinType.Builder addCoinsBuilder(int index)
repeated .CoinType coins = 11;
supported coins
public List<KeepKeyType.CoinType.Builder> getCoinsBuilderList()
repeated .CoinType coins = 11;
supported coins
public boolean hasInitialized()
optional bool initialized = 12;
does device contain seed?
hasInitialized
in interface KeepKeyMessage.FeaturesOrBuilder
public boolean getInitialized()
optional bool initialized = 12;
does device contain seed?
getInitialized
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setInitialized(boolean value)
optional bool initialized = 12;
does device contain seed?
public KeepKeyMessage.Features.Builder clearInitialized()
optional bool initialized = 12;
does device contain seed?
public boolean hasRevision()
optional bytes revision = 13;
SCM revision of firmware
hasRevision
in interface KeepKeyMessage.FeaturesOrBuilder
public com.google.protobuf.ByteString getRevision()
optional bytes revision = 13;
SCM revision of firmware
getRevision
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setRevision(com.google.protobuf.ByteString value)
optional bytes revision = 13;
SCM revision of firmware
public KeepKeyMessage.Features.Builder clearRevision()
optional bytes revision = 13;
SCM revision of firmware
public boolean hasBootloaderHash()
optional bytes bootloader_hash = 14;
hash of the bootloader
hasBootloaderHash
in interface KeepKeyMessage.FeaturesOrBuilder
public com.google.protobuf.ByteString getBootloaderHash()
optional bytes bootloader_hash = 14;
hash of the bootloader
getBootloaderHash
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setBootloaderHash(com.google.protobuf.ByteString value)
optional bytes bootloader_hash = 14;
hash of the bootloader
public KeepKeyMessage.Features.Builder clearBootloaderHash()
optional bytes bootloader_hash = 14;
hash of the bootloader
public boolean hasImported()
optional bool imported = 15;
was storage imported from an external source?
hasImported
in interface KeepKeyMessage.FeaturesOrBuilder
public boolean getImported()
optional bool imported = 15;
was storage imported from an external source?
getImported
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setImported(boolean value)
optional bool imported = 15;
was storage imported from an external source?
public KeepKeyMessage.Features.Builder clearImported()
optional bool imported = 15;
was storage imported from an external source?
public boolean hasPinCached()
optional bool pin_cached = 16;
is PIN already cached in session?
hasPinCached
in interface KeepKeyMessage.FeaturesOrBuilder
public boolean getPinCached()
optional bool pin_cached = 16;
is PIN already cached in session?
getPinCached
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setPinCached(boolean value)
optional bool pin_cached = 16;
is PIN already cached in session?
public KeepKeyMessage.Features.Builder clearPinCached()
optional bool pin_cached = 16;
is PIN already cached in session?
public boolean hasPassphraseCached()
optional bool passphrase_cached = 17;
is passphrase already cached in session?
hasPassphraseCached
in interface KeepKeyMessage.FeaturesOrBuilder
public boolean getPassphraseCached()
optional bool passphrase_cached = 17;
is passphrase already cached in session?
getPassphraseCached
in interface KeepKeyMessage.FeaturesOrBuilder
public KeepKeyMessage.Features.Builder setPassphraseCached(boolean value)
optional bool passphrase_cached = 17;
is passphrase already cached in session?
public KeepKeyMessage.Features.Builder clearPassphraseCached()
optional bool passphrase_cached = 17;
is passphrase already cached in session?
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.