x509 0.2.2 copy "x509: ^0.2.2" to clipboard
x509: ^0.2.2 copied to clipboard

outdated

Dart library for parsing and working with X.509 certificates.

x509 #

Dart library for parsing and working with X.509 certificates.

Usage #

A simple usage example:

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

main() {
  var cert = parsePem(new File('cert.pem').readAsStringSync());
  
  print(cert);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

12
likes
0
pub points
92%
popularity

Publisher

verified publisherappsup.be

Dart library for parsing and working with X.509 certificates.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

asn1lib, crypto_keys, quiver

More

Packages that depend on x509