Interface SignatureEdDSA

All Superinterfaces:
Signature

public interface SignatureEdDSA
extends Signature
  • Method Summary

    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 java.lang.Exception
      Throws:
      java.lang.Exception
    • setPrvKey

      void setPrvKey​(byte[] bytes) throws java.lang.Exception
      Throws:
      java.lang.Exception