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 KeyPairGenRSAjava.lang.Exceptionpublic byte[] getD()
getD in interface KeyPairGenRSApublic byte[] getE()
getE in interface KeyPairGenRSApublic byte[] getN()
getN in interface KeyPairGenRSApublic byte[] getC()
getC in interface KeyPairGenRSApublic byte[] getEP()
getEP in interface KeyPairGenRSApublic byte[] getEQ()
getEQ in interface KeyPairGenRSApublic byte[] getP()
getP in interface KeyPairGenRSApublic byte[] getQ()
getQ in interface KeyPairGenRSA