protected abstract int engineGetOutputSize (int inputLen)

Returns the length in bytes that an output buffer would need to be in order to hold the result of the next engineGenExemptionBlob operation, given the input length inputLen (in bytes).

The actual output length of the next engineGenExemptionBlob call may be smaller than the length returned by this method.

Parameters:
inputLen    the input length (in bytes)

Returns:  the required output buffer size (in bytes)