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
TypeNameDescription
byte[]ciphertext
Returns
TypeDescription
Task<byte[]>

DoesSupport(string)

Declaration
bool DoesSupport(string uri)
Parameters
TypeNameDescription
stringuri
Returns
TypeDescription
bool

Encrypt(byte[])

Declaration
Task<byte[]> Encrypt(byte[] plaintext)
Parameters
TypeNameDescription
byte[]plaintext
Returns
TypeDescription
Task<byte[]>
In this article