RsaKeyGenParamsinterface RsaKeyGenParams extends Algorithm {modulusLength: number;publicExponent: BigInteger;}§Extends§Algorithm[src]§Properties§modulusLength: number[src]§publicExponent: BigInteger[src]