Interface SignatureRSA

All Superinterfaces:
Signature
All Known Implementing Classes:
SignatureRSA, SignatureRSAN, SignatureRSASHA256, SignatureRSASHA512

public interface SignatureRSA
extends Signature
  • Method Summary

    Modifier and Type Method Description
    void setPrvKey​(byte[] d, byte[] n)  
    void setPubKey​(byte[] e, byte[] n)  

    Methods inherited from interface com.jcraft.jsch.Signature

    init, sign, update, verify
  • Method Details

    • setPubKey

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

      void setPrvKey​(byte[] d, byte[] n) throws java.lang.Exception
      Throws:
      java.lang.Exception