All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.pgp.KeyStore
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
public KeyStore()
protected abstract PublicKey getKey(String username) throws IOException
protected abstract PublicKey getKey(KeyID keyID) throws IOException
public final boolean checkSignature(Signature sig,
Certificate cert,
UserId username) throws IOException
public static boolean checkSignature(KeyStore store,
Signature sig,
Certificate cert,
UserId username) throws IOException
public static boolean checkSignature(PublicKey key,
Signature sig,
Certificate cert,
UserId username) throws IOException
All Packages Class Hierarchy This Package Previous Next Index