FLUTTER ECOSYSTEM

Bdaya-Dev/x509

X.509証明書の解析および操作用のDartライブラリ

x509 のプロジェクト画像
Stars
1
Forks
1
最終プッシュ(UTC)
2025/05/09
プロジェクト状態
公開中
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.