JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
com.jcraft.jsch
com.jcraft.jsch
SignatureEdDSA
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
setPubKey(byte[])
setPrvKey(byte[])
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