public class KeyPairGenRSA extends java.lang.Object implements KeyPairGenRSA
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
c |
(package private) byte[] |
d |
(package private) byte[] |
e |
(package private) byte[] |
ep |
(package private) byte[] |
eq |
(package private) byte[] |
n |
(package private) byte[] |
p |
(package private) byte[] |
q |
Constructor and Description |
---|
KeyPairGenRSA() |
byte[] d
byte[] e
byte[] n
byte[] c
byte[] ep
byte[] eq
byte[] p
byte[] q
public void init(int key_size) throws java.lang.Exception
init
in interface KeyPairGenRSA
java.lang.Exception
public byte[] getD()
getD
in interface KeyPairGenRSA
public byte[] getE()
getE
in interface KeyPairGenRSA
public byte[] getN()
getN
in interface KeyPairGenRSA
public byte[] getC()
getC
in interface KeyPairGenRSA
public byte[] getEP()
getEP
in interface KeyPairGenRSA
public byte[] getEQ()
getEQ
in interface KeyPairGenRSA
public byte[] getP()
getP
in interface KeyPairGenRSA
public byte[] getQ()
getQ
in interface KeyPairGenRSA