All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----cryptix.pgp.Packet
|
+----cryptix.pgp.ConvEncryptedData
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
protected byte buffer[]
public ConvEncryptedData(DataInput in,
int length) throws IOException
public ConvEncryptedData(byte data[],
byte key[],
RandomStream rand) throws IOException
public byte[] getBuffer()
public void read(DataInput in,
int length) throws IOException
public int write(DataOutput out) throws IOException
public byte[] data(byte key[]) throws DecryptException
public int getType()
All Packages Class Hierarchy This Package Previous Next Index