com.jcraft.jsch
Interface SignatureDSA

All Superinterfaces:
Signature
All Known Implementing Classes:
SignatureDSA

public interface SignatureDSA
extends Signature


Method Summary
 void setPrvKey(byte[] x, byte[] p, byte[] q, byte[] g)
           
 void setPubKey(byte[] y, byte[] p, byte[] q, byte[] g)
           
 
Methods inherited from interface com.jcraft.jsch.Signature
init, sign, update, verify
 

Method Detail

setPubKey

void setPubKey(byte[] y,
               byte[] p,
               byte[] q,
               byte[] g)
               throws java.lang.Exception
Throws:
java.lang.Exception

setPrvKey

void setPrvKey(byte[] x,
               byte[] p,
               byte[] q,
               byte[] g)
               throws java.lang.Exception
Throws:
java.lang.Exception