com.jcraft.jsch.jce

Class KeyPairGenDSA

Implemented Interfaces:
KeyPairGenDSA

public class KeyPairGenDSA
extends java.lang.Object
implements KeyPairGenDSA

Method Summary

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

Method Details

getG

public byte[] getG()
Specified by:
getG in interface KeyPairGenDSA

getP

public byte[] getP()
Specified by:
getP in interface KeyPairGenDSA

getQ

public byte[] getQ()
Specified by:
getQ in interface KeyPairGenDSA

getX

public byte[] getX()
Specified by:
getX in interface KeyPairGenDSA

getY

public byte[] getY()
Specified by:
getY in interface KeyPairGenDSA

init

public void init(int key_size)
            throws Exception
Specified by:
init in interface KeyPairGenDSA