cryptix.pgp.charset
Class Ascii

java.lang.Object
  |
  +--cryptix.pgp.charset.SimpleCharSet
        |
        +--cryptix.pgp.charset.Ascii

public class Ascii
extends SimpleCharSet

$Revision: 1.2 $

Author:
Jill Baker

Fields inherited from class cryptix.pgp.charset.SimpleCharSet
UNK
 
Method Summary
static byte[] decode(byte[] in)
           
static byte[] encode(byte[] buffer)
           
 
Methods inherited from class cryptix.pgp.charset.SimpleCharSet
translate
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static final byte[] encode(byte[] buffer)

decode

public static final byte[] decode(byte[] in)