Enum DekFormat
Dek format.
Namespace: Confluent.SchemaRegistry.Encryption
Assembly: Confluent.SchemaRegistry.Encryption.dll
Syntax
[DataContract(Name = "dekFormat")]
[JsonConverter(typeof(StringEnumConverter))]
public enum DekFormat
Fields
Name | Description |
---|---|
AES128_GCM | |
AES256_GCM | |
AES256_SIV |