Class cryptix.pgp.UserIdCertificate
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
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, 1996, 1997
Systemics Ltd
on behalf of the
Cryptix Development Team.
All rights reserved.
-
signatures()
-
-
toString()
-
-
userId()
-
-
userName()
-
userName
public String userName()
userId
public UserId userId()
signatures
public Signature[] signatures()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index