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

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

public class SoftwareKeyModule
extends KeyModule

A class containing information about a software key, stored in PKCS12 format.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
SoftwareKeyModule(String id, String fileName, String passWord)
          Create a new SoftwareKey.
 
Method Summary
 String getFileName()
          Return the name of the PKCS12 keystore file containing this SoftwareKey.
 String getPassWord()
          Return the password to access the keystore file.
 
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

SoftwareKeyModule

public SoftwareKeyModule(String id,
                         String fileName,
                         String passWord)
Create a new SoftwareKey.
Parameters:
id - The key ID.
fileName - The name of the PKCS12 keystore file containing the key.
passWord - The password to access the keystore file.
Method Detail

getFileName

public String getFileName()
Return the name of the PKCS12 keystore file containing this SoftwareKey.
Returns:
The name of the PKCS12 keystore file.

getPassWord

public String getPassWord()
Return the password to access the keystore file.
Returns:
The password to access the keystore file.