public class SignatureDSA extends java.lang.Object implements SignatureDSA
public void setPubKey(byte[] y,
byte[] p,
byte[] q,
byte[] g)
throws java.lang.Exception
setPubKey 在接口中 SignatureDSAjava.lang.Exceptionpublic void setPrvKey(byte[] x,
byte[] p,
byte[] q,
byte[] g)
throws java.lang.Exception
setPrvKey 在接口中 SignatureDSAjava.lang.Exceptionpublic byte[] sign()
throws java.lang.Exception
public void update(byte[] foo)
throws java.lang.Exception