|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcTssEventCert
public class TcTssEventCert
This class implements the certificate the be used for events of type TSS_EV_CODE_CERT.
Constructor Summary | |
---|---|
TcTssEventCert()
Default constructor. |
Method Summary | |
---|---|
TcBlobData |
getCertificateHash()
This method returns the content of the certificateHash field. |
long |
getCertificateHashLength()
This method returns the length of the certificateHash field. |
TcBlobData |
getEntityDigest()
This method returns the content of the entityDigest field. |
long |
getEntityDigestLength()
This method returns the length of the entityDigest field. |
TcBlobData |
getIssuer()
This method returns the content of the issuer field. |
long |
getIssuerLength()
This method returns the length of the issuer field. |
TcTssVersion |
getVersionInfo()
This method returns the content of the versionInfo field. |
boolean |
isDigestChecked()
This method returns the content of the digestChecked field. |
boolean |
isDigestVerified()
This method returns the content of the digestVerified field. |
void |
setCertificateHash(TcBlobData certificateHash)
This method sets the content of the certificateHash field. |
void |
setDigestChecked(boolean digestChecked)
This method sets the content of the digestChecked field. |
void |
setDigestVerified(boolean digestVerified)
This method sets the content of the digestVerified field. |
void |
setEntityDigest(TcBlobData entityDigest)
This method sets the content of the entityDigest field. |
void |
setIssuer(TcBlobData issuer)
This method sets the content of the issuer field. |
void |
setVersionInfo(TcTssVersion versionInfo)
This method sets the content of the versionInfo 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 TcTssEventCert()
Method Detail |
---|
public TcBlobData getCertificateHash()
public void setCertificateHash(TcBlobData certificateHash)
public boolean isDigestChecked()
public void setDigestChecked(boolean digestChecked)
public boolean isDigestVerified()
public void setDigestVerified(boolean digestVerified)
public TcBlobData getEntityDigest()
public void setEntityDigest(TcBlobData entityDigest)
public TcBlobData getIssuer()
public void setIssuer(TcBlobData issuer)
public TcTssVersion getVersionInfo()
public void setVersionInfo(TcTssVersion versionInfo)
public long getCertificateHashLength()
public long getEntityDigestLength()
public long getIssuerLength()
public String toString()
toString
in class Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |