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