menu
cryptography_plus package
documentation
cryptography_plus.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();
cryptography_plus package
documentation
cryptography_plus
SignatureAlgorithm<T extends PublicKey>
newKeyPair abstract method
SignatureAlgorithm class