public class DataKey extends Object
Modifier and Type | Field and Description |
---|---|
String |
ciphertext |
String |
plaintext |
String |
plaintextChecksum |
Constructor and Description |
---|
DataKey(String ciphertext,
String plaintext,
String plaintextChecksum) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCiphertext() |
String |
getPlaintext() |
String |
getPlaintextChecksum() |
int |
hashCode() |
String |
toString() |
public final String ciphertext
public final String plaintext
public final String plaintextChecksum
@ConstructorProperties(value={"ciphertext","plaintext","plaintextChecksum"}) public DataKey(String ciphertext, String plaintext, String plaintextChecksum)
Copyright © 2016–2024. All rights reserved.