com.jcraft.jsch

Interface KeyPairGenDSA

Known Implementing Classes:
KeyPairGenDSA

public interface KeyPairGenDSA

Method Summary

byte[]
getG()
byte[]
getP()
byte[]
getQ()
byte[]
getX()
byte[]
getY()
void
init(int key_size)

Method Details

getG

public byte[] getG()

getP

public byte[] getP()

getQ

public byte[] getQ()

getX

public byte[] getX()

getY

public byte[] getY()

init

public void init(int key_size)
            throws Exception