Class cryptix.pgp.charset.Ascii
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.pgp.charset.Ascii

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

public class Ascii
extends SimpleCharSet
Author:
Jill Baker

Constructor Index

 o Ascii()

Method Index

 o decode(byte[])
 o encode(byte[])

Constructors

 o Ascii
  public Ascii()

Methods

 o encode
  public final static byte[] encode(byte buffer[])
 o decode
  public final static byte[] decode(byte in[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index