Closed opensso closed 2 years ago
While https://github.com/xipki/pkcs11wrapper/blob/5ebda78b649cb205fe2b4490a088ce637430817d/dev/resources/pkcs11t.h#L2124 seems to have CK_RSA_AES_KEY_WRAP_PARAMS defined, RSA_AES_KEY_WRAP_PARAMS conversion from Java seems to be missing.
This project uses the PKCS#11 wrapper provided by the JDK. CK_RSA_AES_KEY_WRAP_PARAMS is not defined yet there.
While https://github.com/xipki/pkcs11wrapper/blob/5ebda78b649cb205fe2b4490a088ce637430817d/dev/resources/pkcs11t.h#L2124 seems to have CK_RSA_AES_KEY_WRAP_PARAMS defined, RSA_AES_KEY_WRAP_PARAMS conversion from Java seems to be missing.