W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
RsaKeyAlgorithm
interface
RsaKeyAlgorithm
extends
KeyAlgorithm
{
modulusLength
:
number
;
publicExponent
:
Uint8Array
;
}
Extends
KeyAlgorithm
Properties
modulusLength
:
number
publicExponent
:
Uint8Array
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/RsaKeyAlgorithm