All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.examples.pgp.KeyRingTest

java.lang.Object
   |
   +----cryptix.pgp.KeyStore
           |
           +----cryptix.pgp.KeyRing
                   |
                   +----cryptix.examples.pgp.KeyRingTest

public final class KeyRingTest
extends KeyRing

Method Index

 o getKey(KeyID)
 o getKey(String)
 o init(PacketInputStream)
Subclasses should override this method to read entries from an InputStream.
 o main(String[])

Methods

 o getKey
 protected PublicKey getKey(String username)
Overrides:
getKey in class KeyStore
 o getKey
 protected PublicKey getKey(KeyID keyID)
Overrides:
getKey in class KeyStore
 o init
 public void init(PacketInputStream ps)
Subclasses should override this method to read entries from an InputStream.

Overrides:
init in class KeyRing
 o main
 public static final void main(String argv[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index