com.hyper9.simdk.stubs.dao
Class HostSignatureInfo

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

public class HostSignatureInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostSignatureInfo()
           
 
Method Summary
 Calendar getDateTime()
           
 List<Byte> getNonce()
           
 List<Byte> getSignatureValue()
           
 String getSigningKey()
           
 String getSigningMethod()
           
 void setDateTime(Calendar toSet)
           
 void setNonce(List<Byte> toSet)
           
 void setSignatureValue(List<Byte> toSet)
           
 void setSigningKey(String toSet)
           
 void setSigningMethod(String 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

HostSignatureInfo

public HostSignatureInfo()
Method Detail

getSigningMethod

public String getSigningMethod()

setSigningMethod

public void setSigningMethod(String toSet)

getSignatureValue

public List<Byte> getSignatureValue()

setSignatureValue

public void setSignatureValue(List<Byte> toSet)

getSigningKey

public String getSigningKey()

setSigningKey

public void setSigningKey(String toSet)

getNonce

public List<Byte> getNonce()

setNonce

public void setNonce(List<Byte> toSet)

getDateTime

public Calendar getDateTime()

setDateTime

public void setDateTime(Calendar toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.