|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmTransportInternal
public class TcTpmTransportInternal
Constructor Summary | |
---|---|
TcTpmTransportInternal()
Constructor - see superclass for details |
|
TcTpmTransportInternal(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmTransportInternal(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmTransportInternal(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTpmDigest |
getAuthData()
Returns contents of the authData field. |
TcBlobData |
getEncoded()
This method encodes the TPM_TRANSPORT_INTERNAL as a byte blob. |
int |
getTag()
Returns contents of the tag field. |
TcTpmDigest |
getTransDigest()
Returns contents of the transDigest field. |
long |
getTransHandle()
Returns contents of the transHandle field. |
TcTpmNonce |
getTransNonceEven()
Returns contents of the transNonceEven field. |
TcTpmTransportPublic |
getTransPublic()
Returns contents of the transPublic field. |
void |
setAuthData(TcTpmDigest authData)
Sets the authData field. |
void |
setTag(int tag)
Sets the tag field. |
void |
setTransDigest(TcTpmDigest transDigest)
Sets the transDigest field. |
void |
setTransHandle(long transHandle)
Sets the transHandle field. |
void |
setTransNonceEven(TcTpmNonce transNonceEven)
Sets the transNonceEven field. |
void |
setTransPublic(TcTpmTransportPublic transPublic)
Sets the transPublic field. |
String |
toString()
This method returns a String representation of the object. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TcTpmTransportInternal()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmTransportInternal(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmTransportInternal(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmTransportInternal(TcCompositeTypeDecoder composite)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)
Method Detail |
---|
public TcBlobData getEncoded()
getEncoded
in class TcCompositeTypeDecoder
public String toString()
toString
in class TcCompositeTypeDecoder
public int getTag()
public void setTag(int tag)
public TcTpmDigest getAuthData()
public void setAuthData(TcTpmDigest authData)
public TcTpmTransportPublic getTransPublic()
public void setTransPublic(TcTpmTransportPublic transPublic)
public long getTransHandle()
public void setTransHandle(long transHandle)
public TcTpmNonce getTransNonceEven()
public void setTransNonceEven(TcTpmNonce transNonceEven)
public TcTpmDigest getTransDigest()
public void setTransDigest(TcTpmDigest transDigest)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |