com.jcraft.jsch
Interface SignatureRSA

All Superinterfaces:
Signature
All Known Implementing Classes:
SignatureRSA

public interface SignatureRSA
extends Signature


Method Summary
 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 Detail

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