pkcs7 1.0.1 copy "pkcs7: ^1.0.1" to clipboard
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

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. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pkcs7/pkcs7.dart';
3
likes
0
pub points
77%
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

License

unknown (LICENSE)

Dependencies

pem, pointycastle

More

Packages that depend on pkcs7