-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RSASSA-PSS support to CryptoTypes (#51)
Implemented support for the RSASSA-PSS encryption algorithm by adding its OID to AlgorithmIdentifier class. Also, updated the method that determines private key type in OneAsymmetricKey class to recognize RSASSA-PSS encryption. This ensures compatibility with more diverse RSA key types.
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 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