confluent-kafka-dotnet
Show / Hide Table of Contents

Class EncryptionExecutorTransform

Inheritance
object
EncryptionExecutorTransform
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
Assembly: Confluent.SchemaRegistry.Encryption.dll
Syntax
public class EncryptionExecutorTransform

Constructors

EncryptionExecutorTransform(EncryptionExecutor)

Declaration
public EncryptionExecutorTransform(EncryptionExecutor executor)
Parameters
Type Name Description
EncryptionExecutor executor

Methods

Init(RuleContext)

Declaration
public void Init(RuleContext ctx)
Parameters
Type Name Description
RuleContext ctx

IsDekRotated()

Declaration
public bool IsDekRotated()
Returns
Type Description
bool

Transform(RuleContext, Type, object)

Declaration
public Task<object> Transform(RuleContext ctx, RuleContext.Type type, object fieldValue)
Parameters
Type Name Description
RuleContext ctx
RuleContext.Type type
object fieldValue
Returns
Type Description
Task<object>
In this article