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/HardwareKeyModule.html | 276 +++++++++++++++++++++ 1 file changed, 276 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/HardwareKeyModule.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/HardwareKeyModule.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/HardwareKeyModule.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/HardwareKeyModule.html new file mode 100644 index 000000000..554c8c970 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/HardwareKeyModule.html @@ -0,0 +1,276 @@ + + + + + + +MOA SP/SS Server Internal API: Class HardwareKeyModule + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.spss.server.config +
+Class HardwareKeyModule

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

+A class that contains information about a hardware key module. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
HardwareKeyModule(String id, + String name, + String slotID, + String userPIN) + +
+          Create a new HardwareKey.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetName() + +
+          Return the name of this HardwareKey.
+ StringgetSlotID() + +
+          Return the slot ID of this HardwareKey.
+ StringgetUserPIN() + +
+          Return the user PIN to access this HardwareKey.
+ + + + + + + +
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
+ +

+HardwareKeyModule

+
+public HardwareKeyModule(String id,
+                         String name,
+                         String slotID,
+                         String userPIN)
+
+
Create a new HardwareKey.
+
Parameters:
id - The key module ID.
name - The name of the key.
slotID - The slot ID of the key within the hardware module. May be + null.
userPIN - The user PIN to access the key.
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public String getName()
+
+
Return the name of this HardwareKey.
+
Returns:
The name of this HardwareKey.
+
+
+
+ +

+getSlotID

+
+public String getSlotID()
+
+
Return the slot ID of this HardwareKey.
+
Returns:
The slot ID of this HardwareKey.
+
+
+
+ +

+getUserPIN

+
+public String getUserPIN()
+
+
Return the user PIN to access this HardwareKey.
+
Returns:
The user PIN to access this HardwareKey.
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3