confluent-kafka-dotnet
Show / Hide Table of Contents

Class AwsKmsDriver

Inheritance
object
AwsKmsDriver
Implements
IKmsDriver
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry.Encryption.Aws
Assembly: Confluent.SchemaRegistry.Encryption.Aws.dll
Syntax
public class AwsKmsDriver : IKmsDriver

Fields

AccessKeyId

Declaration
public static readonly string AccessKeyId
Field Value
TypeDescription
string

Prefix

Declaration
public static readonly string Prefix
Field Value
TypeDescription
string

SecretAccessKey

Declaration
public static readonly string SecretAccessKey
Field Value
TypeDescription
string

Methods

GetKeyUrlPrefix()

Declaration
public string GetKeyUrlPrefix()
Returns
TypeDescription
string

NewKmsClient(IDictionary<string, string>, string)

Declaration
public IKmsClient NewKmsClient(IDictionary<string, string> config, string keyUrl)
Parameters
TypeNameDescription
IDictionary<string, string>config
stringkeyUrl
Returns
TypeDescription
IKmsClient

Register()

Declaration
public static void Register()

Implements

IKmsDriver
In this article