pkcs7 1.0.5 pkcs7: ^1.0.5 copied to clipboard
Pkcs7 message parser and verification library Can parse and generate x509 certificates, request Timestamp, build and verify an s-mime PKCS #7 message.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pkcs7
With Flutter:
$ flutter pub add pkcs7
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
pkcs7: ^1.0.5
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:pkcs7/pkcs7.dart';