com.hyper9.simdk.stubs.dao
Class HostIntegrityReportQuoteData

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostIntegrityReportQuoteData
All Implemented Interfaces:
Serializable

public class HostIntegrityReportQuoteData
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostIntegrityReportQuoteData()
           
 
Method Summary
 List<HostTpmDigestInfo> getPcrValues()
           
 HostIntegrityReportQuoteInfo getQuoteInfo()
           
 HostSignatureInfo getTpmSignature()
           
 void setPcrValues(List<HostTpmDigestInfo> toSet)
           
 void setQuoteInfo(HostIntegrityReportQuoteInfo toSet)
           
 void setTpmSignature(HostSignatureInfo toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostIntegrityReportQuoteData

public HostIntegrityReportQuoteData()
Method Detail

getPcrValues

public List<HostTpmDigestInfo> getPcrValues()

setPcrValues

public void setPcrValues(List<HostTpmDigestInfo> toSet)

getQuoteInfo

public HostIntegrityReportQuoteInfo getQuoteInfo()

setQuoteInfo

public void setQuoteInfo(HostIntegrityReportQuoteInfo toSet)

getTpmSignature

public HostSignatureInfo getTpmSignature()

setTpmSignature

public void setTpmSignature(HostSignatureInfo toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.