public class Dek extends Object
| Constructor and Description |
|---|
Dek(String kekName,
String subject,
int version,
DekFormat algorithm,
String encryptedKeyMaterial,
String keyMaterial,
Long timestamp,
Boolean deleted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DekFormat |
getAlgorithm() |
Boolean |
getDeleted() |
String |
getEncryptedKeyMaterial() |
byte[] |
getEncryptedKeyMaterialBytes() |
String |
getKekName() |
String |
getKeyMaterial() |
byte[] |
getKeyMaterialBytes() |
String |
getSubject() |
Long |
getTimestamp() |
int |
getVersion() |
int |
hashCode() |
boolean |
isDeleted() |
void |
setKeyMaterial(byte[] keyMaterialBytes) |
String |
toJson() |
String |
toString() |
public String getKekName()
public String getSubject()
public int getVersion()
public DekFormat getAlgorithm()
public String getEncryptedKeyMaterial()
public String getKeyMaterial()
public void setKeyMaterial(byte[] keyMaterialBytes)
public Long getTimestamp()
public Boolean getDeleted()
public boolean isDeleted()
public byte[] getEncryptedKeyMaterialBytes()
public byte[] getKeyMaterialBytes()
public String toJson() throws IOException
IOExceptionCopyright © 2026 Confluent, Inc.. All rights reserved.