public static interface TrezorMessage.CipherKeyValueOrBuilder
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
|
boolean |
getAskOnDecrypt()
should we ask on decrypt operation?
|
boolean |
getAskOnEncrypt()
should we ask on encrypt operation?
|
boolean |
getEncrypt()
are we encrypting (True) or decrypting (False)?
|
com.google.protobuf.ByteString |
getIv()
initialization vector (will be computed if not set)
|
String |
getKey()
key component of key:value
|
com.google.protobuf.ByteString |
getKeyBytes()
key component of key:value
|
com.google.protobuf.ByteString |
getValue()
value component of key:value
|
boolean |
hasAskOnDecrypt()
should we ask on decrypt operation?
|
boolean |
hasAskOnEncrypt()
should we ask on encrypt operation?
|
boolean |
hasEncrypt()
are we encrypting (True) or decrypting (False)?
|
boolean |
hasIv()
initialization vector (will be computed if not set)
|
boolean |
hasKey()
key component of key:value
|
boolean |
hasValue()
value component of key:value
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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 hasKey()
key component of key:value
optional string key = 2;String getKey()
key component of key:value
optional string key = 2;com.google.protobuf.ByteString getKeyBytes()
key component of key:value
optional string key = 2;boolean hasValue()
value component of key:value
optional bytes value = 3;com.google.protobuf.ByteString getValue()
value component of key:value
optional bytes value = 3;boolean hasEncrypt()
are we encrypting (True) or decrypting (False)?
optional bool encrypt = 4;boolean getEncrypt()
are we encrypting (True) or decrypting (False)?
optional bool encrypt = 4;boolean hasAskOnEncrypt()
should we ask on encrypt operation?
optional bool ask_on_encrypt = 5;boolean getAskOnEncrypt()
should we ask on encrypt operation?
optional bool ask_on_encrypt = 5;boolean hasAskOnDecrypt()
should we ask on decrypt operation?
optional bool ask_on_decrypt = 6;boolean getAskOnDecrypt()
should we ask on decrypt operation?
optional bool ask_on_decrypt = 6;boolean hasIv()
initialization vector (will be computed if not set)
optional bytes iv = 7;com.google.protobuf.ByteString getIv()
initialization vector (will be computed if not set)
optional bytes iv = 7;Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.