ikvm icon indicating copy to clipboard operation
ikvm copied to clipboard

PKCS11

Open wasabii opened this issue 3 years ago • 3 comments

PKCS, PKCS10 and PKCS12 classes are included, and may function, but PKCS11 is completely excluded as it is implemented in OpenJDK backed by the native Cryptoki library. We are likely going to need to reimplement these from scratch on top of .NET support for the same.

Or use the native library. Hmm.

wasabii avatar Jan 05 '23 23:01 wasabii

I'm kinda favoring the native library.

wasabii avatar Jan 10 '23 22:01 wasabii

Just as quick note, there is also: https://pkcs11interop.net/

pruiz avatar Jun 12 '23 23:06 pruiz

I favored the native library. PKCS11 is included in 8.9.0-pre.1, though it's kind of untested.

wasabii avatar Jul 06 '24 23:07 wasabii