|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jcraft.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 |
|---|
clone, equals, finalize, 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 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||