Uses of Class
io.confluent.dekregistry.storage.KeyEncryptionKey
Packages that use KeyEncryptionKey
-
Uses of KeyEncryptionKey in io.confluent.dekregistry.storage
Methods in io.confluent.dekregistry.storage that return KeyEncryptionKeyModifier and TypeMethodDescriptionAbstractDekRegistry.createKek(CreateKekRequest request) protected abstract KeyEncryptionKeyAbstractDekRegistry.getKekById(KeyEncryptionKeyId keyId) Get a KEK by its ID.protected KeyEncryptionKeyKafkaDekRegistry.getKekById(KeyEncryptionKeyId keyId) AbstractDekRegistry.putKek(String name, UpdateKekRequest request) Methods in io.confluent.dekregistry.storage with parameters of type KeyEncryptionKeyModifier and TypeMethodDescriptionprotected DataEncryptionKeyAbstractDekRegistry.generateEncryptedDek(KeyEncryptionKey kek, DataEncryptionKey key) protected DataEncryptionKeyAbstractDekRegistry.generateRawDek(KeyEncryptionKey kek, DataEncryptionKey key) protected com.google.crypto.tink.AeadAbstractDekRegistry.getAead(KeyEncryptionKey kek) booleanKeyEncryptionKey.isEquivalent(KeyEncryptionKey that) voidAbstractDekRegistry.testKek(KeyEncryptionKey kek) AbstractDekRegistry.toKekEntity(KeyEncryptionKey kek)