Package com.jcraft.jsch.jce
Class KeyPairGenRSA
- java.lang.Object
-
- com.jcraft.jsch.jce.KeyPairGenRSA
-
- All Implemented Interfaces:
KeyPairGenRSA
public class KeyPairGenRSA extends Object implements KeyPairGenRSA
-
-
Constructor Summary
Constructors Constructor Description KeyPairGenRSA()
-
-
-
Method Detail
-
init
public void init(int key_size) throws Exception
- Specified by:
init
in interfaceKeyPairGenRSA
- Throws:
Exception
-
getD
public byte[] getD()
- Specified by:
getD
in interfaceKeyPairGenRSA
-
getE
public byte[] getE()
- Specified by:
getE
in interfaceKeyPairGenRSA
-
getN
public byte[] getN()
- Specified by:
getN
in interfaceKeyPairGenRSA
-
getC
public byte[] getC()
- Specified by:
getC
in interfaceKeyPairGenRSA
-
getEP
public byte[] getEP()
- Specified by:
getEP
in interfaceKeyPairGenRSA
-
getEQ
public byte[] getEQ()
- Specified by:
getEQ
in interfaceKeyPairGenRSA
-
getP
public byte[] getP()
- Specified by:
getP
in interfaceKeyPairGenRSA
-
getQ
public byte[] getQ()
- Specified by:
getQ
in interfaceKeyPairGenRSA
-
-