x509

Creator: coderz1093

Last updated:

Add to Cart

Description:

x509

❤️ sponsor
x509 #
Dart library for parsing and working with X.509 certificates.
Usage #
A simple usage example:

import 'package:x509/x509.dart';
import 'dart:io';

void main() {
var cert = parsePem(File('cert.pem').readAsStringSync());

print(cert);
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.
Sponsor #
Creating and maintaining this package takes a lot of time. If you like the result, please consider to ❤️ sponsor.
With your support, I will be able to further improve and support this project.
Also, check out my other dart packages at pub.dev.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.