|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.tc.tss.api.structs.common.TcBasicTypeDecoder
iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder
iaik.tc.tss.api.structs.tcs.TcTcsAuth
public class TcTcsAuth
Constructor Summary | |
---|---|
TcTcsAuth()
Constructor - see superclass for details |
|
TcTcsAuth(TcBlobData data)
Constructor - see superclass for details |
|
TcTcsAuth(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTcsAuth(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
long |
getAuthHandle()
This method returns the content of the authHandle field. |
boolean |
getContAuthSession()
This method returns the content of the contAuthSession field. |
TcBlobData |
getEncoded()
This method encodes the TPM_AUTH as a byte blob. |
TcTpmAuthdata |
getHmac()
This method returns the content of the hmac field. |
TcTpmNonce |
getNonceEven()
This method returns the content of the nonceEven field. |
TcTpmNonce |
getNonceOdd()
This method returns the content of the nonceOdd field. |
void |
setAuthHandle(long authHandle)
This method sets the content of the authHandle field. |
void |
setContAuthSession(boolean contAuthSession)
This method sets the content of the contAuthSession field. |
void |
setHmac(TcTpmAuthdata hmac)
This method sets the content of the hmac field. |
void |
setNonceEven(TcTpmNonce nonceEven)
This method sets the content of the nonceEven field. |
void |
setNonceOdd(TcTpmNonce nonceOdd)
This method sets the content of the nonceOdd field. |
java.lang.String |
toString()
This method returns a String representation of the object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TcTcsAuth()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTcsAuth(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTcsAuth(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTcsAuth(TcCompositeTypeDecoder composite)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public java.lang.String toString()
toString
in class TcCompositeTypeDecoder
public long getAuthHandle()
public void setAuthHandle(long authHandle)
public boolean getContAuthSession()
public void setContAuthSession(boolean contAuthSession)
public TcTpmAuthdata getHmac()
public void setHmac(TcTpmAuthdata hmac)
public TcTpmNonce getNonceEven()
public void setNonceEven(TcTpmNonce nonceEven)
public TcTpmNonce getNonceOdd()
public void setNonceOdd(TcTpmNonce nonceOdd)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |