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/HardwareKeyModule.html | 276 --------------------- 1 file changed, 276 deletions(-) delete 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 deleted file mode 100644 index 554c8c970..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/config/HardwareKeyModule.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - -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