ikvm
ikvm copied to clipboard
PKCS11
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.
I'm kinda favoring the native library.
Just as quick note, there is also: https://pkcs11interop.net/
I favored the native library. PKCS11 is included in 8.9.0-pre.1, though it's kind of untested.