Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ECDSASignature to match expected behaviour #439

Closed

Conversation

KostasTsiounis
Copy link
Member

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.

Back-ported from: #416

Signed-off-by: Kostas Tsiounis [email protected]

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]>
Copy link
Member

@jasonkatonica jasonkatonica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants