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 TypeMethodDescriptionAbstractDekRegistry.createDek(String kekName, boolean rewrap, CreateDekRequest request) protected DataEncryptionKeyAbstractDekRegistry.generateEncryptedDek(KeyEncryptionKey kek, DataEncryptionKey key) protected DataEncryptionKeyAbstractDekRegistry.generateRawDek(KeyEncryptionKey kek, DataEncryptionKey key) AbstractDekRegistry.getDek(String kekName, String subject, int version, DekFormat algorithm, boolean lookupDeleted) protected abstract DataEncryptionKeyAbstractDekRegistry.getDekById(DataEncryptionKeyId keyId) Get a DEK by its ID.protected DataEncryptionKeyKafkaDekRegistry.getDekById(DataEncryptionKeyId keyId) AbstractDekRegistry.getLatestDek(String kekName, String subject, DekFormat algorithm, boolean lookupDeleted) AbstractDekRegistry.getLatestDek(String kekName, String subject, DekFormat algorithm, boolean lookupDeleted, boolean maybeGenerateRawDek) protected DataEncryptionKeyAbstractDekRegistry.maybeGenerateRawDek(DataEncryptionKey key) Methods in io.confluent.dekregistry.storage with parameters of type DataEncryptionKeyModifier and TypeMethodDescriptionprotected DataEncryptionKeyAbstractDekRegistry.generateEncryptedDek(KeyEncryptionKey kek, DataEncryptionKey key) protected DataEncryptionKeyAbstractDekRegistry.generateRawDek(KeyEncryptionKey kek, DataEncryptionKey key) booleanDataEncryptionKey.isEquivalent(DataEncryptionKey that) protected DataEncryptionKeyAbstractDekRegistry.maybeGenerateRawDek(DataEncryptionKey key)