1 |
msalle |
1172 |
<!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 |
msalle |
1268 |
This package provides a set of classes to help setup SSL client side authentication. |
13 |
|
|
This includes a class {@link nl.nikhef.slcshttps.crypto.CryptoStore} containing |
14 |
|
|
the cryptographic contents, i.e. private/public keypair, a certificate signing |
15 |
|
|
request ({@link nl.nikhef.slcshttps.crypto.CSR}) and a |
16 |
|
|
{@link java.security.cert.X509Certificate}. |
17 |
|
|
The actual setup needs an {@link javax.net.ssl.SSLSocketFactory} which can be |
18 |
|
|
created using methods in {@link nl.nikhef.slcshttps.crypto.CryptoSSL}. |
19 |
msalle |
1172 |
@see nl.nikhef.slcshttps |
20 |
msalle |
1232 |
@see <A HREF="http://www.nikhef.nl/pub/projects/grid/slcshttps/">http://www.nikhef.nl/pub/projects/grid/slcshttps/</A> |
21 |
msalle |
1268 |
@since 0.1 |
22 |
msalle |
1172 |
</body> |
23 |
|
|
</html> |