From a5694b6491307efb55893ac7ea61920b48d8c9cc Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 28 Jun 2004 20:46:16 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Root_proxy_parameter_ordering_projekt'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Root_proxy_parameter_ordering_projekt@146 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/config/SoftwareKeyModule.html | 256 --------------------- 1 file changed, 256 deletions(-) delete mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/SoftwareKeyModule.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/SoftwareKeyModule.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/SoftwareKeyModule.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/SoftwareKeyModule.html deleted file mode 100644 index 476247016..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/SoftwareKeyModule.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - - -MOA SP/SS Server Internal API: Class SoftwareKeyModule - - - - - - - - - - - - - - - - - - - - - -
- -
- - -
- -

- -at.gv.egovernment.moa.spss.server.config -
-Class SoftwareKeyModule

-
-java.lang.Object
-  |
-  +--at.gv.egovernment.moa.spss.server.config.KeyModule
-        |
-        +--at.gv.egovernment.moa.spss.server.config.SoftwareKeyModule
-
-
-
-
public class SoftwareKeyModule
extends KeyModule
- -

-A class containing information about a software key, stored in PKCS12 format. -

-

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

- - - - - - - - - - - - - - - - -
-Constructor Summary
SoftwareKeyModule(String id, - String fileName, - String passWord) - -
-          Create a new SoftwareKey.
-  - - - - - - - - - - - - - - - -
-Method Summary
- StringgetFileName() - -
-          Return the name of the PKCS12 keystore file containing this - SoftwareKey.
- StringgetPassWord() - -
-          Return the password to access the keystore file.
- - - - - - - -
Methods inherited from class at.gv.egovernment.moa.spss.server.config.KeyModule
getId, toString
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

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

-SoftwareKeyModule

-
-public SoftwareKeyModule(String id,
-                         String fileName,
-                         String passWord)
-
-
Create a new SoftwareKey.
-
Parameters:
id - The key ID.
fileName - The name of the PKCS12 keystore file containing the key.
passWord - The password to access the keystore file.
-
-
- - - - - - - - -
-Method Detail
- -

-getFileName

-
-public String getFileName()
-
-
Return the name of the PKCS12 keystore file containing this - SoftwareKey.
-
Returns:
The name of the PKCS12 keystore file.
-
-
-
- -

-getPassWord

-
-public String getPassWord()
-
-
Return the password to access the keystore file.
-
Returns:
The password to access the keystore file.
-
-
- -
- - - - - - - - - - - - - - - - - -
- -
- - -
- - - -- cgit v1.2.3