com.jcraft.jsch

Interface KeyPairGenDSA

public interface KeyPairGenDSA

Method Summary
byte[]getG()
byte[]getP()
byte[]getQ()
byte[]getX()
byte[]getY()
voidinit(int key_size)

Method Detail

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)