|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcryptix.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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static byte[] encode(byte[] in, java.lang.String name) throws FormatException
FormatException
public static byte[] decode(byte[] in, java.lang.String name) throws FormatException
FormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |