Is your feature request related to a problem? Please describe.
In order to validate rsa-pss KeyObject use in libraries as well as built in webcrypto api we need to validate that the RSA-PSS parameters are either of a specific value or missing.
Describe the solution you'd like
Access RSA-PSS specific attributes in the KeyObject.prototype.asymmetricKeyDetails() getter
Is your feature request related to a problem? Please describe.
In order to validate
rsa-pssKeyObject use in libraries as well as built in webcrypto api we need to validate that the RSA-PSS parameters are either of a specific value or missing.Describe the solution you'd like
Access RSA-PSS specific attributes in the
KeyObject.prototype.asymmetricKeyDetails()getter