Package io.confluent.dekregistry.storage
Class DataEncryptionKeyId
java.lang.Object
io.confluent.dekregistry.storage.EncryptionKeyId
io.confluent.dekregistry.storage.DataEncryptionKeyId
- All Implemented Interfaces:
Comparable<EncryptionKeyId>
-
Constructor Summary
ConstructorsConstructorDescriptionDataEncryptionKeyId(String tenant, String kekName, String subject, DekFormat algorithm, int version) -
Method Summary
Methods inherited from class io.confluent.dekregistry.storage.EncryptionKeyId
getTenant, getType
-
Constructor Details
-
DataEncryptionKeyId
-
-
Method Details
-
getKekName
-
getSubject
-
getAlgorithm
-
getVersion
public int getVersion() -
equals
- Overrides:
equalsin classEncryptionKeyId
-
hashCode
public int hashCode()- Overrides:
hashCodein classEncryptionKeyId
-
compareTo
- Specified by:
compareToin interfaceComparable<EncryptionKeyId>- Overrides:
compareToin classEncryptionKeyId
-