All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.pgp.Packet
public final static int PUBLIC_KEY_ENCRYPTED
public final static int SIGNATURE
public final static int MESSAGE_DIGEST
public final static int SECRET_KEY
public final static int PUBLIC_KEY
public final static int COMPRESSED
public final static int CONV_ENCRYPTED
public final static int PLAINTEXT
public final static int TRUST
public final static int USER_ID
public final static int COMMENT
protected Packet()
protected Packet(DataInput in, int length) throws IOException
public final static boolean isCTB(int ctb)
public final static int ctbToType(int ctb)
public final static int ctbToLengthSpecifier(int ctb)
public final static int makeCTB(int type, int lengthSpecifier)
public final 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