cryptix.pgp
Class KeyCache

java.lang.Object
  |
  +--cryptix.pgp.KeyStore
        |
        +--cryptix.pgp.KeyRing
              |
              +--cryptix.pgp.PublicKeyRing
                    |
                    +--cryptix.pgp.KeyCache

public final class KeyCache
extends PublicKeyRing

This class currently does nothing other than provide a particular type which will be used by the next versions of the remote key-fetching classes to store retrieved keys.

The next version will:

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

Fields inherited from class cryptix.pgp.KeyRing
addresses, entriesById, users
 
Constructor Summary
KeyCache()
           
 
Methods inherited from class cryptix.pgp.PublicKeyRing
getKey, getKey, getKey, init
 
Methods inherited from class cryptix.pgp.KeyRing
add, checkSignatures, checkSignatures, dump, getFullNameList, getFullUserNameList, getIfBegins, getKeyTrust, getPublicKey, getPublicKey, getSecretKey, getSecretKey, getUserName, list, write
 
Methods inherited from class cryptix.pgp.KeyStore
checkSignature, checkSignature, checkSignature
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyCache

public KeyCache()