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