|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcTssCallback
public abstract class TcTssCallback
This class implements the TSS callback functionality conforming with the TSS 1.2 specification.
Constructor Summary | |
---|---|
TcTssCallback()
Default constructor. |
Method Summary | |
---|---|
abstract void |
callback()
When extending this class, this method has to be implemented. |
abstract Object |
clone()
Clone method. |
long |
getAlg()
This method returns the content of the alg field. |
TcBlobData |
getAppData()
This method returns the content of the appData field. |
void |
setAlg(long alg)
This method sets the content of the alg field. |
void |
setAppData(TcBlobData appData)
This method sets the content of the appData field. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TcTssCallback()
Method Detail |
---|
public abstract void callback()
public abstract Object clone()
clone
in class Object
public long getAlg()
public void setAlg(long alg)
public TcBlobData getAppData()
public void setAppData(TcBlobData appData)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |