Open
Description
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.