PasswordConverter
public interface CharToByteConverter
Modifier and Type | Method | Description |
---|---|---|
byte[] |
convert(char[] password) |
Return a byte encoded representation of the passed in password.
|
java.lang.String |
getType() |
Return the type of the conversion.
|
java.lang.String getType()
byte[] convert(char[] password)
password
- the characters to encode.