bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
230 stars 121 forks source link

PKCS12 Support #197

Closed insinfo closed 1 year ago

insinfo commented 1 year ago

Is there currently any Support for the PKCS12 / p12 / pfx Format

like https://www.bouncycastle.org/docs/pkixdocs1.8on/org/bouncycastle/pkcs/PKCS12PfxPduBuilder.html

Ephenodrom commented 1 year ago

You can use the ASN1 entities to create the structure or use https://github.com/Ephenodrom/Dart-Basic-Utils.