|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a converter that produces a byte encoding for a char array.
Method Summary | |
byte[] |
convert(char[] password)
Return a byte encoded representation of the passed in password. |
java.lang.String |
getType()
Return the type of the conversion. |
Method Detail |
public java.lang.String getType()
public byte[] convert(char[] password)
password
- the characters to encode.
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |