All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.pgp.Packet
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
public static final int PUBLIC_KEY_ENCRYPTED
public static final int SIGNATURE
public static final int MESSAGE_DIGEST
public static final int SECRET_KEY
public static final int PUBLIC_KEY
public static final int COMPRESSED
public static final int CONV_ENCRYPTED
public static final int PLAINTEXT
public static final int TRUST
public static final int USER_ID
public static final int COMMENT
protected Packet()
protected Packet(DataInput in, int length) throws IOException
public static final boolean isCTB(int ctb)
public static final int ctbToType(int ctb)
public static final int ctbToLengthSpecifier(int ctb)
public static final int makeCTB(int type, int lengthSpecifier)
public static boolean isLegalPacketType(int n)
public final void load(byte buf[]) throws IOException
public final void load(byte buf[], int offset) throws IOException
public final void load(byte buf[], int offset, int length) throws IOException
public final byte[] save() throws IOException
public int getDefaultLengthSpecifier()
public abstract int getType()
public abstract void read(DataInput in, int length) throws IOException
public abstract int write(DataOutput out) throws IOException
All Packages Class Hierarchy This Package Previous Next Index