|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ssh.jsch.jce.KeyPairGenRSA
public class KeyPairGenRSA
| Constructor Summary | |
|---|---|
KeyPairGenRSA()
|
|
| Method Summary | |
|---|---|
byte[] |
getC()
|
byte[] |
getD()
|
byte[] |
getE()
|
byte[] |
getEP()
|
byte[] |
getEQ()
|
byte[] |
getN()
|
byte[] |
getP()
|
byte[] |
getQ()
|
void |
init(int key_size)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyPairGenRSA()
| Method Detail |
|---|
public void init(int key_size)
throws java.lang.Exception
init in interface KeyPairGenRSAInterfacejava.lang.Exceptionpublic byte[] getD()
getD in interface KeyPairGenRSAInterfacepublic byte[] getE()
getE in interface KeyPairGenRSAInterfacepublic byte[] getN()
getN in interface KeyPairGenRSAInterfacepublic byte[] getC()
getC in interface KeyPairGenRSAInterfacepublic byte[] getEP()
getEP in interface KeyPairGenRSAInterfacepublic byte[] getEQ()
getEQ in interface KeyPairGenRSAInterfacepublic byte[] getP()
getP in interface KeyPairGenRSAInterfacepublic byte[] getQ()
getQ in interface KeyPairGenRSAInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||