Package com.jcraft.jsch
Interface SignatureEdDSA
- All Superinterfaces:
Signature
public interface SignatureEdDSA extends Signature
-
Method Summary
-
Method Details
-
setPubKey
void setPubKey(byte[] y_arr) throws java.lang.Exception- Throws:
java.lang.Exception
-
setPrvKey
void setPrvKey(byte[] bytes) throws java.lang.Exception- Throws:
java.lang.Exception
-