From 0803aae4bb1a593cbfd97a73a8648ec8ee5f1f76 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Fri, 7 Nov 2003 17:58:36 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build-SPSS_1_1_0'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build-SPSS_1_1_0@42 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/tools/CertTool.html | 272 --------------------- .../moa/spss/server/tools/class-use/CertTool.html | 95 ------- .../moa/spss/server/tools/package-frame.html | 26 -- .../moa/spss/server/tools/package-summary.html | 109 --------- .../moa/spss/server/tools/package-tree.html | 104 -------- .../moa/spss/server/tools/package-use.html | 95 ------- 6 files changed, 701 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/CertTool.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/class-use/CertTool.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-frame.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-summary.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-tree.html delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-use.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/CertTool.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/CertTool.html deleted file mode 100644 index bdca018c3..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/CertTool.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class CertTool - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.tools -
-Class CertTool

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.tools.CertTool
-
-
-
-
public class CertTool
extends Object
- -

-A tool to support X509 certificate handling for configuring the MOA SP/SS - service. - - This class provides functions for: -

-

-

-
Version:
$Id$
-
Author:
Patrick Peck
-
-
- -

- - - - - - - - - - - - - - - - -
-Constructor Summary
CertTool() - -
-           
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidaddCertToCertStore(String certFile, - String certStoreRoot) - -
-          Add a certificate to a directory certificate store.
-static voidmain(String[] args) - -
-          Main entry point of the tool.
- voidprintCertInfo(String certFile, - PrintStream out) - -
-          Print the information about the certificate. - -
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - - - - -
-Constructor Detail
- -

-CertTool

-
-public CertTool()
-
-
- - - - - - - - -
-Method Detail
- -

-main

-
-public static void main(String[] args)
-
-
Main entry point of the tool.
-
Parameters:
args - The command line arguments. A single argument is expected, - which is the file name of the X509 certificate to inspect.
-
-
-
- -

-printCertInfo

-
-public void printCertInfo(String certFile,
-                          PrintStream out)
-
-
Print the information about the certificate. - - This method will output information about the Subject DN, the Issuer DN and - the serial number of the certificate.
-
Parameters:
certFile - The name of the certificate file to inspect.
out - The stream to print the information to.
-
-
-
- -

-addCertToCertStore

-
-public void addCertToCertStore(String certFile,
-                               String certStoreRoot)
-
-
Add a certificate to a directory certificate store.
-
Parameters:
certFile - The certificate to add.
certStoreRoot - The root directory of the certificate store.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/class-use/CertTool.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/class-use/CertTool.html deleted file mode 100644 index acc31e69c..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/class-use/CertTool.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Class at.gv.egovernment.moa.spss.server.tools.CertTool - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Class
at.gv.egovernment.moa.spss.server.tools.CertTool

-
-No usage of at.gv.egovernment.moa.spss.server.tools.CertTool -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-frame.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-frame.html deleted file mode 100644 index c1c5448ca..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Package at.gv.egovernment.moa.spss.server.tools - - - - - -at.gv.egovernment.moa.spss.server.tools - - - - -
-Classes  - -
-CertTool
- - - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-summary.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-summary.html deleted file mode 100644 index ff0dcc561..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-summary.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Package at.gv.egovernment.moa.spss.server.tools - - - - - - - - - - - - - - - - - -
- -
- - -
-

-Package at.gv.egovernment.moa.spss.server.tools -

- - - - - - - - - -
-Class Summary
CertToolA tool to support X509 certificate handling for configuring the MOA SP/SS - service. - -
-  - -

-


- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-tree.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-tree.html deleted file mode 100644 index 6145d6efe..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-tree.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: at.gv.egovernment.moa.spss.server.tools Class Hierarchy - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Hierarchy For Package at.gv.egovernment.moa.spss.server.tools -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - -
- -
- - -
- - - diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-use.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-use.html deleted file mode 100644 index 662d421b5..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/tools/package-use.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Uses of Package at.gv.egovernment.moa.spss.server.tools - - - - - - - - - - - - - - - - - -
- -
- - -
-
-

-Uses of Package
at.gv.egovernment.moa.spss.server.tools

-
-No usage of at.gv.egovernment.moa.spss.server.tools -

-


- - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3