de.upb.swtpra05.group03.crypto.message
Class InitHandShakeRemoteObj

java.lang.Object
  extended byde.upb.swtpra.kernel.companycontrol.CompanyControlRemoteObj
      extended byde.upb.swtpra05.group03.crypto.message.InitHandShakeRemoteObj
All Implemented Interfaces:
java.io.Serializable

public class InitHandShakeRemoteObj
extends de.upb.swtpra.kernel.companycontrol.CompanyControlRemoteObj

CompanyControlRemoteObj containing the public key of the the CompanyControl

Version:
$Revision: 1.3 $
See Also:
Serialized Form

Field Summary
private  byte[] key
          key as a bytearray
private static long serialVersionUID
          Comment for serialVersionUID
private  byte[] signature
          signature of the key
 
Constructor Summary
InitHandShakeRemoteObj(DataSigPair dsp)
          Constructor
 
Method Summary
 DataSigPair getDataSigPair()
          returns a DataSigPair object containing key and signature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Comment for serialVersionUID

See Also:
Constant Field Values

key

private final byte[] key
key as a bytearray


signature

private final byte[] signature
signature of the key

Constructor Detail

InitHandShakeRemoteObj

public InitHandShakeRemoteObj(DataSigPair dsp)
Constructor

Parameters:
dsp - DataSigPair object containing key and signature
Method Detail

getDataSigPair

public DataSigPair getDataSigPair()
returns a DataSigPair object containing key and signature

Returns:
Returns the dataSigPair.