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