TCLKeyType

Definition

#include <twl/tcl.h>


typedef enum
{
    TCL_KEY_TYPE_LAUNCHER = 0 ,
    TCL_KEY_TYPE_APPLICATION ,
    TCL_KEY_TYPE_UNKNOWN ,
    TCL_KEY_TYPE_MAX
} TCLKeyType;
	

Description

Signature type applied to the photo.

Photos captured by the Nintendo DSi camera and Nintendo DSi Menu are signed with the launcher key, but others are signed with the general key. (JPEG images must be saved with a signature.)

It is not necessary to be concerned with the type for each application.

The constants are explained in the following list.

TCL_KEY_TYPE_LAUNCHERSignature with the launcher key.
TCL_KEY_TYPE_APPLICATIONSignature with the general key.
TCL_KEY_TYPE_UNKNOWNUnknown what key was used for the signature because decoding has not occurred even once after being managed.

See Also

Revision History

2008/10/07 Initial version.


CONFIDENTIAL