public static interface KeepKeyMessage.DecryptMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAddressN(int index)
repeated uint32 address_n = 1; |
int |
getAddressNCount()
repeated uint32 address_n = 1; |
List<Integer> |
getAddressNList()
repeated uint32 address_n = 1; |
com.google.protobuf.ByteString |
getHmac()
optional bytes hmac = 4; |
com.google.protobuf.ByteString |
getMessage()
optional bytes message = 3; |
com.google.protobuf.ByteString |
getNonce()
optional bytes nonce = 2; |
boolean |
hasHmac()
optional bytes hmac = 4; |
boolean |
hasMessage()
optional bytes message = 3; |
boolean |
hasNonce()
optional bytes nonce = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Integer> getAddressNList()
repeated uint32 address_n = 1;
BIP-32 path to derive the decryption key from master node
int getAddressNCount()
repeated uint32 address_n = 1;
BIP-32 path to derive the decryption key from master node
int getAddressN(int index)
repeated uint32 address_n = 1;
BIP-32 path to derive the decryption key from master node
boolean hasNonce()
optional bytes nonce = 2;
nonce used during encryption
com.google.protobuf.ByteString getNonce()
optional bytes nonce = 2;
nonce used during encryption
boolean hasMessage()
optional bytes message = 3;
message to decrypt
com.google.protobuf.ByteString getMessage()
optional bytes message = 3;
message to decrypt
boolean hasHmac()
optional bytes hmac = 4;
message hmac
com.google.protobuf.ByteString getHmac()
optional bytes hmac = 4;
message hmac
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.