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.