public static interface KeepKeyMessage.SignIdentityOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getChallengeHidden()
optional bytes challenge_hidden = 2; |
String |
getChallengeVisual()
optional string challenge_visual = 3; |
com.google.protobuf.ByteString |
getChallengeVisualBytes()
optional string challenge_visual = 3; |
String |
getEcdsaCurveName()
optional string ecdsa_curve_name = 4; |
com.google.protobuf.ByteString |
getEcdsaCurveNameBytes()
optional string ecdsa_curve_name = 4; |
KeepKeyType.IdentityType |
getIdentity()
optional .IdentityType identity = 1; |
KeepKeyType.IdentityTypeOrBuilder |
getIdentityOrBuilder()
optional .IdentityType identity = 1; |
boolean |
hasChallengeHidden()
optional bytes challenge_hidden = 2; |
boolean |
hasChallengeVisual()
optional string challenge_visual = 3; |
boolean |
hasEcdsaCurveName()
optional string ecdsa_curve_name = 4; |
boolean |
hasIdentity()
optional .IdentityType identity = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasIdentity()
optional .IdentityType identity = 1;
identity
KeepKeyType.IdentityType getIdentity()
optional .IdentityType identity = 1;
identity
KeepKeyType.IdentityTypeOrBuilder getIdentityOrBuilder()
optional .IdentityType identity = 1;
identity
boolean hasChallengeHidden()
optional bytes challenge_hidden = 2;
non-visible challenge
com.google.protobuf.ByteString getChallengeHidden()
optional bytes challenge_hidden = 2;
non-visible challenge
boolean hasChallengeVisual()
optional string challenge_visual = 3;
challenge shown on display (e.g. date+time)
String getChallengeVisual()
optional string challenge_visual = 3;
challenge shown on display (e.g. date+time)
com.google.protobuf.ByteString getChallengeVisualBytes()
optional string challenge_visual = 3;
challenge shown on display (e.g. date+time)
boolean hasEcdsaCurveName()
optional string ecdsa_curve_name = 4;
ECDSA curve name to use
String getEcdsaCurveName()
optional string ecdsa_curve_name = 4;
ECDSA curve name to use
com.google.protobuf.ByteString getEcdsaCurveNameBytes()
optional string ecdsa_curve_name = 4;
ECDSA curve name to use
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.