1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> |
2 |
<html> |
3 |
<head> |
4 |
<!-- |
5 |
@(#)package.html for nl.nikhef.slcshttps.crypto |
6 |
@version 0.1 |
7 |
@date 23-11-2009 |
8 |
@author Mischa Sallé |
9 |
--> |
10 |
</head> |
11 |
<body bgcolor="white"> |
12 |
Provides classes to help setup client certificates for client-side SSL |
13 |
authentication. This includes a class {@link |
14 |
nl.nikhef.slcshttps.crypto.CryptoStore} containing the cryptographic contents, |
15 |
i.e. keypair, certificate signing request ({@link |
16 |
nl.nikhef.slcshttps.crypto.CSR}) and the actual certificate itself. The actual |
17 |
setup needs an {@link javax.net.ssl.SSLSocketFactory} which can be created |
18 |
using methods in {@link nl.nikhef.slcshttps.crypto.CryptoSSL}. |
19 |
<BR> |
20 |
@see nl.nikhef.slcshttps |
21 |
@see <A HREF="http://www.nikhef.nl/pub/projects/grid/gridwiki/index.php/User:Msalle">http://www.nikhef.nl/pub/projects/grid/gridwiki/index.php/User:Msalle</A> |
22 |
</body> |
23 |
</html> |