Skip to content
/ x509 Public
forked from jeroentrappers/x509

Dart library for parsing and working with X.509 certificates

License

Notifications You must be signed in to change notification settings

SaOtto/x509

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dart library for parsing and working with X.509 certificates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%