org.eclipse.net4j.util.security
Class DiffieHellman.Client.Response

java.lang.Object
  extended by org.eclipse.net4j.util.security.DiffieHellman.Client.Response
Enclosing class:
DiffieHellman.Client

public static final class DiffieHellman.Client.Response
extends Object


Constructor Summary
DiffieHellman.Client.Response(byte[] clientPubKeyEnc, byte[] cipherText, byte[] paramsEnc)
           
DiffieHellman.Client.Response(ExtendedDataInput in)
           
 
Method Summary
 byte[] getCipherText()
           
 byte[] getClientPubKeyEnc()
           
 byte[] getParamsEnc()
           
 void write(ExtendedDataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffieHellman.Client.Response

public DiffieHellman.Client.Response(byte[] clientPubKeyEnc,
                                     byte[] cipherText,
                                     byte[] paramsEnc)

DiffieHellman.Client.Response

public DiffieHellman.Client.Response(ExtendedDataInput in)
                              throws IOException
Throws:
IOException
Method Detail

write

public void write(ExtendedDataOutput out)
           throws IOException
Throws:
IOException

getClientPubKeyEnc

public byte[] getClientPubKeyEnc()

getCipherText

public byte[] getCipherText()

getParamsEnc

public byte[] getParamsEnc()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.