public class KeyEncryptionKey extends EncryptionKey
deleted, offset, timestamp, type| Constructor and Description |
|---|
KeyEncryptionKey(String name,
String kmsType,
String kmsKeyId,
SortedMap<String,String> kmsProps,
String doc,
boolean shared,
boolean deleted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDoc() |
String |
getKmsKeyId() |
SortedMap<String,String> |
getKmsProps() |
String |
getKmsType() |
String |
getName() |
int |
hashCode() |
boolean |
isEquivalent(KeyEncryptionKey that) |
boolean |
isShared() |
Kek |
toKekEntity() |
KeyEncryptionKeyId |
toKey(String tenant) |
getOffset, getTimestamp, getType, isDeleted, setOffset, setTimestamppublic String getName()
public String getKmsType()
public String getKmsKeyId()
public String getDoc()
public boolean isShared()
public boolean isEquivalent(KeyEncryptionKey that)
public boolean equals(Object o)
equals in class EncryptionKeypublic int hashCode()
hashCode in class EncryptionKeypublic KeyEncryptionKeyId toKey(String tenant)
toKey in class EncryptionKeypublic Kek toKekEntity()
Copyright © 2026 Confluent, Inc.. All rights reserved.