All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.pgp.Packet | +----cryptix.pgp.CompressedData
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
public CompressedData(PacketByteArray data)
public CompressedData(PacketByteArray data, int algorithm) throws FormatException
public CompressedData(DataInput in, int length) throws IOException
public int getAlgorithm()
public void setAlgorithm(int algorithm) throws FormatException
public PacketByteArray getData()
public void read(DataInput in, int length) throws IOException, FormatException
public int write(DataOutput out) throws IOException
public int getType()
All Packages Class Hierarchy This Package Previous Next Index