|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.pkcs12.PasswordConverter
Converts password chars to bytes. The output format is big-endian Unicode, with two zero bytes of null-termination at the end.
Constructor Summary | |
PasswordConverter()
|
Method Summary | |
byte[] |
convert(char[] chars)
Converts a password of Java characters into a password of bytes, using some encoding scheme. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PasswordConverter()
Method Detail |
public byte[] convert(char[] chars)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |