Uses of Class
io.confluent.dekregistry.storage.EncryptionKey
Packages that use EncryptionKey
-
Uses of EncryptionKey in io.confluent.dekregistry.storage
Subclasses of EncryptionKey in io.confluent.dekregistry.storageMethods in io.confluent.dekregistry.storage that return types with arguments of type EncryptionKeyModifier and TypeMethodDescriptionprotected List<io.kcache.KeyValue<EncryptionKeyId,EncryptionKey>> protected List<io.kcache.KeyValue<EncryptionKeyId,EncryptionKey>> protected List<io.kcache.KeyValue<EncryptionKeyId,EncryptionKey>> protected List<io.kcache.KeyValue<EncryptionKeyId,EncryptionKey>> DekRegistry.getDeks(String tenant, String kekName, String subject, DekFormat algorithm, boolean lookupDeleted) protected List<io.kcache.KeyValue<EncryptionKeyId,EncryptionKey>> io.kcache.Cache<EncryptionKeyId,EncryptionKey> DekRegistry.keys()Methods in io.confluent.dekregistry.storage with parameters of type EncryptionKeyModifier and TypeMethodDescriptionvoidDefaultDekCacheUpdateHandler.handleUpdate(EncryptionKeyId key, EncryptionKey value, EncryptionKey oldValue, org.apache.kafka.common.TopicPartition tp, long offset, long timestamp) Invoked on every new schema written to the Kafka storeio.kcache.CacheUpdateHandler.ValidationStatusDefaultDekCacheUpdateHandler.validateUpdate(EncryptionKeyId key, EncryptionKey value, org.apache.kafka.common.TopicPartition tp, long offset, long timestamp) -
Uses of EncryptionKey in io.confluent.dekregistry.storage.serialization
Methods in io.confluent.dekregistry.storage.serialization that return EncryptionKeyModifier and TypeMethodDescriptionEncryptionKeyDeserializer.deserialize(String topic, byte[] key) Methods in io.confluent.dekregistry.storage.serialization that return types with arguments of type EncryptionKeyModifier and TypeMethodDescriptionorg.apache.kafka.common.serialization.Deserializer<EncryptionKey>EncryptionKeySerde.deserializer()org.apache.kafka.common.serialization.Serializer<EncryptionKey>EncryptionKeySerde.serializer()Methods in io.confluent.dekregistry.storage.serialization with parameters of type EncryptionKeyModifier and TypeMethodDescriptionbyte[]EncryptionKeySerializer.serialize(String topic, EncryptionKey key)