org.hardtokenmgmt.keyceremony.tolima
Class SoftGenCATokenInfo

java.lang.Object
  extended by org.hardtokenmgmt.keyceremony.tolima.SoftGenCATokenInfo
All Implemented Interfaces:
IGenCATokenInfo

public class SoftGenCATokenInfo
extends java.lang.Object
implements IGenCATokenInfo

Implementation used to generate Soft CA Tokens

Version:
$Id$
Author:
Philip Vendil 26 jan 2008

Constructor Summary
SoftGenCATokenInfo()
           
 
Method Summary
 org.ejbca.core.model.ca.catoken.CATokenInfo getCATokenInfo(java.lang.String name)
          Method that should generate a CATokenInfo used by the CA.
 void init(java.util.Properties props, java.io.Console console, java.io.PrintStream out)
          Method that should initialize this implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftGenCATokenInfo

public SoftGenCATokenInfo()
Method Detail

init

public void init(java.util.Properties props,
                 java.io.Console console,
                 java.io.PrintStream out)
Description copied from interface: IGenCATokenInfo
Method that should initialize this implementation.

Specified by:
init in interface IGenCATokenInfo
Parameters:
props - containing the keyceremony.properties file
See Also:
IGenCATokenInfo.init(Properties, Console, PrintStream)

getCATokenInfo

public org.ejbca.core.model.ca.catoken.CATokenInfo getCATokenInfo(java.lang.String name)
Description copied from interface: IGenCATokenInfo
Method that should generate a CATokenInfo used by the CA. This could be a soft or hard CA Token Info.

Specified by:
getCATokenInfo in interface IGenCATokenInfo
Parameters:
name - The name of the ca about to generate
Returns:
a CATokenInfo, never null
See Also:
IGenCATokenInfo.getCATokenInfo(java.lang.String)