cryptix.examples.pgp
Class KeyRingTest

java.lang.Object
  extended bycryptix.pgp.KeyStore
      extended bycryptix.pgp.KeyRing
          extended bycryptix.examples.pgp.KeyRingTest

public final class KeyRingTest
extends KeyRing


Field Summary
 
Fields inherited from class cryptix.pgp.KeyRing
addresses, entriesById, users
 
Constructor Summary
(package private) KeyRingTest(java.lang.String name)
           
 
Method Summary
protected  PublicKey getKey(KeyID keyID)
           
protected  PublicKey getKey(java.lang.String username)
           
 void init(PacketInputStream ps)
          Subclasses should override this method to read entries from an InputStream.
static void main(java.lang.String[] argv)
           
 
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

KeyRingTest

KeyRingTest(java.lang.String name)
      throws java.io.IOException
Method Detail

getKey

protected PublicKey getKey(java.lang.String username)
Specified by:
getKey in class KeyStore

getKey

protected PublicKey getKey(KeyID keyID)
Specified by:
getKey in class KeyStore

init

public void init(PacketInputStream ps)
Description copied from class: KeyRing
Subclasses should override this method to read entries from an InputStream.

Specified by:
init in class KeyRing

main

public static final void main(java.lang.String[] argv)