Class DataEncryptionKey

java.lang.Object
io.confluent.dekregistry.storage.EncryptionKey
io.confluent.dekregistry.storage.DataEncryptionKey

public class DataEncryptionKey extends EncryptionKey
  • Constructor Details

    • DataEncryptionKey

      public DataEncryptionKey(String kekName, String subject, DekFormat algorithm, int version, String encryptedKeyMaterial, boolean deleted)
  • Method Details