|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.pkcs12.PasswordConverter
public final class 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PasswordConverter()
Method Detail |
---|
public byte[] convert(char[] chars)
KeyGenerator.CharToByteConverter
convert
in interface KeyGenerator.CharToByteConverter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |