|
||||||||||
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.TcTcsLoadkeyInfo
public class TcTcsLoadkeyInfo
Constructor Summary | |
---|---|
TcTcsLoadkeyInfo()
Constructor - see superclass for details |
|
TcTcsLoadkeyInfo(TcBlobData data)
Constructor - see superclass for details |
|
TcTcsLoadkeyInfo(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTcsLoadkeyInfo(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTcsAuth |
getAuthData()
This method returns the content of the authData field. |
TcBlobData |
getEncoded()
This method encodes the TCS_LOADKEY_INFO as a byte blob. |
TcTssUuid |
getKeyUuid()
This method returns the content of the keyUuid field. |
TcTpmDigest |
getParamDigest()
This method returns the content of the paramDigest field. |
TcTssUuid |
getParentKeyUuid()
This method returns the content of the parentKeyUuid field. |
void |
setAuthData(TcTcsAuth authData)
This method sets the content of the authData field. |
void |
setKeyUuid(TcTssUuid keyUuid)
This method sets the content of the keyUuid field. |
void |
setParamDigest(TcTpmDigest paramDigest)
This method sets the content of the paramDigest field. |
void |
setParentKeyUuid(TcTssUuid parentKeyUuid)
This method sets the content of the parentKeyUuid 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 TcTcsLoadkeyInfo()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTcsLoadkeyInfo(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTcsLoadkeyInfo(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTcsLoadkeyInfo(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 TcTcsAuth getAuthData()
public void setAuthData(TcTcsAuth authData)
public TcTssUuid getKeyUuid()
public void setKeyUuid(TcTssUuid keyUuid)
public TcTpmDigest getParamDigest()
public void setParamDigest(TcTpmDigest paramDigest)
public TcTssUuid getParentKeyUuid()
public void setParentKeyUuid(TcTssUuid parentKeyUuid)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |