public static interface TrezorMessage.EncryptedMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getHmac()
optional bytes hmac = 3; |
com.google.protobuf.ByteString |
getMessage()
optional bytes message = 2; |
com.google.protobuf.ByteString |
getNonce()
optional bytes nonce = 1; |
boolean |
hasHmac()
optional bytes hmac = 3; |
boolean |
hasMessage()
optional bytes message = 2; |
boolean |
hasNonce()
optional bytes nonce = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasNonce()
optional bytes nonce = 1;
nonce used during encryption
com.google.protobuf.ByteString getNonce()
optional bytes nonce = 1;
nonce used during encryption
boolean hasMessage()
optional bytes message = 2;
encrypted message
com.google.protobuf.ByteString getMessage()
optional bytes message = 2;
encrypted message
boolean hasHmac()
optional bytes hmac = 3;
message hmac
com.google.protobuf.ByteString getHmac()
optional bytes hmac = 3;
message hmac
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.