cryptix.pgp
Class UserIdCertificate
java.lang.Object
cryptix.pgp.UserIdCertificate
- public final class UserIdCertificate
- extends java.lang.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 $
- Since:
- Cryptix 2.2 or earlier
- Author:
- Ian Brown
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UserIdCertificate
UserIdCertificate(UserId userName,
KeyRingTrust utrust,
java.util.Vector signatures,
java.util.Vector trusts)
throws FormatException
UserIdCertificate
UserIdCertificate(PacketInputStream reader)
throws java.io.IOException
userName
public java.lang.String userName()
userId
public UserId userId()
signatures
public Signature[] signatures()
checkSignatures
boolean checkSignatures(KeyStore store,
Certificate cert)
toString
public java.lang.String toString()
restore
void restore(PacketInputStream reader)
throws java.io.IOException
- Throws:
java.io.IOException
write
void write(java.io.DataOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
getTrustValue
int getTrustValue()