cryptoservices/filebasedcertificateandkeystores/test/tkeystore/scripts/registration.ini
branchRCL_3
changeset 61 641f389e9157
parent 8 35751d3474b7
equal deleted inserted replaced
60:f18401adf8e1 61:641f389e9157
       
     1 # Index of key values
       
     2 #iSupportsDefaultData 	- bool that defines if the chosen plugin supports default data
       
     3 #NumIdentities		- int that defines the expected number of identities that are registered on the server
       
     4 #pluginType		- 
       
     5 #isDefaultPlugin	- No longer in use. defaultPlugin is used instead
       
     6 #defaultPlugin		- string that defines which plugin to use as the default. Used to update the AuthServer policy file
       
     7 #pluginId		- Hex string that is the uid of the Ecom implementation. In the Test0000 to Test0009, it's used as a cue, and is also the expected UserId
       
     8 #userResult		- Int that contains what the user has input on being prompted to 'identify', i.e. the PIN
       
     9 #			In cases where this is absent, then we're expecting the 'data' returned to be the same as the pluginId value (cueValue)
       
    10 #userId			- String that contains the expected Id
       
    11 
       
    12 #plugin1Id		- Hex string that is the uid of the Ecom implementation
       
    13 #			  	In the RetrainPlugin steps, this is the plugin that is to be trained.
       
    14 #plugin1Status		- Int that specifies the expected status of the above plugin 
       
    15 				(0, 64, 128 -EAuthUntrained, EAuthTrained, EAuthFullyTrained)
       
    16 #Pin11113100Default	- bool that defines whether the plugins support default data. Also Pin11113101Default and Pin11113102Default
       
    17 #Pin11113100Active	- bool that defines whether the plugin is active or not. Also Pin11113101Active, Pin11113102Active
       
    18 #Pin11113100InputId	- string that defines the input to the plugin. Else, the default is used. (in Identify function)
       
    19 #Pin11113100InputTrain	- string that defines the input to the plugin. Else, the default is used. (in Train function)
       
    20 #finalUserName 		- string that defines the new name (description or identitystring) of a given identity
       
    21 #retryRemove		- bool that defines whether the attempt to remove an identity is tried again in the same test step
       
    22 #freshness		- Int that defines the number of seconds(timeout) within which a cached identity is returned 
       
    23 				(Authentication is skipped)
       
    24 #forgetPlugin 		- Hex that specifies the plugin that is to be forgotten
       
    25 #forgetUnknown 		- Bool that if true means we're trying to forget an unknown identity
       
    26 
       
    27 #==============================
       
    28 [RegisterFirst]
       
    29 Pin11113100InputId = 5110
       
    30 Pin11113100InputTrain = 5110
       
    31 Pin11113100Default = true
       
    32 Pin11113100Active = true 
       
    33 Pin11113101InputId = 5111
       
    34 Pin11113101InputTrain = 5111
       
    35 Pin11113101Default = true
       
    36 Pin11113101Active = true 
       
    37 Pin11113102Active = false 
       
    38 Pin11113103Active = false 
       
    39 Pin11113104Active = false 
       
    40 
       
    41 [RegisterSecond]
       
    42 Pin11113100InputId = 6110
       
    43 Pin11113100InputTrain = 6110
       
    44 Pin11113100Default = true
       
    45 Pin11113100Active = true 
       
    46 Pin11113101InputId = 6111
       
    47 Pin11113101InputTrain = 6111
       
    48 Pin11113101Default = true
       
    49 Pin11113101Active = true 
       
    50 Pin11113102Active = false 
       
    51 Pin11113103Active = false 
       
    52 Pin11113104Active = false 
       
    53 
       
    54 [Alias]
       
    55 aliasString0 = 11113100
       
    56 aliasString1 = 11113101
       
    57 aliasString2 = 11113102
       
    58 aliasString3 = 11113103
       
    59 
       
    60 #==============================