|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cryptix.pgp.KeyStore | +--cryptix.pgp.KeyRing | +--cryptix.examples.pgp.KeyRingTest
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 |
|
Constructor Detail |
KeyRingTest(java.lang.String name) throws java.io.IOException
Method Detail |
protected PublicKey getKey(java.lang.String username)
getKey
in class KeyStore
protected PublicKey getKey(KeyID keyID)
getKey
in class KeyStore
public void init(PacketInputStream ps)
KeyRing
init
in class KeyRing
public static final void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |