Package com.jcraft.jsch.jce
Class KeyPairGenRSA
java.lang.Object
com.jcraft.jsch.jce.KeyPairGenRSA
- All Implemented Interfaces:
KeyPairGenRSA
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyPairGenRSA
public KeyPairGenRSA()
-
-
Method Details
-
init
- Specified by:
initin interfaceKeyPairGenRSA- Throws:
Exception
-
getD
public byte[] getD()- Specified by:
getDin interfaceKeyPairGenRSA
-
getE
public byte[] getE()- Specified by:
getEin interfaceKeyPairGenRSA
-
getN
public byte[] getN()- Specified by:
getNin interfaceKeyPairGenRSA
-
getC
public byte[] getC()- Specified by:
getCin interfaceKeyPairGenRSA
-
getEP
public byte[] getEP()- Specified by:
getEPin interfaceKeyPairGenRSA
-
getEQ
public byte[] getEQ()- Specified by:
getEQin interfaceKeyPairGenRSA
-
getP
public byte[] getP()- Specified by:
getPin interfaceKeyPairGenRSA
-
getQ
public byte[] getQ()- Specified by:
getQin interfaceKeyPairGenRSA
-