Changed Methods |
void init(byte )
|
Documentation changed from old to new. Changed from non-abstract to abstract.
|
Initializes the Authority interface with the appropriate mode (MODE_SIGN or MODE_KEY_RECOVERY ). |
short recoverKey(byte[], short, short, byte[], short)
|
Changed from non-abstract to abstract.
|
Recovers a cryptographic key from a set of data
structures provided in the input buffer (inBuff). |
short sign(byte[], short, short, byte[], short)
|
Changed from non-abstract to abstract.
|
Generates the signature of all/last input data. |
void update(byte[], short, short)
|
Documentation changed from old to new. Changed from non-abstract to abstract.
|
Accumulates input data for the current operation (MODE_SIGN or MODE_KEY_RECOVERY ). |