Atmos requires requests sent to it using the REST API to be digitally signed. This exception is raised when the digital signature cannot be computed. This can happen when the Java Runtime Environment, in which the Content Platform Engine (CPE) is executing, returns an IllegalArgumentException when trying to instantiate a SecreKeySpec, possibly due to the fact that it does not support the standard HmacSHA1 signature algorithm.

Namespace:  FileNet.Api.Exception
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly CONTENT_FCP_ATMOS_SIGNATURE As ExceptionCode
C#
public static readonly ExceptionCode CONTENT_FCP_ATMOS_SIGNATURE
Visual C++
public:
static initonly ExceptionCode^ CONTENT_FCP_ATMOS_SIGNATURE
JavaScript
FileNet.Api.Exception.ExceptionCode.contenT_FCP_ATMOS_SIGNATURE

ToggleSee Also