mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 15:50:57 +03:00
JavaDoc fixes
This commit is contained in:
@@ -64,7 +64,6 @@ public class ConnectionImpl
|
|||||||
/**
|
/**
|
||||||
* Create with an associated {@link Transport}.
|
* Create with an associated {@link Transport}.
|
||||||
*
|
*
|
||||||
* @param config the ssh config
|
|
||||||
* @param trans transport layer
|
* @param trans transport layer
|
||||||
* @param keepAlive the keep alive provider
|
* @param keepAlive the keep alive provider
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ public class Curve25519DH extends DHBase {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO want to figure out why BouncyCastle does not work.
|
* TODO want to figure out why BouncyCastle does not work.
|
||||||
* @return
|
* @return The initialized curve25519 parameter spec
|
||||||
*/
|
*/
|
||||||
public static AlgorithmParameterSpec getCurve25519Params() {
|
public static AlgorithmParameterSpec getCurve25519Params() {
|
||||||
X9ECParameters ecP = CustomNamedCurves.getByName("curve25519");
|
X9ECParameters ecP = CustomNamedCurves.getByName("curve25519");
|
||||||
|
|||||||
Reference in New Issue
Block a user