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.


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)

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