All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.pgp.KeyStore | +----cryptix.pgp.KeyClient | +----cryptix.pgp.WebClient
Copyright © 1995-1997 Systemics Ltd on behalf of the Cryptix Development Team. All rights reserved.
$Revision: 1.2 $
KeyClient.getKey()
to fetch a key using a
specific protocol.
public WebClient(String name, int port, String path) throws IOException, UnknownHostException
protected PublicKey fetch(String userName) throws IOException
KeyClient.getKey()
to fetch a key using a
specific protocol.
Should NOT be called directly - this would bypass checks and caching.
protected PublicKey fetch(EmailAddress address, KeyID keyID) throws IOException
protected PublicKey fetch(EmailAddress address) throws IOException
protected PublicKey fetch(KeyID keyID) throws IOException
public String getUserName(KeyID keyID)
All Packages Class Hierarchy This Package Previous Next Index