newKeyPair abstract method
Generates a new KeyPair for this algorithm.
Implementation
@override
Future<RsaKeyPair> newKeyPair({
int modulusLength = defaultModulusLength,
List<int> publicExponent = defaultPublicExponent,
});
Generates a new KeyPair for this algorithm.
@override
Future<RsaKeyPair> newKeyPair({
int modulusLength = defaultModulusLength,
List<int> publicExponent = defaultPublicExponent,
});