|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmDelegateKeyBlob
public class TcTpmDelegateKeyBlob
Constructor Summary | |
---|---|
TcTpmDelegateKeyBlob()
Constructor - see superclass for details |
|
TcTpmDelegateKeyBlob(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmDelegateKeyBlob(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmDelegateKeyBlob(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
TcBlobData |
getAdditionalArea()
Returns contents of the additionalArea field. |
long |
getAdditionalSize()
Returns contents of the additionalSize field. |
TcBlobData |
getEncoded()
This method encodes the TPM_DELEGATE_KEY_BLOB as a byte blob. |
TcTpmDigest |
getIntegrityDigest()
Returns contents of the integrityDigest field. |
TcTpmDelegatePublic |
getPub()
Returns contents of the pub field. |
TcTpmDigest |
getPubKeyDigest()
Returns contents of the pubKeyDigest field. |
TcBlobData |
getSensitiveArea()
Returns contents of the sensitiveArea field. |
long |
getSensitiveSize()
Returns contents of the sensitiveSize field. |
int |
getTag()
Returns contents of the tag field. |
void |
setAdditionalArea(TcBlobData additionalArea)
Sets the additionalArea field. |
void |
setIntegrityDigest(TcTpmDigest integrityDigest)
Sets the integrityDigest field. |
void |
setPub(TcTpmDelegatePublic pub)
Sets the pub field. |
void |
setPubKeyDigest(TcTpmDigest pubKeyDigest)
Sets the pubKeyDigest field. |
void |
setSensitiveArea(TcBlobData sensitiveArea)
Sets the sensitiveArea 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 TcTpmDelegateKeyBlob()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmDelegateKeyBlob(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmDelegateKeyBlob(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmDelegateKeyBlob(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 TcTpmDelegatePublic getPub()
public void setPub(TcTpmDelegatePublic pub)
public TcTpmDigest getIntegrityDigest()
public void setIntegrityDigest(TcTpmDigest integrityDigest)
public TcTpmDigest getPubKeyDigest()
public void setPubKeyDigest(TcTpmDigest pubKeyDigest)
public long getAdditionalSize()
public TcBlobData getAdditionalArea()
public void setAdditionalArea(TcBlobData additionalArea)
public long getSensitiveSize()
public TcBlobData getSensitiveArea()
public void setSensitiveArea(TcBlobData sensitiveArea)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |