public static interface TrezorMessage.CipherKeyValueOrBuilder
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; |
boolean |
getAskOnDecrypt()
optional bool ask_on_decrypt = 6; |
boolean |
getAskOnEncrypt()
optional bool ask_on_encrypt = 5; |
boolean |
getEncrypt()
optional bool encrypt = 4; |
com.google.protobuf.ByteString |
getIv()
optional bytes iv = 7; |
String |
getKey()
optional string key = 2; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 2; |
com.google.protobuf.ByteString |
getValue()
optional bytes value = 3; |
boolean |
hasAskOnDecrypt()
optional bool ask_on_decrypt = 6; |
boolean |
hasAskOnEncrypt()
optional bool ask_on_encrypt = 5; |
boolean |
hasEncrypt()
optional bool encrypt = 4; |
boolean |
hasIv()
optional bytes iv = 7; |
boolean |
hasKey()
optional string key = 2; |
boolean |
hasValue()
optional bytes value = 3; |
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 key from master node
int getAddressNCount()
repeated uint32 address_n = 1;
BIP-32 path to derive the key from master node
int getAddressN(int index)
repeated uint32 address_n = 1;
BIP-32 path to derive the key from master node
boolean hasKey()
optional string key = 2;
key component of key:value
String getKey()
optional string key = 2;
key component of key:value
com.google.protobuf.ByteString getKeyBytes()
optional string key = 2;
key component of key:value
boolean hasValue()
optional bytes value = 3;
value component of key:value
com.google.protobuf.ByteString getValue()
optional bytes value = 3;
value component of key:value
boolean hasEncrypt()
optional bool encrypt = 4;
are we encrypting (True) or decrypting (False)?
boolean getEncrypt()
optional bool encrypt = 4;
are we encrypting (True) or decrypting (False)?
boolean hasAskOnEncrypt()
optional bool ask_on_encrypt = 5;
should we ask on encrypt operation?
boolean getAskOnEncrypt()
optional bool ask_on_encrypt = 5;
should we ask on encrypt operation?
boolean hasAskOnDecrypt()
optional bool ask_on_decrypt = 6;
should we ask on decrypt operation?
boolean getAskOnDecrypt()
optional bool ask_on_decrypt = 6;
should we ask on decrypt operation?
boolean hasIv()
optional bytes iv = 7;
initialization vector (will be computed if not set)
com.google.protobuf.ByteString getIv()
optional bytes iv = 7;
initialization vector (will be computed if not set)
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.