com.jcraft.jsch

Interface KeyPairGenRSA

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 Details

getC

public byte[] getC()

getD

public byte[] getD()

getE

public byte[] getE()

getEP

public byte[] getEP()

getEQ

public byte[] getEQ()

getN

public byte[] getN()

getP

public byte[] getP()

getQ

public byte[] getQ()

init

public void init(int key_size)
            throws Exception