Package com.jcraft.jsch
Interface KeyPairGenRSA
- All Known Implementing Classes:
KeyPairGenRSA
public interface KeyPairGenRSA
-
Method Summary
-
Method Details
-
init
- Throws:
Exception
-
getD
byte[] getD() -
getE
byte[] getE() -
getN
byte[] getN() -
getC
byte[] getC() -
getEP
byte[] getEP() -
getEQ
byte[] getEQ() -
getP
byte[] getP() -
getQ
byte[] getQ()
-