const TInt | KPINLabelMaxLength |
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 TBuf < KPINLabelMaxLength > | TPINLabel |
TPINLabel is a human-readable name for the PIN to be entered.
const TInt | KMaxPINLength |
The max PIN length should not exceed 32, because this is the maximum size possible in the CEikSecretEditor class.
const TInt | KMaxUnblockPINLength |
Unblocking PINs can be up to 64 characters if they are entered in the clear.
typedef TBuf < KMaxUnblockPINLength > | TUnblockPINValue |
An unblocking PIN value
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.