Uses of Class
io.confluent.dekregistry.storage.DataEncryptionKey
Packages that use DataEncryptionKey
-
Uses of DataEncryptionKey in io.confluent.dekregistry.storage
Methods in io.confluent.dekregistry.storage that return DataEncryptionKeyModifier and TypeMethodDescriptionDekRegistry.createDek(String kekName, boolean rewrap, CreateDekRequest request) protected DataEncryptionKeyDekRegistry.generateEncryptedDek(KeyEncryptionKey kek, DataEncryptionKey key) protected DataEncryptionKeyDekRegistry.generateRawDek(KeyEncryptionKey kek, DataEncryptionKey key) DekRegistry.getDek(String kekName, String subject, int version, DekFormat algorithm, boolean lookupDeleted) DekRegistry.getLatestDek(String kekName, String subject, DekFormat algorithm, boolean lookupDeleted) DekRegistry.getLatestDek(String kekName, String subject, DekFormat algorithm, boolean lookupDeleted, boolean maybeGenerateRawDek) Methods in io.confluent.dekregistry.storage with parameters of type DataEncryptionKeyModifier and TypeMethodDescriptionprotected DataEncryptionKeyDekRegistry.generateEncryptedDek(KeyEncryptionKey kek, DataEncryptionKey key) protected DataEncryptionKeyDekRegistry.generateRawDek(KeyEncryptionKey kek, DataEncryptionKey key) booleanDataEncryptionKey.isEquivalent(DataEncryptionKey that)