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

Replace extension property SignatureAlgorithm.keyAlgorithm with a real property #1929

Open
robinsons opened this issue Nov 20, 2024 · 0 comments
Labels
internal cleanup Internal improvements to code that may not be apparent in external interfaces

Comments

@robinsons
Copy link
Contributor

In the AwsExampleDaemon we've added a private extension property SignatureAlgorithm.keyAlgorithm which returns, for example, EC when the algorithm is SHA256withECDSA. This can be replaced by adding a real property on SignatureAlgorithm.

@robinsons robinsons added the internal cleanup Internal improvements to code that may not be apparent in external interfaces label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal cleanup Internal improvements to code that may not be apparent in external interfaces
Projects
None yet
Development

No branches or pull requests

1 participant