iaik.tc.tss.api.tspi
Class TcTssAbstractFactory

java.lang.Object
  extended by iaik.tc.tss.api.tspi.TcTssAbstractFactory
Direct Known Subclasses:
TcTssContextFactory, TcTssLocalCallFactory, TcTssSOAPCallFactory

public abstract class TcTssAbstractFactory
extends java.lang.Object

This class defines the minimal set of methods that has to be implemented by inheriting TSS factory classes. This main factory is used to create a new context object of a specific backend implementation. All further TSS objects are then created using the create methods of the context object.


Method Summary
abstract  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
 

Method Detail

newContextObject

public abstract TcIContext newContextObject()
                                     throws TcTssException
This method returns a new instance of the context class of the specific implementation.

Throws:
TcTssException