-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ECDSASignature to match expected behaviour
The method engineSetParameter that gets an AlgorithmParameterSpec as a parameter is implemented, thus overriding the existing version that just throws an UnsupportedOperationException. The engineSetParameter that gets String and Object parameters is updated to match the behaviour of similar implementations from other providers. Override annotations are added to specific methods to enforce checks. A few more test cases are added to check the new functionality. Signed-off-by: Kostas Tsiounis <[email protected]>
- Loading branch information
1 parent
9d3b995
commit bb17d78
Showing
2 changed files
with
118 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters