secdlg.h File Reference

const TInt KPINLabelMaxLength

const TIntKPINLabelMaxLength

Crypto Token Framework Owning pointer arrays

These are pointer array classes that own their contents. Close() releases the array, and also releases the contents. Token Interfaces

These are classes defining particular interfaces which tokens might implement. Other interfaces may be defined by 3rd parties. Security Dialog API The maximum length of a PIN label

Typedef TPINLabel

typedef TBuf< KPINLabelMaxLength >TPINLabel

TPINLabel is a human-readable name for the PIN to be entered.

const TInt KMaxPINLength

const TIntKMaxPINLength

The max PIN length should not exceed 32, because this is the maximum size possible in the CEikSecretEditor class.

Typedef TPINValue

typedef TBuf< KMaxPINLength >TPINValue

A PIN value

const TInt KMaxUnblockPINLength

const TIntKMaxUnblockPINLength

Unblocking PINs can be up to 64 characters if they are entered in the clear.

Typedef TUnblockPINValue

typedef TBuf< KMaxUnblockPINLength >TUnblockPINValue

An unblocking PIN value