Uses of Class
de.mhus.lib.core.MPassword.METHOD
-
Packages that use MPassword.METHOD Package Description de.mhus.lib.core -
-
Uses of MPassword.METHOD in de.mhus.lib.core
Methods in de.mhus.lib.core that return MPassword.METHOD Modifier and Type Method Description static MPassword.METHODMPassword.METHOD. valueOf(String name)Returns the enum constant of this type with the specified name.static MPassword.METHOD[]MPassword.METHOD. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mhus.lib.core with parameters of type MPassword.METHOD Modifier and Type Method Description static StringMPassword. encode(MPassword.METHOD method, SecureString in, SecureString secret)static StringMPassword. encode(MPassword.METHOD method, SecureString in, String secret)static StringMPassword. encode(MPassword.METHOD method, String in)static StringMPassword. encode(MPassword.METHOD method, String in, SecureString secret)static StringMPassword. encode(MPassword.METHOD method, String in, String secret)
-