W3cubDocs

/Deno

RsaPssParams

interface RsaPssParams extends Algorithm {
saltLength: number;
}

Extends

Properties

saltLength: number

© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/RsaPssParams