Class cryptix.pgp.WebClient
All Packages Class Hierarchy This Package Previous Next Index
Class cryptix.pgp.WebClient
java.lang.Object
|
+----cryptix.pgp.KeyStore
|
+----cryptix.pgp.KeyClient
|
+----cryptix.pgp.WebClient
- public final class WebClient
- extends KeyClient
- Author:
- Ian Brown
Copyright © 1995, 1996, 1997
Systemics Ltd
on behalf of the
Cryptix Development Team.
All rights reserved.
-
WebClient(String, int, String)
-
-
fetch(EmailAddress)
-
-
fetch(EmailAddress, KeyID)
- WebClient doesn't need an address as it queries a
master keyserver.
-
fetch(KeyID)
-
-
fetch(String)
- Called by KeyClient.getKey() to fetch a key using a specific protocol
Should NOT be called directly - this would bypass checks and caching
WebClient
public WebClient(String name,
int port_,
String path) throws IOException, UnknownHostException
fetch
protected PublicKey fetch(String userName) throws IOException
- Called by KeyClient.getKey() to fetch a key using a specific protocol
Should NOT be called directly - this would bypass checks and caching
- Overrides:
- fetch in class KeyClient
fetch
protected PublicKey fetch(EmailAddress address,
KeyID keyID) throws IOException
- WebClient doesn't need an address as it queries a
master keyserver.
- Overrides:
- fetch in class KeyClient
fetch
protected PublicKey fetch(EmailAddress address) throws IOException
- Overrides:
- fetch in class KeyClient
fetch
protected PublicKey fetch(KeyID keyID) throws IOException
All Packages Class Hierarchy This Package Previous Next Index