|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object TcBasicTypeDecoder TcCompositeTypeDecoder TcTpmDelegations
public class TcTpmDelegations
Constructor Summary | |
---|---|
TcTpmDelegations()
Constructor - see superclass for details |
|
TcTpmDelegations(TcBlobData data)
Constructor - see superclass for details |
|
TcTpmDelegations(TcBlobData data,
int offset)
Constructor - see superclass for details |
|
TcTpmDelegations(TcCompositeTypeDecoder composite)
Constructor - see superclass for details |
Method Summary | |
---|---|
long |
getDelegateType()
Returns contents of the delegateType field. |
TcBlobData |
getEncoded()
This method encodes the TPM_DELEGATIONS as a byte blob. |
long |
getPer1()
Returns contents of the per1 field. |
long |
getPer2()
Returns contents of the per2 field. |
int |
getTag()
Returns contents of the tag field. |
void |
setDelegateType(long delegateType)
Sets the delegateType field. |
void |
setPer1(long per1)
Sets the per1 field. |
void |
setPer2(long per2)
Sets the per2 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 TcTpmDelegations()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()
public TcTpmDelegations(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmDelegations(TcBlobData data, int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
int)
public TcTpmDelegations(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 getDelegateType()
public void setDelegateType(long delegateType)
public long getPer1()
public void setPer1(long per1)
public long getPer2()
public void setPer2(long per2)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |