Class EncryptedControlNumberGenerator.Builder
- java.lang.Object
-
- de.pseudonymisierung.controlnumbers.ControlNumberGenerator.AbstractBuilder<EncryptedControlNumberGenerator>
-
- de.pseudonymisierung.controlnumbers.EncryptedControlNumberGenerator.Builder
-
- Enclosing class:
- EncryptedControlNumberGenerator
public static class EncryptedControlNumberGenerator.Builder extends ControlNumberGenerator.AbstractBuilder<EncryptedControlNumberGenerator>
Builder for control number generators with keyed hashes.
-
-
Field Summary
-
Fields inherited from class de.pseudonymisierung.controlnumbers.ControlNumberGenerator.AbstractBuilder
encoding, hashLength, nGramLength, nHashFunctions
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncryptedControlNumberGeneratorbuild()Generate a control number generator based on the configuration of this builder.-
Methods inherited from class de.pseudonymisierung.controlnumbers.ControlNumberGenerator.AbstractBuilder
encoding, encoding, hashLength, nGramLength, nHashFunctions
-
-
-
-
Method Detail
-
build
public EncryptedControlNumberGenerator build()
Description copied from class:ControlNumberGenerator.AbstractBuilderGenerate a control number generator based on the configuration of this builder.- Specified by:
buildin classControlNumberGenerator.AbstractBuilder<EncryptedControlNumberGenerator>
-
-