ch.ethz.ssh2
Class DHGexParameters
java.lang.Object
ch.ethz.ssh2.DHGexParameters
- public class DHGexParameters
- extends java.lang.Object
A DHGexParameters
object can be used to specify parameters for
the diffie-hellman group exchange. Default values are 1024, 1024 and 4096.
All values have to be >= 1024 and <= 8192. min_group_len <=
pref_group_len <= max_group_len.
- Version:
- $Id: DHGexParameters.java,v 1.2 2005/08/11 17:34:19 cplattne Exp $
- Author:
- Christian Plattner, plattner@inf.ethz.ch
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DHGexParameters
public DHGexParameters()
DHGexParameters
public DHGexParameters(int min_group_len,
int pref_group_len,
int max_group_len)
getMax_group_len
public int getMax_group_len()
getMin_group_len
public int getMin_group_len()
getPref_group_len
public int getPref_group_len()