pkcs7 1.0.6 copy "pkcs7: ^1.0.6" to clipboard
pkcs7: ^1.0.6 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.6

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';
4
likes
160
points
11.4k
downloads

Documentation

API reference

Publisher

verified publishernfet.net

Weekly Downloads

Pkcs7 message parser and verification library Can parse and generate x509 certificates, request Timestamp, build and verify an s-mime PKCS #7 message.

Repository (GitHub)
View/report issues

Topics

#crypto #security

Funding

Consider supporting this project:

buymeacoffee.com

License

BSD-3-Clause (license)

Dependencies

pem, pointycastle

More

Packages that depend on pkcs7