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