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