|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmDaaIssuer
public class TcTpmDaaIssuer
Constructor Summary | |
---|---|
TcTpmDaaIssuer()
Constructor - see superclass for details |
|
TcTpmDaaIssuer(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmDaaIssuer(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmDaaIssuer(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcTpmDigest |
getDAAdigestgamma()
Returns contents of the DAAdigestgamma field. |
TcTpmDigest |
getDAAdigestn()
Returns contents of the DAAdigestn field. |
TcTpmDigest |
getDAAdigestR0()
Returns contents of the DAAdigestR0 field. |
TcTpmDigest |
getDAAdigestR1()
Returns contents of the DAAdigestR1 field. |
TcTpmDigest |
getDAAdigestS0()
Returns contents of the DAAdigestS0 field. |
TcTpmDigest |
getDAAdigestS1()
Returns contents of the DAAdigestS1 field. |
TcBlobData |
getDAAgenericq()
Returns contents of the DAAgenericq field. |
TcBlobData |
getEncoded()
This method encodes the TPM_DAA_ISSUER as a byte blob. |
int |
getTag()
Returns contents of the tag field. |
void |
setDAAdigestgamma(TcTpmDigest DAAdigestgamma)
Sets the DAAdigestgamma field. |
void |
setDAAdigestn(TcTpmDigest DAAdigestn)
Sets the DAAdigestn field. |
void |
setDAAdigestR0(TcTpmDigest DAAdigestR0)
Sets the DAAdigestR0 field. |
void |
setDAAdigestR1(TcTpmDigest DAAdigestR1)
Sets the DAAdigestR1 field. |
void |
setDAAdigestS0(TcTpmDigest DAAdigestS0)
Sets the DAAdigestS0 field. |
void |
setDAAdigestS1(TcTpmDigest DAAdigestS1)
Sets the DAAdigestS1 field. |
void |
setDAAgenericq(TcBlobData DAAgenericq)
Sets the DAAgenericq field. |
void |
setTag(int tag)
Sets the tag 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 TcTpmDaaIssuer()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmDaaIssuer(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmDaaIssuer(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmDaaIssuer(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 getDAAdigestR0()
public void setDAAdigestR0(TcTpmDigest DAAdigestR0)
public TcTpmDigest getDAAdigestR1()
public void setDAAdigestR1(TcTpmDigest DAAdigestR1)
public TcTpmDigest getDAAdigestS0()
public void setDAAdigestS0(TcTpmDigest DAAdigestS0)
public TcTpmDigest getDAAdigestS1()
public void setDAAdigestS1(TcTpmDigest DAAdigestS1)
public TcTpmDigest getDAAdigestn()
public void setDAAdigestn(TcTpmDigest DAAdigestn)
public TcTpmDigest getDAAdigestgamma()
public void setDAAdigestgamma(TcTpmDigest DAAdigestgamma)
public TcBlobData getDAAgenericq()
public void setDAAgenericq(TcBlobData DAAgenericq)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |