Interface SignatureECDSA

All Superinterfaces:
Signature
All Known Implementing Classes:
SignatureECDSA256, SignatureECDSA384, SignatureECDSA521, SignatureECDSAN

public interface SignatureECDSA
extends Signature
  • Method Summary

    Modifier and Type Method Description
    void setPrvKey​(byte[] s)  
    void setPubKey​(byte[] r, byte[] s)  

    Methods inherited from interface com.jcraft.jsch.Signature

    init, sign, update, verify
  • Method Details

    • setPubKey

      void setPubKey​(byte[] r, byte[] s) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • setPrvKey

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