com.jcraft.jsch
Interface KeyPairGenRSA

All Known Implementing Classes:
KeyPairGenRSA

public interface KeyPairGenRSA


Method Summary
 byte[] getC()
           
 byte[] getD()
           
 byte[] getE()
           
 byte[] getEP()
           
 byte[] getEQ()
           
 byte[] getN()
           
 byte[] getP()
           
 byte[] getQ()
           
 void init(int key_size)
           
 

Method Detail

init

public void init(int key_size)
          throws java.lang.Exception
Throws:
java.lang.Exception

getD

public byte[] getD()

getE

public byte[] getE()

getN

public byte[] getN()

getC

public byte[] getC()

getEP

public byte[] getEP()

getEQ

public byte[] getEQ()

getP

public byte[] getP()

getQ

public byte[] getQ()