Package com.jcraft.jsch.jce
Class KeyPairGenRSA
- java.lang.Object
-
- com.jcraft.jsch.jce.KeyPairGenRSA
-
- All Implemented Interfaces:
KeyPairGenRSA
public class KeyPairGenRSA extends java.lang.Object implements KeyPairGenRSA
-
-
Constructor Summary
Constructors Constructor Description KeyPairGenRSA()
-
-
-
Method Detail
-
init
public void init(int key_size) throws java.lang.Exception- Specified by:
initin interfaceKeyPairGenRSA- Throws:
java.lang.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
-
-