| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface SignatureRSAMethod Summary | |
void |
|
void |
|
void |
|
byte[] |
|
void |
|
boolean |
|
public void init()
throws Exceptionpublic void setPrvKey(byte[] d,
byte[] n)
throws Exceptionpublic void setPubKey(byte[] e,
byte[] n)
throws Exceptionpublic byte[] sign()
throws Exceptionpublic void update(byte[] H)
throws Exceptionpublic boolean verify(byte[] sig)
throws Exception