org.apache.sshd.common.kex
Class DH

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

public class DH
extends java.lang.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 java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getE

public byte[] getE()
            throws java.lang.Exception
Throws:
java.lang.Exception

getK

public byte[] getK()
            throws java.lang.Exception
Throws:
java.lang.Exception

setP

public void setP(byte[] p)

setG

public void setG(byte[] g)

setF

public void setF(byte[] f)


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