|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmDaaBlob
public class TcTpmDaaBlob
Constructor Summary | |
---|---|
TcTpmDaaBlob()
Constructor - see superclass for details |
|
TcTpmDaaBlob(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmDaaBlob(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmDaaBlob(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getAdditionalData()
Returns contents of the additionalData field. |
long |
getAdditionalSize()
Returns contents of the additionalSize field. |
TcTpmDigest |
getBlobIntegrity()
Returns contents of the blobIntegrity field. |
TcBlobData |
getEncoded()
This method encodes the TPM_DAA_BLOB as a byte blob. |
TcBlobData |
getLabel()
Returns contents of the label field. |
long |
getResourceType()
Returns contents of the resourceType field. |
TcBlobData |
getSensitiveData()
Returns contents of the sensitiveData field. |
long |
getSensitiveSize()
Returns contents of the sensitiveSize field. |
int |
getTag()
Returns contents of the tag field. |
void |
setAdditionalData(TcBlobData additionalData)
Sets the additionalData field. |
void |
setBlobIntegrity(TcTpmDigest blobIntegrity)
Sets the blobIntegrity field. |
void |
setLabel(TcBlobData label)
Sets the label field. |
void |
setResourceType(long resourceType)
Sets the resourceType field. |
void |
setSensitiveData(TcBlobData sensitiveData)
Sets the sensitiveData 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 TcTpmDaaBlob()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmDaaBlob(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmDaaBlob(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmDaaBlob(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 long getResourceType()
public void setResourceType(long resourceType)
public TcBlobData getLabel()
public void setLabel(TcBlobData label)
public TcTpmDigest getBlobIntegrity()
public void setBlobIntegrity(TcTpmDigest blobIntegrity)
public long getAdditionalSize()
public TcBlobData getAdditionalData()
public void setAdditionalData(TcBlobData additionalData)
public long getSensitiveSize()
public TcBlobData getSensitiveData()
public void setSensitiveData(TcBlobData sensitiveData)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |