public class DataEncryptionKeyId extends EncryptionKeyId
| Constructor and Description |
|---|
DataEncryptionKeyId(String tenant,
String kekName,
String subject,
DekFormat algorithm,
int version) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EncryptionKeyId o) |
boolean |
equals(Object o) |
DekFormat |
getAlgorithm() |
String |
getKekName() |
String |
getSubject() |
int |
getVersion() |
int |
hashCode() |
getTenant, getTypepublic String getKekName()
public String getSubject()
public DekFormat getAlgorithm()
public int getVersion()
public boolean equals(Object o)
equals in class EncryptionKeyIdpublic int hashCode()
hashCode in class EncryptionKeyIdpublic int compareTo(EncryptionKeyId o)
compareTo in interface Comparable<EncryptionKeyId>compareTo in class EncryptionKeyIdCopyright © 2026 Confluent, Inc.. All rights reserved.