|
||||||||||
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 KeyPairGenRSAInterface
java.lang.Exception
public byte[] getD()
getD
in interface KeyPairGenRSAInterface
public byte[] getE()
getE
in interface KeyPairGenRSAInterface
public byte[] getN()
getN
in interface KeyPairGenRSAInterface
public byte[] getC()
getC
in interface KeyPairGenRSAInterface
public byte[] getEP()
getEP
in interface KeyPairGenRSAInterface
public byte[] getEQ()
getEQ
in interface KeyPairGenRSAInterface
public byte[] getP()
getP
in interface KeyPairGenRSAInterface
public byte[] getQ()
getQ
in interface KeyPairGenRSAInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |