| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectTcBasicTypeDecoder
TcCompositeTypeDecoder
TcTpmPcrSelection
public class TcTpmPcrSelection
This structure provides a standard method of specifying a list of PCR registers.
| Constructor Summary | |
|---|---|
| TcTpmPcrSelection()Constructor - see superclass for details | |
| TcTpmPcrSelection(TcBlobData data)Constructor - see superclass for details | |
| TcTpmPcrSelection(TcBlobData data,
                  int offset)Constructor - see superclass for details | |
| TcTpmPcrSelection(TcCompositeTypeDecoder composite)Constructor - see superclass for details | |
| Method Summary | |
|---|---|
|  TcBlobData | getEncoded()This method encodes the TPM_PCR_SELECTION as a byte blob. | 
|  TcBlobData | getPcrSelect()Returns contents of the pcrSelect field. | 
|  int | getSizeOfSelection()Returns contents of the sizeOfSelection field. | 
|  void | setPcrSelect(TcBlobData pcrSelect)Sets the pcrSelect 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 TcTpmPcrSelection()
TcCompositeTypeDecoder.TcCompositeTypeDecoder()public TcTpmPcrSelection(TcBlobData data)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)
public TcTpmPcrSelection(TcBlobData data,
                         int offset)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData,
      int)public TcTpmPcrSelection(TcCompositeTypeDecoder composite)
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)| Method Detail | 
|---|
public TcBlobData getEncoded()
getEncoded in class TcCompositeTypeDecoderpublic String toString()
toString in class TcCompositeTypeDecoderpublic TcBlobData getPcrSelect()
public void setPcrSelect(TcBlobData pcrSelect)
public int getSizeOfSelection()
| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||