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 SignatureEdDSA
All Superinterfaces:
Signature
public interface
SignatureEdDSA
extends
Signature
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setPrvKey
(byte[] bytes)
void
setPubKey
(byte[] y_arr)
Methods inherited from interface com.jcraft.jsch.
Signature
init
,
sign
,
update
,
verify
Method Details
setPubKey
void
setPubKey
(byte[] y_arr)
throws
Exception
Throws:
Exception
setPrvKey
void
setPrvKey
(byte[] bytes)
throws
Exception
Throws:
Exception