interface RSAKeyGenOptions {
    hashingAlgorithm: HashingAlgorithm;
    modulus: RSAModulus;
}

Properties

hashingAlgorithm: HashingAlgorithm
modulus: RSAModulus

Generated using TypeDoc