Class EncryptionExecutorTransform
Inheritance
EncryptionExecutorTransform
Assembly: Confluent.SchemaRegistry.Encryption.dll
public class EncryptionExecutorTransform : IDisposable
Constructors
Declaration
public EncryptionExecutorTransform(EncryptionExecutor executor)
Parameters
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
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
Implements