Interface KafkaEncryptionHelper


public interface KafkaEncryptionHelper
  • Field Details

    • KAFKA_HEADER_IV_KEY

      static final String KAFKA_HEADER_IV_KEY
      Name of Kafka Header for the initialization vector for the partition key
      See Also:
    • KAFKA_HEADER_IV_VALUE

      static final String KAFKA_HEADER_IV_VALUE
      Name of Kafka Header for the initialization vector for the payload (or value)
      See Also:
    • KAFKA_HEADER_CIPHER_KEY

      static final String KAFKA_HEADER_CIPHER_KEY
      Name of Kafka Header for the cipher metadata for the partition key
      See Also:
    • KAFKA_HEADER_CIPHER_VALUE

      static final String KAFKA_HEADER_CIPHER_VALUE
      Name of Kafka Header for the cipher metadata for the payload (or value)
      See Also:
  • Method Details