Package com.jcraft.jsch
Interface SignatureRSA
-
- All Superinterfaces:
Signature
- All Known Implementing Classes:
SignatureRSA
public interface SignatureRSA extends Signature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setPrvKey(byte[] d, byte[] n)
void
setPubKey(byte[] e, byte[] n)
-