cryptix.pgp.charset
Class SimpleCharSet

java.lang.Object
  extended bycryptix.pgp.charset.SimpleCharSet
Direct Known Subclasses:
Ascii, Cp850, Cp852, Cp860, Cp866, Keybcs, Mac, Next

public class SimpleCharSet
extends java.lang.Object

$Revision: 1.2 $

Author:
Jill Baker

Field Summary
static byte UNK
           
 
Constructor Summary
(package private) SimpleCharSet()
           
 
Method Summary
protected static byte[] translate(byte[] in, byte[] lookupTable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNK

public static final byte UNK
See Also:
Constant Field Values
Constructor Detail

SimpleCharSet

SimpleCharSet()
Method Detail

translate

protected static final byte[] translate(byte[] in,
                                        byte[] lookupTable)