net.ssh.jsch
Interface KeyPairGenRSAInterface

All Known Implementing Classes:
KeyPairGenRSA

public interface KeyPairGenRSAInterface


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

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

getD

byte[] getD()

getE

byte[] getE()

getN

byte[] getN()

getC

byte[] getC()

getEP

byte[] getEP()

getEQ

byte[] getEQ()

getP

byte[] getP()

getQ

byte[] getQ()