menu
paseto_dart package
documentation
paseto_dart.dart
SignatureAlgorithm<T extends PublicKey>
newKeyPair abstract method
newKeyPair abstract method
dark_mode
light_mode
newKeyPair
abstract method
Future
<
KeyPair
>
newKeyPair
(
)
Generates a new
KeyPair
for this algorithm.
Implementation
Future<KeyPair> newKeyPair();
paseto_dart package
documentation
paseto_dart
SignatureAlgorithm<T extends PublicKey>
newKeyPair abstract method
SignatureAlgorithm class