org.mozilla.jss.crypto
public static interface KeyGenerator.CharToByteConverter
Modifier and Type | Method and Description |
---|---|
byte[] |
convert(char[] chars)
Converts a password of Java characters into a password of
bytes, using some encoding scheme.
|