public static final class TrezorMessage.SignIdentity extends com.google.protobuf.GeneratedMessageV3 implements TrezorMessage.SignIdentityOrBuilder
Request: Ask device to sign identity @next SignedIdentity @next FailureProtobuf type
SignIdentity
Modifier and Type | Class and Description |
---|---|
static class |
TrezorMessage.SignIdentity.Builder
Request: Ask device to sign identity
@next SignedIdentity
@next Failure
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
CHALLENGE_HIDDEN_FIELD_NUMBER |
static int |
CHALLENGE_VISUAL_FIELD_NUMBER |
static int |
ECDSA_CURVE_NAME_FIELD_NUMBER |
static int |
IDENTITY_FIELD_NUMBER |
static com.google.protobuf.Parser<TrezorMessage.SignIdentity> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
com.google.protobuf.ByteString |
getChallengeHidden()
non-visible challenge
|
String |
getChallengeVisual()
challenge shown on display (e.g.
|
com.google.protobuf.ByteString |
getChallengeVisualBytes()
challenge shown on display (e.g.
|
static TrezorMessage.SignIdentity |
getDefaultInstance() |
TrezorMessage.SignIdentity |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEcdsaCurveName()
ECDSA curve name to use
|
com.google.protobuf.ByteString |
getEcdsaCurveNameBytes()
ECDSA curve name to use
|
TrezorType.IdentityType |
getIdentity()
identity
|
TrezorType.IdentityTypeOrBuilder |
getIdentityOrBuilder()
identity
|
com.google.protobuf.Parser<TrezorMessage.SignIdentity> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasChallengeHidden()
non-visible challenge
|
boolean |
hasChallengeVisual()
challenge shown on display (e.g.
|
boolean |
hasEcdsaCurveName()
ECDSA curve name to use
|
int |
hashCode() |
boolean |
hasIdentity()
identity
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TrezorMessage.SignIdentity.Builder |
newBuilder() |
static TrezorMessage.SignIdentity.Builder |
newBuilder(TrezorMessage.SignIdentity prototype) |
TrezorMessage.SignIdentity.Builder |
newBuilderForType() |
protected TrezorMessage.SignIdentity.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static TrezorMessage.SignIdentity |
parseDelimitedFrom(InputStream input) |
static TrezorMessage.SignIdentity |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorMessage.SignIdentity |
parseFrom(byte[] data) |
static TrezorMessage.SignIdentity |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorMessage.SignIdentity |
parseFrom(ByteBuffer data) |
static TrezorMessage.SignIdentity |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorMessage.SignIdentity |
parseFrom(com.google.protobuf.ByteString data) |
static TrezorMessage.SignIdentity |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorMessage.SignIdentity |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TrezorMessage.SignIdentity |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TrezorMessage.SignIdentity |
parseFrom(InputStream input) |
static TrezorMessage.SignIdentity |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TrezorMessage.SignIdentity> |
parser() |
TrezorMessage.SignIdentity.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int IDENTITY_FIELD_NUMBER
public static final int CHALLENGE_HIDDEN_FIELD_NUMBER
public static final int CHALLENGE_VISUAL_FIELD_NUMBER
public static final int ECDSA_CURVE_NAME_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<TrezorMessage.SignIdentity> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasIdentity()
identity
optional .IdentityType identity = 1;
hasIdentity
in interface TrezorMessage.SignIdentityOrBuilder
public TrezorType.IdentityType getIdentity()
identity
optional .IdentityType identity = 1;
getIdentity
in interface TrezorMessage.SignIdentityOrBuilder
public TrezorType.IdentityTypeOrBuilder getIdentityOrBuilder()
identity
optional .IdentityType identity = 1;
getIdentityOrBuilder
in interface TrezorMessage.SignIdentityOrBuilder
public boolean hasChallengeHidden()
non-visible challenge
optional bytes challenge_hidden = 2;
hasChallengeHidden
in interface TrezorMessage.SignIdentityOrBuilder
public com.google.protobuf.ByteString getChallengeHidden()
non-visible challenge
optional bytes challenge_hidden = 2;
getChallengeHidden
in interface TrezorMessage.SignIdentityOrBuilder
public boolean hasChallengeVisual()
challenge shown on display (e.g. date+time)
optional string challenge_visual = 3;
hasChallengeVisual
in interface TrezorMessage.SignIdentityOrBuilder
public String getChallengeVisual()
challenge shown on display (e.g. date+time)
optional string challenge_visual = 3;
getChallengeVisual
in interface TrezorMessage.SignIdentityOrBuilder
public com.google.protobuf.ByteString getChallengeVisualBytes()
challenge shown on display (e.g. date+time)
optional string challenge_visual = 3;
getChallengeVisualBytes
in interface TrezorMessage.SignIdentityOrBuilder
public boolean hasEcdsaCurveName()
ECDSA curve name to use
optional string ecdsa_curve_name = 4;
hasEcdsaCurveName
in interface TrezorMessage.SignIdentityOrBuilder
public String getEcdsaCurveName()
ECDSA curve name to use
optional string ecdsa_curve_name = 4;
getEcdsaCurveName
in interface TrezorMessage.SignIdentityOrBuilder
public com.google.protobuf.ByteString getEcdsaCurveNameBytes()
ECDSA curve name to use
optional string ecdsa_curve_name = 4;
getEcdsaCurveNameBytes
in interface TrezorMessage.SignIdentityOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static TrezorMessage.SignIdentity parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TrezorMessage.SignIdentity parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TrezorMessage.SignIdentity parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TrezorMessage.SignIdentity parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TrezorMessage.SignIdentity parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TrezorMessage.SignIdentity parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TrezorMessage.SignIdentity parseFrom(InputStream input) throws IOException
IOException
public static TrezorMessage.SignIdentity parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static TrezorMessage.SignIdentity parseDelimitedFrom(InputStream input) throws IOException
IOException
public static TrezorMessage.SignIdentity parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static TrezorMessage.SignIdentity parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static TrezorMessage.SignIdentity parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public TrezorMessage.SignIdentity.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static TrezorMessage.SignIdentity.Builder newBuilder()
public static TrezorMessage.SignIdentity.Builder newBuilder(TrezorMessage.SignIdentity prototype)
public TrezorMessage.SignIdentity.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected TrezorMessage.SignIdentity.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static TrezorMessage.SignIdentity getDefaultInstance()
public static com.google.protobuf.Parser<TrezorMessage.SignIdentity> parser()
public com.google.protobuf.Parser<TrezorMessage.SignIdentity> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public TrezorMessage.SignIdentity getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.