Uses of Class
de.pseudonymisierung.controlnumbers.ControlNumberGenerator.AbstractBuilder
-
-
Uses of ControlNumberGenerator.AbstractBuilder in de.pseudonymisierung.controlnumbers
Subclasses of ControlNumberGenerator.AbstractBuilder in de.pseudonymisierung.controlnumbers Modifier and Type Class Description static classControlNumberGenerator.BuilderBuilder for simple control number generators (i.e.static classEncryptedControlNumberGenerator.BuilderBuilder for control number generators with keyed hashes.Methods in de.pseudonymisierung.controlnumbers that return ControlNumberGenerator.AbstractBuilder Modifier and Type Method Description ControlNumberGenerator.AbstractBuilder<T>ControlNumberGenerator.AbstractBuilder. encoding(String encoding)Set the encoding used for transforming strings into byte sequences before applying hash functions of encryption.ControlNumberGenerator.AbstractBuilder<T>ControlNumberGenerator.AbstractBuilder. encoding(Charset encoding)Set the encoding used for transforming strings into byte sequences before applying hash functions of encryption.ControlNumberGenerator.AbstractBuilder<T>ControlNumberGenerator.AbstractBuilder. hashLength(int hashLength)Set the bit length of control numbers.ControlNumberGenerator.AbstractBuilder<T>ControlNumberGenerator.AbstractBuilder. nGramLength(int nGramLength)Set the length of n grams.ControlNumberGenerator.AbstractBuilder<T>ControlNumberGenerator.AbstractBuilder. nHashFunctions(int nHashFunctions)Set the number of hash functions.Constructors in de.pseudonymisierung.controlnumbers with parameters of type ControlNumberGenerator.AbstractBuilder Constructor Description ControlNumberGenerator(ControlNumberGenerator.AbstractBuilder<?> builder)Constructor, called byControlNumberGenerator.Builder.build().
-