public abstract class EncryptionKeyId extends Object implements Comparable<EncryptionKeyId>
| Constructor and Description |
|---|
EncryptionKeyId(String tenant,
KeyType type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EncryptionKeyId that) |
boolean |
equals(Object o) |
String |
getTenant() |
KeyType |
getType() |
int |
hashCode() |
public String getTenant()
public KeyType getType()
public int compareTo(EncryptionKeyId that)
compareTo in interface Comparable<EncryptionKeyId>Copyright © 2026 Confluent, Inc.. All rights reserved.