confluent-kafka-dotnet
Show / Hide Table of Contents

Interface IKmsClient

Namespace: Confluent.SchemaRegistry.Encryption
Assembly: Confluent.SchemaRegistry.Encryption.dll
Syntax
public interface IKmsClient

Methods

Decrypt(byte[])

Declaration
Task<byte[]> Decrypt(byte[] ciphertext)
Parameters
Type Name Description
byte[] ciphertext
Returns
Type Description
Task<byte[]>

DoesSupport(string)

Declaration
bool DoesSupport(string uri)
Parameters
Type Name Description
string uri
Returns
Type Description
bool

Encrypt(byte[])

Declaration
Task<byte[]> Encrypt(byte[] plaintext)
Parameters
Type Name Description
byte[] plaintext
Returns
Type Description
Task<byte[]>
In this article