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