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
Class representing an encrypted Packet.

Copyright © 1995-1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.2 $

Author:
unattributed

Variable Index

 o buffer

Constructor Index

 o ConvEncryptedData(byte[], byte[], RandomStream)
 o ConvEncryptedData(DataInput, int)

Method Index

 o data(byte[])
 o getBuffer()
 o getType()
 o read(DataInput, int)
 o write(DataOutput)

Variables

 o buffer
 protected byte buffer[]

Constructors

 o ConvEncryptedData
 public ConvEncryptedData(DataInput in,
                          int length) throws IOException
 o ConvEncryptedData
 public ConvEncryptedData(byte data[],
                          byte key[],
                          RandomStream rand) throws IOException

Methods

 o getBuffer
 public byte[] getBuffer()
 o read
 public void read(DataInput in,
                  int length) throws IOException
Overrides:
read in class Packet
 o write
 public int write(DataOutput out) throws IOException
Overrides:
write in class Packet
 o data
 public byte[] data(byte key[]) throws DecryptException
 o getType
 public int getType()
Overrides:
getType in class Packet

All Packages  Class Hierarchy  This Package  Previous  Next  Index