Annotation Interface Hash
Hashing annotation to hash fields and input parameters
- Author:
- dfuentes Created by dfuentes on 15/03/2017.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Possible hashing algorithms to choose from -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionAlgorithm to use when hashingSalt to apply when hashing
-
Element Details
-
algorithm
Hash.HashingAlgorithm algorithmAlgorithm to use when hashing- Returns:
- Default:
- SHA_256
-
salt
String saltSalt to apply when hashing- Returns:
- Default:
- ""
-