|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.tc.tss.api.tspi.TcTssAbstractFactory
public abstract class TcTssAbstractFactory
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 |
---|
public abstract TcIContext newContextObject() throws TcTssException
TcTssException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |