org.apache.sshd.common.kex
Class DH
java.lang.Object
org.apache.sshd.common.kex.DH
public class DH
- extends Object
Diffie-Hellman key generator.
- Author:
- Apache MINA SSHD Project
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 |
DH
public DH()
throws Exception
- Throws:
Exception
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.