Package com.jcraft.jsch
Interface KeyPairGenDSA
-
- All Known Implementing Classes:
KeyPairGenDSA
public interface KeyPairGenDSA
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getG()
byte[]
getP()
byte[]
getQ()
byte[]
getX()
byte[]
getY()
void
init(int key_size)
-