- All Superinterfaces:
- Algorithm, RsaPssParams
- Enclosing interface:
- RsaPssParams
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RsaPssParams")
public static interface RsaPssParams.Builder
extends RsaPssParams
The RsaPssParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into SubtleCrypto.sign() or SubtleCrypto.verify(), when using the RSA-PSS algorithm.
- See Also:
- RsaPssParams - MDN,
SubtleCrypto.RsaPssParams - Web Cryptography API