Interface SignatureRSA

All Superinterfaces:
Signature
All Known Implementing Classes:
SignatureRSA, SignatureRSAN, SignatureRSASHA224SSHCOM, SignatureRSASHA256, SignatureRSASHA256SSHCOM, SignatureRSASHA384SSHCOM, SignatureRSASHA512, SignatureRSASHA512SSHCOM

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