JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
com.jcraft.jsch
Package
com.jcraft.jsch
Interface KeyPairGenEdDSA
public interface
KeyPairGenEdDSA
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
byte[]
getPrv
()
byte[]
getPub
()
void
init
(
String
Name, int keylen)
Method Details
init
void
init
(
String
Name, int keylen)
throws
Exception
Throws:
Exception
getPub
byte[]
getPub
()
getPrv
byte[]
getPrv
()