Class cryptix.pgp.KeyCache
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.pgp.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:
- Automatically sets expiry date of added keys to 30 days
- Be able to write itself out to disk and restore itself at next session
Copyright © 1995, 1996, 1997
Systemics Ltd
on behalf of the
Cryptix Development Team.
- Author:
- Ian Brown
-
KeyCache()
-
KeyCache
public KeyCache()
All Packages Class Hierarchy This Package Previous Next Index