public static interface TrezorMessage.GetECDHSessionKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEcdsaCurveName()
optional string ecdsa_curve_name = 3; |
com.google.protobuf.ByteString |
getEcdsaCurveNameBytes()
optional string ecdsa_curve_name = 3; |
TrezorType.IdentityType |
getIdentity()
optional .IdentityType identity = 1; |
TrezorType.IdentityTypeOrBuilder |
getIdentityOrBuilder()
optional .IdentityType identity = 1; |
com.google.protobuf.ByteString |
getPeerPublicKey()
optional bytes peer_public_key = 2; |
boolean |
hasEcdsaCurveName()
optional string ecdsa_curve_name = 3; |
boolean |
hasIdentity()
optional .IdentityType identity = 1; |
boolean |
hasPeerPublicKey()
optional bytes peer_public_key = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasIdentity()
optional .IdentityType identity = 1;
identity
TrezorType.IdentityType getIdentity()
optional .IdentityType identity = 1;
identity
TrezorType.IdentityTypeOrBuilder getIdentityOrBuilder()
optional .IdentityType identity = 1;
identity
boolean hasPeerPublicKey()
optional bytes peer_public_key = 2;
peer's public key
com.google.protobuf.ByteString getPeerPublicKey()
optional bytes peer_public_key = 2;
peer's public key
boolean hasEcdsaCurveName()
optional string ecdsa_curve_name = 3;
ECDSA curve name to use
String getEcdsaCurveName()
optional string ecdsa_curve_name = 3;
ECDSA curve name to use
com.google.protobuf.ByteString getEcdsaCurveNameBytes()
optional string ecdsa_curve_name = 3;
ECDSA curve name to use
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.