Uses of Class
io.confluent.dekregistry.storage.EncryptionKeyId
Packages that use EncryptionKeyId
-
Uses of EncryptionKeyId in io.confluent.dekregistry.storage
Subclasses of EncryptionKeyId in io.confluent.dekregistry.storageMethods in io.confluent.dekregistry.storage that return EncryptionKeyIdMethods in io.confluent.dekregistry.storage that return types with arguments of type EncryptionKeyIdModifier 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 EncryptionKeyIdModifier and TypeMethodDescriptionintDataEncryptionKeyId.compareTo(EncryptionKeyId o) intEncryptionKeyId.compareTo(EncryptionKeyId that) intKeyEncryptionKeyId.compareTo(EncryptionKeyId o) voidDefaultDekCacheUpdateHandler.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 EncryptionKeyId in io.confluent.dekregistry.storage.serialization
Methods in io.confluent.dekregistry.storage.serialization that return EncryptionKeyIdModifier and TypeMethodDescriptionEncryptionKeyIdDeserializer.deserialize(String topic, byte[] key) Methods in io.confluent.dekregistry.storage.serialization that return types with arguments of type EncryptionKeyIdModifier and TypeMethodDescriptionorg.apache.kafka.common.serialization.Deserializer<EncryptionKeyId>EncryptionKeyIdSerde.deserializer()org.apache.kafka.common.serialization.Serializer<EncryptionKeyId>EncryptionKeyIdSerde.serializer()Methods in io.confluent.dekregistry.storage.serialization with parameters of type EncryptionKeyIdModifier and TypeMethodDescriptionbyte[]EncryptionKeyIdSerializer.serialize(String topic, EncryptionKeyId key)