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