You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EncodePublicKey/DecodePublicKey implementations are limited to plain RSA keys only. Add support for encoding and decoding RSASSA-PSS (and RSAEP-OAEP) keys to/from DER data. Additional notice: ideally the code should be able to use newly Signed/Verifier keys, however this would bring additional complexities and addtional dependencies on digests. So, the first naïve attempt would be to return PublicKey/PaddingScheme pair when decoding the DER.
The text was updated successfully, but these errors were encountered:
EncodePublicKey
/DecodePublicKey
implementations are limited to plain RSA keys only. Add support for encoding and decoding RSASSA-PSS (and RSAEP-OAEP) keys to/from DER data. Additional notice: ideally the code should be able to use newly Signed/Verifier keys, however this would bring additional complexities and addtional dependencies on digests. So, the first naïve attempt would be to return PublicKey/PaddingScheme pair when decoding the DER.The text was updated successfully, but these errors were encountered: