at.gv.egovernment.moa.spss.server.iaik.config
Class HardwareCryptoModuleConfigurationImpl

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.iaik.config.HardwareCryptoModuleConfigurationImpl
All Implemented Interfaces:
iaik.server.modules.crypto.CryptoModuleConfiguration, iaik.server.modules.crypto.HardwareCryptoModuleConfiguration

public class HardwareCryptoModuleConfigurationImpl
extends Object
implements iaik.server.modules.crypto.HardwareCryptoModuleConfiguration

An implementation of the HardwareCryptoModuleConfiguration wrapping a HardwareCryptoModule from the MOA configuration.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
HardwareCryptoModuleConfigurationImpl(HardwareCryptoModule module)
          Create a new HardwareCryptoModuleConfigurationImpl.
 
Method Summary
 String getModuleName()
           
 String getSlotID()
           
 char[] getUserPIN()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HardwareCryptoModuleConfigurationImpl

public HardwareCryptoModuleConfigurationImpl(HardwareCryptoModule module)
Create a new HardwareCryptoModuleConfigurationImpl.
Parameters:
module - The HardwareCryptoModule from the underlying MOA configuration.
Method Detail

getModuleName

public String getModuleName()
Specified by:
getModuleName in interface iaik.server.modules.crypto.HardwareCryptoModuleConfiguration
See Also:
HardwareCryptoModuleConfiguration.getModuleName()

getSlotID

public String getSlotID()
Specified by:
getSlotID in interface iaik.server.modules.crypto.HardwareCryptoModuleConfiguration
See Also:
HardwareCryptoModuleConfiguration.getSlotID()

getUserPIN

public char[] getUserPIN()
Specified by:
getUserPIN in interface iaik.server.modules.crypto.HardwareCryptoModuleConfiguration
See Also:
HardwareCryptoModuleConfiguration.getUserPIN()