All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.pgp.PublicKeyCertificate

java.lang.Object
   |
   +----cryptix.pgp.Packet
           |
           +----cryptix.pgp.Certificate
                   |
                   +----cryptix.pgp.PublicKeyCertificate

public final class PublicKeyCertificate
extends Certificate
DOCUMENT ME.

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

$Revision: 1.1.1.1 $


Constructor Index

 o PublicKeyCertificate(DataInput, int)
 o PublicKeyCertificate(PublicKey)

Method Index

 o publickey()
Deprecated.
 o publicKey()
 o read(DataInput, int)
 o toString()
 o write(DataOutput)

Constructors

 o PublicKeyCertificate
 public PublicKeyCertificate(PublicKey publicKey)
 o PublicKeyCertificate
 public PublicKeyCertificate(DataInput in,
                             int length) throws IOException

Methods

 o read
 public void read(DataInput in,
                  int length) throws IOException
Overrides:
read in class Certificate
 o write
 public int write(DataOutput out) throws IOException
Overrides:
write in class Certificate
 o publicKey
 public PublicKey publicKey()
 o publickey
 public PublicKey publickey()
Note: publickey() is deprecated. Use publicKey() instead.

 o toString
 public String toString()
Overrides:
toString in class Certificate

All Packages  Class Hierarchy  This Package  Previous  Next  Index