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

+ +at.gv.egovernment.moa.spss.server.iaik.config +
+Class HardwareKeyModuleConfigurationImpl

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.spss.server.iaik.config.AbstractKeyModuleConfigurationImpl
+        |
+        +--at.gv.egovernment.moa.spss.server.iaik.config.HardwareKeyModuleConfigurationImpl
+
+
+
All Implemented Interfaces:
iaik.server.modules.keys.HardwareKeyModuleConfiguration, iaik.server.modules.keys.KeyModuleConfiguration
+
+
+
+
public class HardwareKeyModuleConfigurationImpl
extends AbstractKeyModuleConfigurationImpl
implements iaik.server.modules.keys.HardwareKeyModuleConfiguration
+ +

+An implementation of the HardwareKeyModuleConfiguration + interface wrapping a HardwareKeyModule from the MOA + configuration. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
See Also:
HardwareKeyModuleConfiguration
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
HardwareKeyModuleConfigurationImpl(HardwareKeyModule keyModule) + +
+          Create a new HardwareKeyModuleConfigurationImpl.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetModuleName() + +
+           
+ StringgetSlotID() + +
+           
+ char[]getUserPIN() + +
+           
+ + + + + + + +
Methods inherited from class at.gv.egovernment.moa.spss.server.iaik.config.AbstractKeyModuleConfigurationImpl
getModuleID
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface iaik.server.modules.keys.KeyModuleConfiguration
getModuleID
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+HardwareKeyModuleConfigurationImpl

+
+public HardwareKeyModuleConfigurationImpl(HardwareKeyModule keyModule)
+
+
Create a new HardwareKeyModuleConfigurationImpl.
+
Parameters:
keyModule - The HardwareKeyModule from the underlying + MOA configuration.
+
+
+ + + + + + + + +
+Method Detail
+ +

+getModuleName

+
+public String getModuleName()
+
+
+
Specified by:
getModuleName in interface iaik.server.modules.keys.HardwareKeyModuleConfiguration
+
+
+
See Also:
HardwareKeyModuleConfiguration.getModuleName()
+
+
+
+ +

+getSlotID

+
+public String getSlotID()
+
+
+
Specified by:
getSlotID in interface iaik.server.modules.keys.HardwareKeyModuleConfiguration
+
+
+
See Also:
HardwareKeyModuleConfiguration.getSlotID()
+
+
+
+ +

+getUserPIN

+
+public char[] getUserPIN()
+
+
+
Specified by:
getUserPIN in interface iaik.server.modules.keys.HardwareKeyModuleConfiguration
+
+
+
See Also:
HardwareKeyModuleConfiguration.getUserPIN()
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3