Package com.jcraft.jsch
Interface SignatureDSA
-
- All Superinterfaces:
Signature
- All Known Implementing Classes:
SignatureDSA
public interface SignatureDSA extends Signature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPrvKey(byte[] x, byte[] p, byte[] q, byte[] g)voidsetPubKey(byte[] y, byte[] p, byte[] q, byte[] g)
-