All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.pgp.KeyStore
sig
on cert
and username
using the keys in store
.
sig
on key
's cert
and username
using the keys in store
.
sig
on cert
and username
using the keys in this keystore.
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 name) throws IOException
sig
on cert
and username
using the keys in this keystore.
public final static boolean checkSignature(KeyStore store, Signature sig, Certificate cert, UserId name) throws IOException
sig
on cert
and username
using the keys in store
.
public final static boolean checkSignature(PublicKey key, Signature sig, Certificate cert, UserId name) throws IOException
sig
on key
's cert
and username
using the keys in store
.
All Packages Class Hierarchy This Package Previous Next Index