Closed
Description
Daniel Holmes (Migrated from SEC-1979) said:
Would be nice to have this class provide public constants (or enum) so that
client code could have a more readable name. As an enum also would be more specific to allowed values as well.
example
new ShaPasswordEncoder(256);
could be
new ShaPasswordEncoder(SHA256);