GenerateKeyOptions constructor
GenerateKeyOptions({
- String name,
- int modulusLength,
- JSUint8Array publicExponent,
- HashAlgorithm hash,
Implementation
external factory GenerateKeyOptions({
String name,
int modulusLength,
JSUint8Array publicExponent,
HashAlgorithm hash,
});