Uses of Enum Class
overit.geocall.util.password.PasswordAlgo.Type
Packages that use PasswordAlgo.Type
-
Uses of PasswordAlgo.Type in overit.geocall.util.password
Methods in overit.geocall.util.password that return PasswordAlgo.TypeModifier and TypeMethodDescriptionArgon2.getType()Deprecated.Argon2V2.getType()BCrypt.getType()None.getType()abstract PasswordAlgo.TypePasswordAlgo.getType()Returns the type of algorithm usedPBKDF2.getType()Deprecated.PBKDF2V2.getType()SCrypt.getType()Deprecated.SCryptV2.getType()static PasswordAlgo.TypeReturns the enum constant of this class with the specified name.static PasswordAlgo.Type[]PasswordAlgo.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.util.password with parameters of type PasswordAlgo.TypeModifier and TypeMethodDescriptionstatic PasswordAlgoPasswordAlgo.getInstance(PasswordAlgo.Type algo) Static method used to return an instance of a algorithm