RsaKeyAlgorithm
interface RsaKeyAlgorithm extends KeyAlgorithm {modulusLength: number;publicExponent: Uint8Array;}
Наследование
Свойства
modulusLength: numberpublicExponent: Uint8Array
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/RsaKeyAlgorithm