public class GenerateEncryptionKeyResponse extends Object implements Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
GenerateEncryptionKeyResponse() |
GenerateEncryptionKeyResponse(IgniteUuid id,
Collection<byte[]> encKeys,
byte[] masterKeyDigest) |
| Modifier and Type | Method and Description |
|---|---|
short |
directType()
Gets message type.
|
Collection<byte[]> |
encryptionKeys() |
byte |
fieldsCount()
Gets fields count.
|
byte[] |
masterKeyDigest() |
void |
onAckReceived()
Method called when ack message received.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
IgniteUuid |
requestId() |
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public GenerateEncryptionKeyResponse()
public GenerateEncryptionKeyResponse(IgniteUuid id, Collection<byte[]> encKeys, byte[] masterKeyDigest)
id - Request id.encKeys - Encryption keys.masterKeyDigest - Master key digest.public IgniteUuid requestId()
public Collection<byte[]> encryptionKeys()
public byte[] masterKeyDigest()
public boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public short directType()
directType in interface Messagepublic byte fieldsCount()
fieldsCount in interface Messagepublic void onAckReceived()
onAckReceived in interface Message
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020