iaik.tc.tss.api.tspi
Class TcTssContextFactory

java.lang.Object
  extended by iaik.tc.tss.api.tspi.TcTssAbstractFactory
      extended by iaik.tc.tss.api.tspi.TcTssContextFactory

public class TcTssContextFactory
extends TcTssAbstractFactory

This factory provides the Context object. It automatically selects the correct binding, based on the configuration in the jtss_tsp.ini file.


Constructor Summary
TcTssContextFactory()
           
 
Method Summary
 TcIContext newContextObject()
          This method returns a new instance of the context class of the specific implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcTssContextFactory

public TcTssContextFactory()
Method Detail

newContextObject

public TcIContext newContextObject()
                            throws TcTssException,
                                   java.lang.IllegalArgumentException
Description copied from class: TcTssAbstractFactory
This method returns a new instance of the context class of the specific implementation.

Specified by:
newContextObject in class TcTssAbstractFactory
Throws:
TcTssException
java.lang.IllegalArgumentException