All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.pgp.UserIdCertificate

java.lang.Object
   |
   +----cryptix.pgp.UserIdCertificate

public final class UserIdCertificate
extends Object
Stores all the information about a user in a keyring - their key certificate, usernames, trust packet(s) and any signatures.

Each user ID can contain any number of signatures and corresponding trust packets. This class is used by KeyRingEntry to deal with this.


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

$Revision: 1.1.1.1 $

Author:
Ian Brown

Method Index

 o signatures()
 o toString()
 o userId()
 o userName()

Methods

 o userName
 public String userName()
 o userId
 public UserId userId()
 o signatures
 public Signature[] signatures()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index