|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |