xipki / pkcs11wrapper

PKCS#11 Wrapper for Java. Deprecated. Please use xipki/ipkcs11wrapper (preferred) or xipki/jpkcs11wrapper instead.
Other
34 stars 13 forks source link

How to cast iaik.pkcs.pkcs11.objects.KeyPair to java.security.KeyPair #16

Open MrWildanMD opened 2 months ago

MrWildanMD commented 2 months ago

i'm try to cast the keypair generated from the library to java keypair but it throws error casting, because i need to generate csr with the generated keypair from this library

MrWildanMD commented 2 months ago

or there's a way to generate CSR using this lib? @xipki thanks