cryptoservices/filebasedcertificateandkeystores/test/tkeystore/scripts/registration.ini
branchRCL_3
changeset 61 641f389e9157
parent 8 35751d3474b7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cryptoservices/filebasedcertificateandkeystores/test/tkeystore/scripts/registration.ini	Tue Aug 31 17:00:08 2010 +0300
@@ -0,0 +1,60 @@
+# Index of key values
+#iSupportsDefaultData 	- bool that defines if the chosen plugin supports default data
+#NumIdentities		- int that defines the expected number of identities that are registered on the server
+#pluginType		- 
+#isDefaultPlugin	- No longer in use. defaultPlugin is used instead
+#defaultPlugin		- string that defines which plugin to use as the default. Used to update the AuthServer policy file
+#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
+#userResult		- Int that contains what the user has input on being prompted to 'identify', i.e. the PIN
+#			In cases where this is absent, then we're expecting the 'data' returned to be the same as the pluginId value (cueValue)
+#userId			- String that contains the expected Id
+
+#plugin1Id		- Hex string that is the uid of the Ecom implementation
+#			  	In the RetrainPlugin steps, this is the plugin that is to be trained.
+#plugin1Status		- Int that specifies the expected status of the above plugin 
+				(0, 64, 128 -EAuthUntrained, EAuthTrained, EAuthFullyTrained)
+#Pin11113100Default	- bool that defines whether the plugins support default data. Also Pin11113101Default and Pin11113102Default
+#Pin11113100Active	- bool that defines whether the plugin is active or not. Also Pin11113101Active, Pin11113102Active
+#Pin11113100InputId	- string that defines the input to the plugin. Else, the default is used. (in Identify function)
+#Pin11113100InputTrain	- string that defines the input to the plugin. Else, the default is used. (in Train function)
+#finalUserName 		- string that defines the new name (description or identitystring) of a given identity
+#retryRemove		- bool that defines whether the attempt to remove an identity is tried again in the same test step
+#freshness		- Int that defines the number of seconds(timeout) within which a cached identity is returned 
+				(Authentication is skipped)
+#forgetPlugin 		- Hex that specifies the plugin that is to be forgotten
+#forgetUnknown 		- Bool that if true means we're trying to forget an unknown identity
+
+#==============================
+[RegisterFirst]
+Pin11113100InputId = 5110
+Pin11113100InputTrain = 5110
+Pin11113100Default = true
+Pin11113100Active = true 
+Pin11113101InputId = 5111
+Pin11113101InputTrain = 5111
+Pin11113101Default = true
+Pin11113101Active = true 
+Pin11113102Active = false 
+Pin11113103Active = false 
+Pin11113104Active = false 
+
+[RegisterSecond]
+Pin11113100InputId = 6110
+Pin11113100InputTrain = 6110
+Pin11113100Default = true
+Pin11113100Active = true 
+Pin11113101InputId = 6111
+Pin11113101InputTrain = 6111
+Pin11113101Default = true
+Pin11113101Active = true 
+Pin11113102Active = false 
+Pin11113103Active = false 
+Pin11113104Active = false 
+
+[Alias]
+aliasString0 = 11113100
+aliasString1 = 11113101
+aliasString2 = 11113102
+aliasString3 = 11113103
+
+#==============================