Class EncryptionExecutorTransform
Inheritance
EncryptionExecutorTransform
Assembly: Confluent.SchemaRegistry.Encryption.dll
public class EncryptionExecutorTransform
Constructors
Declaration
public EncryptionExecutorTransform(EncryptionExecutor executor)
Parameters
Methods
Init(RuleContext)
Declaration
public void Init(RuleContext ctx)
Parameters
Declaration
public bool IsDekRotated()
Returns
Transform(RuleContext, Type, object)
Declaration
public Task<object> Transform(RuleContext ctx, RuleContext.Type type, object fieldValue)
Parameters
Returns