public static interface KeepKeyMessage.PingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getButtonProtection()
ask for button press
|
String |
getMessage()
message to send back in Success message
|
com.google.protobuf.ByteString |
getMessageBytes()
message to send back in Success message
|
boolean |
getPassphraseProtection()
ask for passphrase if set in device
|
boolean |
getPinProtection()
ask for PIN if set in device
|
boolean |
hasButtonProtection()
ask for button press
|
boolean |
hasMessage()
message to send back in Success message
|
boolean |
hasPassphraseProtection()
ask for passphrase if set in device
|
boolean |
hasPinProtection()
ask for PIN if set in device
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMessage()
message to send back in Success message
optional string message = 1;String getMessage()
message to send back in Success message
optional string message = 1;com.google.protobuf.ByteString getMessageBytes()
message to send back in Success message
optional string message = 1;boolean hasButtonProtection()
ask for button press
optional bool button_protection = 2;boolean getButtonProtection()
ask for button press
optional bool button_protection = 2;boolean hasPinProtection()
ask for PIN if set in device
optional bool pin_protection = 3;boolean getPinProtection()
ask for PIN if set in device
optional bool pin_protection = 3;boolean hasPassphraseProtection()
ask for passphrase if set in device
optional bool passphrase_protection = 4;boolean getPassphraseProtection()
ask for passphrase if set in device
optional bool passphrase_protection = 4;Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.