Package com.jcraft.jsch.jce
Class KeyPairGenRSA
java.lang.Object
com.jcraft.jsch.jce.KeyPairGenRSA
- All Implemented Interfaces:
KeyPairGenRSA
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
d
byte[] d -
e
byte[] e -
n
byte[] n -
c
byte[] c -
ep
byte[] ep -
eq
byte[] eq -
p
byte[] p -
q
byte[] q
-
-
Constructor Details
-
KeyPairGenRSA
public KeyPairGenRSA()
-
-
Method Details
-
init
- 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
-