pkcs7 1.0.1 icon indicating copy to clipboard operation
pkcs7: ^1.0.1 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.1

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';
1
likes
140
pub points
65%
popularity

Publisher

unverified uploader

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

Homepage

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

pem, pointycastle

More

Packages that depend on pkcs7