newSecretKey method
Generates a new SecretKey with the correct length (secretKeyLength).
Uses a cryptographically strong random number generator.
Implementation
@override
Future<SecretKey> newSecretKey() {
return fallback.newSecretKey();
}
Generates a new SecretKey with the correct length (secretKeyLength).
Uses a cryptographically strong random number generator.
@override
Future<SecretKey> newSecretKey() {
return fallback.newSecretKey();
}