| java.lang.Object com.jcraft.jsch.jce.SignatureDSA
Method Summary | |
public void | init() | public void | setPrvKey(byte[] x, byte[] p, byte[] q, byte[] g) | public void | setPubKey(byte[] y, byte[] p, byte[] q, byte[] g) | public byte[] | sign() | public void | update(byte[] foo) | public boolean | verify(byte[] sig) |
setPrvKey | public void setPrvKey(byte[] x, byte[] p, byte[] q, byte[] g) throws Exception(Code) | | |
setPubKey | public void setPubKey(byte[] y, byte[] p, byte[] q, byte[] g) throws Exception(Code) | | |
|
|