Abis Mock issue: Data must not be longer than 256 bytes

Hi
We have started the mock Abis, but we got the following error when the message goe to activMq:
Mosip to Abis:

javax.crypto.IllegalBlockSizeException: Data must not be longer than 256 bytes

Could you please support on this.

Hi @zeddari

The encRandomSymKey byte array size is not correct. Please check the correct byte array is input to the method for decryption after splitting the whole encrypted data.

Thanks