GenerateKeyOptions constructor

GenerateKeyOptions({
  1. String name,
  2. int modulusLength,
  3. JSUint8Array publicExponent,
  4. HashAlgorithm hash,
})

Implementation

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