|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcryptix.pgp.KeyStore
Abstract base class for PGP keyrings and keyservers.
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
KeyRing
Constructor Summary | |
KeyStore()
|
Method Summary | |
static boolean |
checkSignature(KeyStore store,
Signature sig,
Certificate cert,
UserId username)
Checks the signature sig on cert and username using the keys in store. |
static boolean |
checkSignature(PublicKey key,
Signature sig,
Certificate cert,
UserId username)
Checks the signature sig on key's cert and username using the keys in store. |
boolean |
checkSignature(Signature sig,
Certificate cert,
UserId username)
Checks the signature sig on cert and username using the keys in this keystore. |
protected abstract PublicKey |
getKey(KeyID keyID)
|
protected abstract PublicKey |
getKey(java.lang.String username)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KeyStore()
Method Detail |
protected abstract PublicKey getKey(java.lang.String username) throws java.io.IOException
java.io.IOException
protected abstract PublicKey getKey(KeyID keyID) throws java.io.IOException
java.io.IOException
public final boolean checkSignature(Signature sig, Certificate cert, UserId username) throws java.io.IOException
java.io.IOException
public static boolean checkSignature(KeyStore store, Signature sig, Certificate cert, UserId username) throws java.io.IOException
java.io.IOException
public static boolean checkSignature(PublicKey key, Signature sig, Certificate cert, UserId username) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |