net.ssh.jsch
Interface KeyPairGenDSAInterface

All Known Implementing Classes:
KeyPairGenDSA

public interface KeyPairGenDSAInterface


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

Method Detail

init

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

getX

byte[] getX()

getY

byte[] getY()

getP

byte[] getP()

getQ

byte[] getQ()

getG

byte[] getG()