Parent Directory
|
Revision Log
- Updated javadocs and cleaned some code. - changed link to webpage into http://www.nikhef.nl/pub/projects/grid/slcshttps/ which currently redirects to the old one.
1 | msalle | 638 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> |
2 | <html> | ||
3 | <head> | ||
4 | <!-- | ||
5 | @(#)package.html for nl.nikhef.slcshttps | ||
6 | @version 0.1 | ||
7 | @date 04-08-2009 | ||
8 | @author Mischa Sallé | ||
9 | --> | ||
10 | </head> | ||
11 | <body bgcolor="white"> | ||
12 | Provides classes to communicate with an online CA, in particular the one | ||
13 | implemented by | ||
14 | <A HREF="http://www.surfnet.nl/">SURFnet</A> in collaboration with the | ||
15 | <A HREF="http://www.mpi.nl/">Max Planck Institute for Psycholinguistics</A> and | ||
16 | <A HREF="http://www.nikhef.nl/">Nikhef</A>. | ||
17 | <BR> | ||
18 | For testing purposes a <CODE>{@link | ||
19 | nl.nikhef.slcshttps.TestSURFCA#main(String[]) main()}</CODE> method is provided by <CODE>{@link | ||
20 | nl.nikhef.slcshttps.TestSURFCA}</CODE> which can be called using e.g.:<BR> | ||
21 | <PRE> | ||
22 | java -jar slcs.jar "https://www.nikhef.nl/~msalle/cert/showcert?nohtml=1" | ||
23 | </PRE> | ||
24 | It uses <CODE>{@link nl.nikhef.slcshttps.SURFCAHttps}</CODE>.<BR> | ||
25 | Applications probably want to implement another <CODE>{@link | ||
26 | nl.nikhef.slcshttps.SURFCAHttps.SURFCACommunicator}</CODE>. | ||
27 | msalle | 1232 | @see <A HREF="http://www.nikhef.nl/pub/projects/grid/slcshttps/">http://www.nikhef.nl/pub/projects/grid/slcshttps/</A> |
28 | msalle | 1221 | @since 0.1 |
29 | msalle | 638 | </body> |
30 | </html> |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |