iaik.tc.tss.api.structs.tpm
Class TcTpmPcrValue

java.lang.Object
  extended by iaik.tc.tss.api.structs.common.TcBasicTypeDecoder
      extended by iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder
          extended by iaik.tc.tss.api.structs.tpm.TcTpmDigest
              extended by iaik.tc.tss.api.structs.tpm.TcTpmPcrValue

public class TcTpmPcrValue
extends TcTpmDigest


Constructor Summary
TcTpmPcrValue()
          Constructor - see superclass for details
TcTpmPcrValue(TcBlobData data)
          Constructor - see superclass for details
TcTpmPcrValue(TcBlobData data, int offset)
          Constructor - see superclass for details
TcTpmPcrValue(TcCompositeTypeDecoder composite)
          Constructor - see superclass for details
 
Method Summary
 
Methods inherited from class iaik.tc.tss.api.structs.tpm.TcTpmDigest
getDigest, getEncoded, setDigest, toString
 
Methods inherited from class iaik.tc.tss.api.structs.common.TcBasicTypeDecoder
decodeBoolean, decodeByte, decodeBytes, decodeBytes, decodeTpmAlgorithmId, decodeTpmAuthDataUsage, decodeTpmEncScheme, decodeTpmKeyFlags, decodeTpmKeyUsage, decodeTpmSigScheme, decodeTssAlgorithmId, decodeTssEncScheme, decodeTssEvenType, decodeTssFlag, decodeTssHandle, decodeTssHContext, decodeTssHEncData, decodeTssHHash, decodeTssHKey, decodeTssHObjet, decodeTssHPcrs, decodeTssHPolicy, decodeTssHPS, decodeTssHTpm, decodeTssKeyUsageId, decodeTssMigrationScheme, decodeTssResult, decodeTssSigScheme, decodeUINT16, decodeUINT32, decodeUINT64
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TcTpmPcrValue

public TcTpmPcrValue()
Constructor - see superclass for details

See Also:
TcCompositeTypeDecoder.TcCompositeTypeDecoder()

TcTpmPcrValue

public TcTpmPcrValue(TcBlobData data)
Constructor - see superclass for details

See Also:
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData)

TcTpmPcrValue

public TcTpmPcrValue(TcBlobData data,
                     int offset)
Constructor - see superclass for details

See Also:
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcBlobData, int)

TcTpmPcrValue

public TcTpmPcrValue(TcCompositeTypeDecoder composite)
Constructor - see superclass for details

See Also:
TcCompositeTypeDecoder.TcCompositeTypeDecoder(iaik.tc.tss.api.structs.common.TcCompositeTypeDecoder)