cryptix.examples.pgp
Class KeyRingTest

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

public final class KeyRingTest
extends KeyRing


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)
Overrides:
getKey in class KeyStore

getKey

protected PublicKey getKey(KeyID keyID)
Overrides:
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.
Overrides:
init in class KeyRing

main

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