at.gv.egovernment.moa.spss.server.config
Class HardwareCryptoModule

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.config.HardwareCryptoModule

public class HardwareCryptoModule
extends Object

Contains configuration data for a hardware crypto module.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
HardwareCryptoModule(String name, String slotID, String userPIN)
          Create a new HardwareCryptoModule.
 
Method Summary
 String getName()
          Returns the name of this HardwareCryptoModule.
 String getSlotID()
          Returns the slot ID of this HardwareCryptoModule.
 String getUserPIN()
          Returns the user PIN of this HardwareCryptoModule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HardwareCryptoModule

public HardwareCryptoModule(String name,
                            String slotID,
                            String userPIN)
Create a new HardwareCryptoModule.
Parameters:
name - The name of this HardwareCryptoModule.
slotID - The slot ID of this HardwareCryptoModule.
userPIN - The user PIN to access this HardwareCryptoModule.
Method Detail

getName

public String getName()
Returns the name of this HardwareCryptoModule.
Returns:
The name of this HardwareCryptoModule.

getSlotID

public String getSlotID()
Returns the slot ID of this HardwareCryptoModule.
Returns:
The slot ID.

getUserPIN

public String getUserPIN()
Returns the user PIN of this HardwareCryptoModule.
Returns:
The user PIN used to access the module.