FLUTTER ECOSYSTEM

Bdaya-Dev/x509

用於解析和操作 X.509 憑證的 Dart 庫

x509 專案封面
Stars
1
Forks
1
最近推送(UTC)
2025年5月9日
專案狀態
未封存
Bdaya Development GitHub avatar
GITHUB Organization

Bdaya Development ↗

A software company for creating complete software solutions

語言Dart

此儲存庫發佈的套件

使用的依賴

依賴清單 6 項

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

:heart: sponsor

x509

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

Usage

A simple usage example:

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

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

  print(cert);
}

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 :heart: 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.