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 TypeMethodDescriptionDekRegistry.createKek(CreateKekRequest request) DekRegistry.putKek(String name, UpdateKekRequest request) Methods in io.confluent.dekregistry.storage with parameters of type KeyEncryptionKeyModifier and TypeMethodDescriptionprotected DataEncryptionKeyDekRegistry.generateEncryptedDek(KeyEncryptionKey kek, DataEncryptionKey key) protected DataEncryptionKeyDekRegistry.generateRawDek(KeyEncryptionKey kek, DataEncryptionKey key) protected com.google.crypto.tink.AeadDekRegistry.getAead(KeyEncryptionKey kek) booleanKeyEncryptionKey.isEquivalent(KeyEncryptionKey that) voidDekRegistry.testKek(KeyEncryptionKey kek) DekRegistry.toKekEntity(KeyEncryptionKey kek)