public static interface KeepKeyMessage.GetPublicKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAddressN(int index)
BIP-32 path to derive the key from master node
|
int |
getAddressNCount()
BIP-32 path to derive the key from master node
|
List<Integer> |
getAddressNList()
BIP-32 path to derive the key from master node
|
String |
getEcdsaCurveName()
ECDSA curve name to use
|
com.google.protobuf.ByteString |
getEcdsaCurveNameBytes()
ECDSA curve name to use
|
boolean |
hasEcdsaCurveName()
ECDSA curve name to use
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Integer> getAddressNList()
BIP-32 path to derive the key from master node
repeated uint32 address_n = 1;
int getAddressNCount()
BIP-32 path to derive the key from master node
repeated uint32 address_n = 1;
int getAddressN(int index)
BIP-32 path to derive the key from master node
repeated uint32 address_n = 1;
boolean hasEcdsaCurveName()
ECDSA curve name to use
optional string ecdsa_curve_name = 2;
String getEcdsaCurveName()
ECDSA curve name to use
optional string ecdsa_curve_name = 2;
com.google.protobuf.ByteString getEcdsaCurveNameBytes()
ECDSA curve name to use
optional string ecdsa_curve_name = 2;
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.