From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/spss/server/config/SoftwareKeyModule.html | 256 +++++++++++++++++++++ 1 file changed, 256 insertions(+) create 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 new file mode 100644 index 000000000..476247016 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/SoftwareKeyModule.html @@ -0,0 +1,256 @@ + + + + + + +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