org.apache.sshd.common.kex
Class DHGroupData

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

public final class DHGroupData
extends Object

Simple class holding the data for DH group key exchanges.

Author:
Apache MINA SSHD Project

Constructor Summary
DHGroupData()
           
 
Method Summary
static byte[] getG()
           
static byte[] getP1()
           
static byte[] getP14()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHGroupData

public DHGroupData()
Method Detail

getG

public static byte[] getG()

getP1

public static byte[] getP1()

getP14

public static byte[] getP14()


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