|
||||||||||
| 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.pcclient.TcTcgFullCert
public class TcTcgFullCert
This class holds an actual TCG certificate as stored in NV TPM storage.
| Constructor Summary | |
|---|---|
TcTcgFullCert()
Constructor - see superclass for details |
|
TcTcgFullCert(TcBlobData data)
Constructor - see superclass for details |
|
TcTcgFullCert(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTcgFullCert(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
|
| Method Summary | |
|---|---|
TcBlobData |
getCert()
Returns contents of the cert field. |
int |
getCertSize()
Returns contents of the certSize field. |
TcBlobData |
getEncoded()
This method encodes the TCG_FULL_CERT as a byte blob. |
int |
getTag()
Returns contents of the tag field. |
void |
setCert(TcBlobData cert)
Sets the cert field. |
void |
setTag(int tag)
Sets the tag 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 TcTcgFullCert()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()public TcTcgFullCert(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTcgFullCert(TcBlobData data,
int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)public TcTcgFullCert(TcCompositeTypeDecoder composite)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)| Method Detail |
|---|
public TcBlobData getEncoded()
getEncoded in class TcCompositeTypeDecoderpublic java.lang.String toString()
toString in class TcCompositeTypeDecoderpublic TcBlobData getCert()
public void setCert(TcBlobData cert)
public int getTag()
public void setTag(int tag)
public int getCertSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||