org.apache.sshd.common.kex
Class DHGroupData
java.lang.Object
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
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 |
DHGroupData
public DHGroupData()
getG
public static byte[] getG()
getP1
public static byte[] getP1()
getP14
public static byte[] getP14()
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.