Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface SignatureDSA
Method Summary | |
void |
|
void |
|
void |
|
byte[] |
|
void |
|
boolean |
|
public void init() throws Exception
public void setPrvKey(byte[] x, byte[] p, byte[] q, byte[] g) throws Exception
public void setPubKey(byte[] y, byte[] p, byte[] q, byte[] g) throws Exception
public byte[] sign() throws Exception
public void update(byte[] H) throws Exception
public boolean verify(byte[] sig) throws Exception