Class AbstractPasswordHashCreator

    • Constructor Detail

      • AbstractPasswordHashCreator

        protected AbstractPasswordHashCreator​(@Nonnull @Nonempty
                                              String sAlgorithmName)
    • Method Detail

      • getAlgorithmName

        @Nonnull
        @Nonempty
        public final String getAlgorithmName()
        Specified by:
        getAlgorithmName in interface IPasswordHashCreator
        Returns:
        The name of the algorithm used in this creator. May neither be null nor empty. This is a self-chosen name and not related to a JDK internal name.