Relates :
|
When calling "keytool -genkeypair -keyalg rsa -sigalg rsassa-pss" to generate a certificate, an exception shown algorithm identifier mismatch. This is because we haven't encoded the parameters for the key algorithm in the X509CertInfo class.
|