|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cryptix.pgp.charset.CharSet
This class contains static methods to convert between PGP's internal character set, and any charset whose name is recognised by old-PGP.
$Revision: 1.2 $
Method Summary | |
static byte[] |
decode(byte[] in,
java.lang.String name)
Convert a byte[] buffer from the specified charset to PGP's internal form. |
static byte[] |
encode(byte[] in,
java.lang.String name)
Convert a byte[] buffer from PGP's internal form to the specified charset. |
Methods inherited from class java.lang.Object |
|
Method Detail |
public static byte[] encode(byte[] in, java.lang.String name) throws FormatException
public static byte[] decode(byte[] in, java.lang.String name) throws FormatException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |