newKeyPair method
Generates a new KeyPair for this algorithm.
You can pass key generation preferences by specifying options.
Implementation
@override
Future<SimpleKeyPair> newKeyPair() {
  return fallback.newKeyPair();
}Generates a new KeyPair for this algorithm.
You can pass key generation preferences by specifying options.
@override
Future<SimpleKeyPair> newKeyPair() {
  return fallback.newKeyPair();
}