RsaKeyAlgorithm

interface RsaKeyAlgorithm extends KeyAlgorithm {
modulusLength: number;
publicExponent: Uint8Array;
}

§Extends

§
KeyAlgorithm
[src]

§Properties

§
modulusLength: number
[src]
§
publicExponent: Uint8Array
[src]