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

Class cryptix.pgp.charset.Keybcs

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

public class Keybcs
extends SimpleCharSet
Author:
Jill Baker

Constructor Index

 o Keybcs()

Method Index

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

Constructors

 o Keybcs
  public Keybcs()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index