org.apache.sshd.common.kex
Class DH

java.lang.Object
  extended by org.apache.sshd.common.kex.DH

public class DH
extends Object

Diffie-Hellman key generator.

Author:
Apache MINA SSHD Project

Constructor Summary
DH()
           
 
Method Summary
 byte[] getE()
           
 byte[] getK()
           
 void setF(byte[] f)
           
 void setG(byte[] g)
           
 void setP(byte[] p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DH

public DH()
   throws Exception
Throws:
Exception
Method Detail

getE

public byte[] getE()
            throws Exception
Throws:
Exception

getK

public byte[] getK()
            throws Exception
Throws:
Exception

setP

public void setP(byte[] p)

setG

public void setG(byte[] g)

setF

public void setF(byte[] f)


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.