com.hyper9.simdk.stubs.dao
Class HostTpmManagerEncryptedBlob

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

public class HostTpmManagerEncryptedBlob
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostTpmManagerEncryptedBlob()
           
 
Method Summary
 HostTpmManagerKeyParams getAsymAlgorithm()
           
 List<Byte> getAsymBlob()
           
 HostTpmManagerKeyParams getSymAlgorithm()
           
 List<Byte> getSymBlob()
           
 void setAsymAlgorithm(HostTpmManagerKeyParams toSet)
           
 void setAsymBlob(List<Byte> toSet)
           
 void setSymAlgorithm(HostTpmManagerKeyParams toSet)
           
 void setSymBlob(List<Byte> 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

HostTpmManagerEncryptedBlob

public HostTpmManagerEncryptedBlob()
Method Detail

getAsymAlgorithm

public HostTpmManagerKeyParams getAsymAlgorithm()

setAsymAlgorithm

public void setAsymAlgorithm(HostTpmManagerKeyParams toSet)

getSymAlgorithm

public HostTpmManagerKeyParams getSymAlgorithm()

setSymAlgorithm

public void setSymAlgorithm(HostTpmManagerKeyParams toSet)

getAsymBlob

public List<Byte> getAsymBlob()

setAsymBlob

public void setAsymBlob(List<Byte> toSet)

getSymBlob

public List<Byte> getSymBlob()

setSymBlob

public void setSymBlob(List<Byte> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.