com.jcraft.jsch.jce
Class KeyPairGenRSA

java.lang.Object
  extended by com.jcraft.jsch.jce.KeyPairGenRSA
All Implemented Interfaces:
KeyPairGenRSA

public class KeyPairGenRSA
extends java.lang.Object
implements 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

KeyPairGenRSA

public KeyPairGenRSA()
Method Detail

init

public void init(int key_size)
          throws java.lang.Exception
Specified by:
init in interface KeyPairGenRSA
Throws:
java.lang.Exception

getD

public byte[] getD()
Specified by:
getD in interface KeyPairGenRSA

getE

public byte[] getE()
Specified by:
getE in interface KeyPairGenRSA

getN

public byte[] getN()
Specified by:
getN in interface KeyPairGenRSA

getC

public byte[] getC()
Specified by:
getC in interface KeyPairGenRSA

getEP

public byte[] getEP()
Specified by:
getEP in interface KeyPairGenRSA

getEQ

public byte[] getEQ()
Specified by:
getEQ in interface KeyPairGenRSA

getP

public byte[] getP()
Specified by:
getP in interface KeyPairGenRSA

getQ

public byte[] getQ()
Specified by:
getQ in interface KeyPairGenRSA