Uses of Class
org.xwiki.crypto.password.PasswordToByteConverter.ToBytesMode
-
Packages that use PasswordToByteConverter.ToBytesMode Package Description org.xwiki.crypto.password -
-
Uses of PasswordToByteConverter.ToBytesMode in org.xwiki.crypto.password
Methods in org.xwiki.crypto.password that return PasswordToByteConverter.ToBytesMode Modifier and Type Method Description static PasswordToByteConverter.ToBytesMode
PasswordToByteConverter.ToBytesMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PasswordToByteConverter.ToBytesMode[]
PasswordToByteConverter.ToBytesMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.crypto.password with parameters of type PasswordToByteConverter.ToBytesMode Modifier and Type Method Description static byte[]
PasswordToByteConverter. convert(char[] password, PasswordToByteConverter.ToBytesMode mode)
Convert password to bytes.static byte[]
PasswordToByteConverter. convert(String password, PasswordToByteConverter.ToBytesMode mode)
Convert password to bytes.
-