Interface IKmsDriver
Namespace: Confluent.SchemaRegistry.Encryption
Assembly: Confluent.SchemaRegistry.Encryption.dll
Syntax
public interface IKmsDriver
Methods
GetKeyUrlPrefix()
Declaration
string GetKeyUrlPrefix()
Returns
| Type | Description |
|---|---|
| string |
NewKmsClient(IDictionary<string, string>, string)
Declaration
IKmsClient NewKmsClient(IDictionary<string, string> config, string keyUrl)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<string, string> | config | |
| string | keyUrl |
Returns
| Type | Description |
|---|---|
| IKmsClient |