applayerprotocols/httptransportfw/strings/SecurityPolicyPluginStrings.st
changeset 0 b16258d2340f
child 7 337070b4fa18
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the License "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 # Security Policy Plug-in, named properties string table
       
    17 stringtable SecurityPolicyProperties
       
    18 #
       
    19 # Standard token values, enumerations or parameters
       
    20 #
       
    21 ESequenceNumberMode _snm
       
    22 EKeyRefreshRate _krr
       
    23 ESharedSecret _ss
       
    24 ERecordLengthUsage _rlu
       
    25 EAnonymousAllowed _aa
       
    26 #
       
    27 # Values for sequence number mode
       
    28 ENotUsed _nu 
       
    29 EImplicit _im
       
    30 EExplicit _ex
       
    31 #
       
    32 # Values for 'record length usage' ('not used' value is taken from above)
       
    33 EUsed _u
       
    34 #
       
    35 # Values for 'anonymous allowed'
       
    36 EAllowed _allowed
       
    37 ENotAllowed _na