我在使用
result = ISHELL_CreateInstance(pMe->pIShell, AEECLSID_CIPHERFACTORY, (void **)&pICipherFactory);
result = ICIPHERFACTORY_CreateCipher(pICipherFactory, AEECLSID_BLOCK_3DES,
CIPHER_DIRECTION_ENCRYPT , ???, ???, &pICipher11);
运行时ICIPHERFACTORY_CreateCipher 时返回10的错误。
请问应该怎样正确填写。
还有就是,我在使用ICIPHER1_SetParam(pICipher11,CIPHER_PARAM_KEY,(char*)cipher,strlen(cipher));返回AEE_CRYPT_INVALID_KEY的错误。我认为是上步的错误。
所以,请问ICIPHERFACTORY_CreateCipher应该如何使用。
谢谢!
------解决方案--------------------------------------------------------
友情支持