jwk_plus 0.2.4 copy "jwk_plus: ^0.2.4" to clipboard
jwk_plus: ^0.2.4 copied to clipboard

JWK (JSON Web Key) encoding and decoding (for package:cryptography).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jwk_plus

With Flutter:

 $ flutter pub add jwk_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  jwk_plus: ^0.2.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jwk_plus/jwk_plus.dart';
1
likes
150
points
39
downloads

Publisher

verified publisheremz-hanauer.com

Weekly Downloads

JWK (JSON Web Key) encoding and decoding (for package:cryptography).

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, cryptography_plus

More

Packages that depend on jwk_plus