crosspki 1.0.0 copy "crosspki: ^1.0.0" to clipboard
crosspki: ^1.0.0 copied to clipboard

Flutter plugin for handling X509 certificates and key pairs from native platform key stores.

crosspki #

Flutter plugin for handling X509 certificates and key pairs from native platform key stores.

Using #

import 'dart:convert';
import 'package:crosspki/crosspki.dart';

// Simple signing
await CrossPki.importPkcs12(p12Content, p12Password);
final certificates = await CrossPki.listCertificatesWithKey();
final userCertificate = certificates.first;

final hash = base64Decode('3/1gIbsr1bCvZ2KQgJ7DpTGR3YHH9wpLKGiKNiGCmG8=');
final signature = await CrossPki.signHash(userCert.thumbprint, DigestAlgorithm.sha256, hash);

LICENSE #

PROPRIETARY COMMERCIAL LICENSE

This is proprietary software/module part of Lacuna Software PkiSuite. For licensing please visit https://lacunasoftware.com

2
likes
110
pub points
24%
popularity

Publisher

verified publisherlacunasoftware.com

Flutter plugin for handling X509 certificates and key pairs from native platform key stores.

Homepage

Documentation

API reference

License

unknown (LICENSE)

Dependencies

asn1lib, collection, flutter, plugin_platform_interface

More

Packages that depend on crosspki