menu
dart_jsonwebtoken package
documentation
dart_jsonwebtoken.dart
EdDSAPrivateKey
EdDSAPrivateKey constructor
EdDSAPrivateKey constructor
dark_mode
light_mode
EdDSAPrivateKey
constructor
EdDSAPrivateKey
(
List
<
int
>
bytes
)
Implementation
EdDSAPrivateKey(List<int> bytes) { key = ed.PrivateKey(bytes); }
dart_jsonwebtoken package
documentation
dart_jsonwebtoken
EdDSAPrivateKey
EdDSAPrivateKey constructor
EdDSAPrivateKey class