Uses of Class
io.debezium.relational.mapping.MaskStrings.HashingByteArrayStrategy
-
Packages that use MaskStrings.HashingByteArrayStrategy Package Description io.debezium.relational.mapping -
-
Uses of MaskStrings.HashingByteArrayStrategy in io.debezium.relational.mapping
Fields in io.debezium.relational.mapping declared as MaskStrings.HashingByteArrayStrategy Modifier and Type Field Description private MaskStrings.HashingByteArrayStrategyMaskStrings.HashValueConverter. hashingByteArrayStrategyMethods in io.debezium.relational.mapping that return MaskStrings.HashingByteArrayStrategy Modifier and Type Method Description static MaskStrings.HashingByteArrayStrategyMaskStrings.HashingByteArrayStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static MaskStrings.HashingByteArrayStrategy[]MaskStrings.HashingByteArrayStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.relational.mapping with parameters of type MaskStrings.HashingByteArrayStrategy Constructor Description HashValueConverter(byte[] salt, String hashAlgorithm, MaskStrings.HashingByteArrayStrategy hashingByteArrayStrategy)MaskStrings(byte[] salt, String hashAlgorithm, MaskStrings.HashingByteArrayStrategy hashingByteArrayStrategy)Create aColumnMapperthat masks string values by hashing the input value.
-