Class DataKey
- java.lang.Object
- 
- com.oracle.bmc.encryption.internal.DataKey
 
- 
 public class DataKey extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description StringciphertextStringplaintextStringplaintextChecksum
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCiphertext()StringgetPlaintext()StringgetPlaintextChecksum()inthashCode()StringtoString()
 
- 
- 
- 
Constructor Detail- 
DataKey@ConstructorProperties({"ciphertext","plaintext","plaintextChecksum"}) public DataKey(String ciphertext, String plaintext, String plaintextChecksum) 
 
- 
 
-