docs.rodeo

MDN Web Docs mirror

RsaHashedKeyGenParams

{{ APIRef("Web Crypto API") }} 

The RsaHashedKeyGenParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into {{domxref("SubtleCrypto.generateKey()")}} , when generating any RSA-based key pair: that is, when the algorithm is identified as any of RSASSA-PKCS1-v1_5, RSA-PSS, or RSA-OAEP.

Instance properties

Examples

See the examples for {{domxref("SubtleCrypto.generateKey()")}} .

Specifications

{{Specifications}} 

Browser compatibility

Browsers that support any RSA-based algorithm for the {{domxref("SubtleCrypto.generateKey()")}}  method will support this type.

See also

In this article

View on MDN