Package io.confluent.dekregistry.storage
Class DekRegistry
java.lang.Object
io.confluent.dekregistry.storage.AbstractDekRegistry
io.confluent.dekregistry.storage.KafkaDekRegistry
io.confluent.dekregistry.storage.DekRegistry
- All Implemented Interfaces:
Closeable,AutoCloseable
Deprecated.
-
Field Summary
Fields inherited from class io.confluent.dekregistry.storage.AbstractDekRegistry
AWS_KMS, AZURE_KMS, cryptors, DEK_TYPE, dekSubjectSearchDefaultLimit, dekSubjectSearchMaxLimit, dekVersionSearchDefaultLimit, dekVersionSearchMaxLimit, EMPTY_AAD, GCP_KMS, initialized, initLatch, KEK_TYPE, kekSearchDefaultLimit, kekSearchMaxLimit, KEY, LATEST_VERSION, MIN_VERSION, tenantToLock, TEST_SUBJECT, VOID_TYPE, X_FORWARD_HEADER -
Constructor Summary
ConstructorsConstructorDescriptionDekRegistry(SchemaRegistry schemaRegistry, MetricsManager metricsManager) Deprecated. -
Method Summary
Methods inherited from class io.confluent.dekregistry.storage.KafkaDekRegistry
close, createCache, getCacheUpdateHandler, getDekById, getDeksFromStore, getDeksFromStore, getKekById, getKeksFromStore, init, initStore, keys, putKey, removeKey, syncStoreMethods inherited from class io.confluent.dekregistry.storage.AbstractDekRegistry
config, createDek, createDekOrForward, createKek, createKekOrForward, deleteDek, deleteDekOrForward, deleteDekVersion, deleteDekVersionOrForward, deleteKek, deleteKekOrForward, generateEncryptedDek, generateRawDek, getAead, getCryptor, getDek, getDeks, getDeks, getDeks, getDekSubjects, getDekVersions, getKek, getKekNames, getKeks, getLatestDek, getLatestDek, getMetricsManager, getSchemaRegistry, getSharedKeys, initialized, isLeader, isLeader, lock, lockFor, maybeGenerateRawDek, normalizeDekSubjectLimit, normalizeDekVersionLimit, normalizeKekLimit, normalizeKmsType, normalizeLimit, putKek, putKekOrForward, testKek, toJson, toKekEntity, undeleteDek, undeleteDekOrForward, undeleteDekVersion, undeleteDekVersionOrForward, undeleteKek, undeleteKekOrForward, unlock, waitForInit
-
Constructor Details
-
DekRegistry
Deprecated.
-
KafkaDekRegistryinstead. This class is kept for backward compatibility.