rk_pki 0.4.0 copy "rk_pki: ^0.4.0" to clipboard
rk_pki: ^0.4.0 copied to clipboard

Certificates, mutual TLS and a per-installation certificate authority for Dart, over a native library built on rustls-webpki, rcgen and aws-lc-rs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rk_pki

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

dependencies:
  rk_pki: ^0.4.0

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

Import it

Now in your Dart code, you can use:

import 'package:rk_pki/rk_pki.dart';
0
likes
160
points
375
downloads

Documentation

API reference

Publisher

verified publisherspherex.kz

Weekly Downloads

Certificates, mutual TLS and a per-installation certificate authority for Dart, over a native library built on rustls-webpki, rcgen and aws-lc-rs.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

ffi

More

Packages that depend on rk_pki

Packages that implement rk_pki