Class DataKey
- java.lang.Object
-
- com.oracle.bmc.encryption.internal.DataKey
-
public class DataKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
ciphertext
String
plaintext
String
plaintextChecksum
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getCiphertext()
String
getPlaintext()
String
getPlaintextChecksum()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
DataKey
@ConstructorProperties({"ciphertext","plaintext","plaintextChecksum"}) public DataKey(String ciphertext, String plaintext, String plaintextChecksum)
-
-