public class Kek extends Object
| Constructor and Description |
|---|
Kek(String name,
String kmsType,
String kmsKeyId,
Map<String,String> kmsProps,
String doc,
boolean shared,
Long timestamp,
Boolean deleted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getDeleted() |
String |
getDoc() |
String |
getKmsKeyId() |
SortedMap<String,String> |
getKmsProps() |
String |
getKmsType() |
String |
getName() |
Long |
getTimestamp() |
int |
hashCode() |
boolean |
isDeleted() |
boolean |
isShared() |
com.google.crypto.tink.Aead |
toAead(Map<String,?> configs) |
String |
toJson() |
String |
toString() |
public String getName()
public String getKmsType()
public String getKmsKeyId()
public String getDoc()
public boolean isShared()
public Long getTimestamp()
public Boolean getDeleted()
public boolean isDeleted()
public com.google.crypto.tink.Aead toAead(Map<String,?> configs) throws GeneralSecurityException
GeneralSecurityExceptionpublic String toJson() throws IOException
IOExceptionCopyright © 2026 Confluent, Inc.. All rights reserved.