networksecurity/ipsec/ipseccrypto/Documentation/ipseccrypto.mdl
changeset 18 39bb7c3571e9
parent 14 b33c3d136b7e
child 20 e8d041006974
child 37 052078dda061
equal deleted inserted replaced
14:b33c3d136b7e 18:39bb7c3571e9
     1 
       
     2 (object Petal
       
     3     version    	46
       
     4     _written   	"Rose 7.7.0204.3001"
       
     5     charSet    	0)
       
     6 
       
     7 (object Design "Logical View"
       
     8     is_unit    	TRUE
       
     9     is_loaded  	TRUE
       
    10     attributes 	(list Attribute_Set
       
    11 	(object Attribute
       
    12 	    tool       	"Java"
       
    13 	    name       	"IDE"
       
    14 	    value      	"Internal Editor")
       
    15 	(object Attribute
       
    16 	    tool       	"VC++"
       
    17 	    name       	"Scripting"
       
    18 	    value      	FALSE)
       
    19 	(object Attribute
       
    20 	    tool       	"Java"
       
    21 	    name       	"UserDefineTagName1"
       
    22 	    value      	"")
       
    23 	(object Attribute
       
    24 	    tool       	"Java"
       
    25 	    name       	"UserDefineTagText1"
       
    26 	    value      	"")
       
    27 	(object Attribute
       
    28 	    tool       	"Java"
       
    29 	    name       	"UserDefineTagApply1"
       
    30 	    value      	"")
       
    31 	(object Attribute
       
    32 	    tool       	"Java"
       
    33 	    name       	"UserDefineTagName2"
       
    34 	    value      	"")
       
    35 	(object Attribute
       
    36 	    tool       	"Java"
       
    37 	    name       	"UserDefineTagText2"
       
    38 	    value      	"")
       
    39 	(object Attribute
       
    40 	    tool       	"Java"
       
    41 	    name       	"UserDefineTagApply2"
       
    42 	    value      	"")
       
    43 	(object Attribute
       
    44 	    tool       	"Java"
       
    45 	    name       	"UserDefineTagName3"
       
    46 	    value      	"")
       
    47 	(object Attribute
       
    48 	    tool       	"Java"
       
    49 	    name       	"UserDefineTagText3"
       
    50 	    value      	"")
       
    51 	(object Attribute
       
    52 	    tool       	"Java"
       
    53 	    name       	"UserDefineTagApply3"
       
    54 	    value      	""))
       
    55     quid       	"439D3C0201B6"
       
    56     defaults   	(object defaults
       
    57 	rightMargin 	0.250000
       
    58 	leftMargin 	0.250000
       
    59 	topMargin  	0.250000
       
    60 	bottomMargin 	0.500000
       
    61 	pageOverlap 	0.250000
       
    62 	clipIconLabels 	TRUE
       
    63 	autoResize 	TRUE
       
    64 	snapToGrid 	TRUE
       
    65 	gridX      	0
       
    66 	gridY      	0
       
    67 	defaultFont 	(object Font
       
    68 	    size       	10
       
    69 	    face       	"Arial"
       
    70 	    bold       	FALSE
       
    71 	    italics    	FALSE
       
    72 	    underline  	FALSE
       
    73 	    strike     	FALSE
       
    74 	    color      	0
       
    75 	    default_color 	TRUE)
       
    76 	showMessageNum 	3
       
    77 	showClassOfObject 	TRUE
       
    78 	notation   	"Unified")
       
    79     root_usecase_package 	(object Class_Category "Use Case View"
       
    80 	quid       	"439D3C0201B8"
       
    81 	exportControl 	"Public"
       
    82 	global     	TRUE
       
    83 	logical_models 	(list unit_reference_list)
       
    84 	logical_presentations 	(list unit_reference_list
       
    85 	    (object UseCaseDiagram "Main"
       
    86 		quid       	"439D3C0201BF"
       
    87 		title      	"Main"
       
    88 		zoom       	100
       
    89 		max_height 	28350
       
    90 		max_width  	21600
       
    91 		origin_x   	0
       
    92 		origin_y   	0
       
    93 		items      	(list diagram_item_list))))
       
    94     root_category 	(object Class_Category "Logical View"
       
    95 	quid       	"439D3C0201B7"
       
    96 	exportControl 	"Public"
       
    97 	global     	TRUE
       
    98 	subsystem  	"Component View"
       
    99 	quidu      	"439D3C0201B9"
       
   100 	logical_models 	(list unit_reference_list
       
   101 	    (object Class_Category "VC++ Reverse Engineered"
       
   102 		quid       	"439D3CA70231"
       
   103 		exportControl 	"Public"
       
   104 		logical_models 	(list unit_reference_list
       
   105 		    (object Class_Category "ipseccrypto"
       
   106 			quid       	"439D3CA70241"
       
   107 			exportControl 	"Public"
       
   108 			logical_models 	(list unit_reference_list
       
   109 			    (object Class "TAlgorithmClass"
       
   110 				attributes 	(list Attribute_Set
       
   111 				    (object Attribute
       
   112 					tool       	"VC++"
       
   113 					name       	"AppliedPattern"
       
   114 					value      	"none")
       
   115 				    (object Attribute
       
   116 					tool       	"VC++"
       
   117 					name       	"ImplementationType"
       
   118 					value      	(value Text 
       
   119 |typedef enum
       
   120 |	{
       
   121 |	EAlgorithmClass_Digest,	///< Message Digest algorithm
       
   122 |	EAlgorithmClass_Cipher,	///< Symmetric Cipher algorithm
       
   123 |	//
       
   124 |	// New types are possible by adding the symbol here
       
   125 |	// and defining the corresponding abstract class
       
   126 |	// (similar to CMessageDigestCrypto and CSymmetricCipher)
       
   127 |	//
       
   128 |	} TAlgorithmClass;
       
   129 					))
       
   130 				    (object Attribute
       
   131 					tool       	"VC++"
       
   132 					name       	"AfxSupportMacro"
       
   133 					value      	""))
       
   134 				quid       	"439D3CA7026F"
       
   135 				documentation 	"@}"
       
   136 				stereotype 	"typedef"
       
   137 				module     	"Component View::ipseccrypto"
       
   138 				quidu      	"439D3C980379"
       
   139 				language   	"VC++")
       
   140 			    (object Class "TAlgorithmDesc"
       
   141 				attributes 	(list Attribute_Set
       
   142 				    (object Attribute
       
   143 					tool       	"VC++"
       
   144 					name       	"AppliedPattern"
       
   145 					value      	"none")
       
   146 				    (object Attribute
       
   147 					tool       	"VC++"
       
   148 					name       	"AfxSupportMacro"
       
   149 					value      	""))
       
   150 				quid       	"439D3CA7028F"
       
   151 				documentation 	
       
   152 |	TAlgorithmDesc (and related types)
       
   153 |*
       
   154 |// A description of available algorithm.
       
   155 |//
       
   156 |// Similar to ProtocolList, a protocol supporting this API must
       
   157 |// return a description of each implemented algorithm as an
       
   158 |// array of TAlgorithmDesc objects as a result of AlgorithmList
       
   159 |// call.
       
   160 				
       
   161 				module     	"Component View::ipseccrypto"
       
   162 				quidu      	"439D3C980379"
       
   163 				language   	"VC++")
       
   164 			    (object Class "CMessageDigestCrypto"
       
   165 				attributes 	(list Attribute_Set
       
   166 				    (object Attribute
       
   167 					tool       	"VC++"
       
   168 					name       	"AppliedPattern"
       
   169 					value      	"none")
       
   170 				    (object Attribute
       
   171 					tool       	"VC++"
       
   172 					name       	"AfxSupportMacro"
       
   173 					value      	""))
       
   174 				quid       	"439D3CA702DD"
       
   175 				documentation 	
       
   176 | CMessageDigestCrypto
       
   177 | ********************
       
   178 |*
       
   179 |// Base Message Digest (abstract) class.
       
   180 |//
       
   181 |// All message digest algorithms must be derived from this
       
   182 |// base class, which defines the IPSEC required API for
       
   183 |// message digests (used by AH and ESP with authentication
       
   184 |// implementations). 
       
   185 |//
       
   186 |// Because IPSEC needs to run digest for each packet
       
   187 |// independently, it is important that the implementation
       
   188 |// can reset the computation by Init() without needing
       
   189 |// to do any additional allocations.
       
   190 				
       
   191 				superclasses 	(list inheritance_relationship_list
       
   192 				    (object Inheritance_Relationship
       
   193 					quid       	"439D3CA702DE"
       
   194 					supplier   	"CBase"))
       
   195 				operations 	(list Operations
       
   196 				    (object Operation "Init"
       
   197 					attributes 	(list Attribute_Set
       
   198 					    (object Attribute
       
   199 						tool       	"VC++"
       
   200 						name       	"Inline"
       
   201 						value      	FALSE))
       
   202 					quid       	"439D3CA702EC"
       
   203 					documentation 	
       
   204 |*
       
   205 |	// Set digest into initial state.
       
   206 |	//
       
   207 |	// IPSEC calls this method to start a new digest
       
   208 |	// computation for each IP packet that needs
       
   209 |	// digest computation.
       
   210 					
       
   211 					stereotype 	"abstract"
       
   212 					result     	"void"
       
   213 					concurrency 	"Sequential"
       
   214 					opExportControl 	"Public"
       
   215 					uid        	0)
       
   216 				    (object Operation "Update"
       
   217 					attributes 	(list Attribute_Set
       
   218 					    (object Attribute
       
   219 						tool       	"VC++"
       
   220 						name       	"Inline"
       
   221 						value      	FALSE))
       
   222 					quid       	"439D3CA702EE"
       
   223 					documentation 	
       
   224 |*
       
   225 |	// Add segment of data to the digest.
       
   226 |	//
       
   227 |	// The octets in aMessage must be added to the digest
       
   228 |	// value. The length of the aMessage can be anything
       
   229 |	// from 0 or more octets. If the digest algorithm has
       
   230 |	// any inherent block requirements, then this method
       
   231 |	// must handle it (specifically, the digest must work
       
   232 |	// correctly, even if the data is fed to it one byte
       
   233 |	// at time).
       
   234 |	//
       
   235 |	// @param aMessage
       
   236 |	//	describe the segment of octets to be added into
       
   237 |	//	the digest (length >= 0).
       
   238 					
       
   239 					stereotype 	"abstract"
       
   240 					parameters 	(list Parameters
       
   241 					    (object Parameter "aMessage"
       
   242 						quid       	"439D3CA702F0"
       
   243 						type       	"const TDesC8&"
       
   244 						const      	TRUE))
       
   245 					result     	"void"
       
   246 					concurrency 	"Sequential"
       
   247 					opExportControl 	"Public"
       
   248 					uid        	0)
       
   249 				    (object Operation "Final"
       
   250 					attributes 	(list Attribute_Set
       
   251 					    (object Attribute
       
   252 						tool       	"VC++"
       
   253 						name       	"Inline"
       
   254 						value      	FALSE))
       
   255 					quid       	"439D3CA702F1"
       
   256 					documentation 	
       
   257 |*
       
   258 |	// Wrap up the digest and return the result.
       
   259 |	//
       
   260 |	// @param aDigest
       
   261 |	//	a buffer to return the final computed digest value.
       
   262 					
       
   263 					stereotype 	"abstract"
       
   264 					parameters 	(list Parameters
       
   265 					    (object Parameter "aDigest"
       
   266 						quid       	"439D3CA702F3"
       
   267 						type       	"TDes8&"))
       
   268 					result     	"void"
       
   269 					concurrency 	"Sequential"
       
   270 					opExportControl 	"Public"
       
   271 					uid        	0)
       
   272 				    (object Operation "~CMessageDigestCrypto"
       
   273 					attributes 	(list Attribute_Set
       
   274 					    (object Attribute
       
   275 						tool       	"VC++"
       
   276 						name       	"Inline"
       
   277 						value      	TRUE))
       
   278 					quid       	"439D3CA702F4"
       
   279 					stereotype 	"virtual"
       
   280 					concurrency 	"Sequential"
       
   281 					opExportControl 	"Public"
       
   282 					uid        	0))
       
   283 				module     	"Component View::ipseccrypto"
       
   284 				quidu      	"439D3C980379"
       
   285 				language   	"VC++")
       
   286 			    (object Class "CProtocolFamilyCryptoEay"
       
   287 				attributes 	(list Attribute_Set
       
   288 				    (object Attribute
       
   289 					tool       	"VC++"
       
   290 					name       	"AppliedPattern"
       
   291 					value      	"none")
       
   292 				    (object Attribute
       
   293 					tool       	"VC++"
       
   294 					name       	"AfxSupportMacro"
       
   295 					value      	""))
       
   296 				quid       	"439D3CA70379"
       
   297 				documentation 	
       
   298 |////////////////////////////////////////////////////////////////////////////
       
   299 | Local declarations, not needed by anyone else but this module
       
   300 |////////////////////////////////////////////////////////////////////////////
       
   301 				
       
   302 				superclasses 	(list inheritance_relationship_list
       
   303 				    (object Inheritance_Relationship
       
   304 					quid       	"439D3CA7037A"
       
   305 					supplier   	"CProtocolFamilyBase"))
       
   306 				used_nodes 	(list uses_relationship_list
       
   307 				    (object Uses_Relationship
       
   308 					quid       	"439EC0EE0016"
       
   309 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolEay"
       
   310 					quidu      	"439D3CA70243"
       
   311 					supplier_cardinality 	(value cardinality "0..1")))
       
   312 				operations 	(list Operations
       
   313 				    (object Operation "CProtocolFamilyCryptoEay"
       
   314 					attributes 	(list Attribute_Set
       
   315 					    (object Attribute
       
   316 						tool       	"VC++"
       
   317 						name       	"Inline"
       
   318 						value      	FALSE))
       
   319 					quid       	"439D3CA7037B"
       
   320 					concurrency 	"Sequential"
       
   321 					opExportControl 	"Public"
       
   322 					uid        	0)
       
   323 				    (object Operation "~CProtocolFamilyCryptoEay"
       
   324 					attributes 	(list Attribute_Set
       
   325 					    (object Attribute
       
   326 						tool       	"VC++"
       
   327 						name       	"Inline"
       
   328 						value      	FALSE))
       
   329 					quid       	"439D3CA70389"
       
   330 					concurrency 	"Sequential"
       
   331 					opExportControl 	"Public"
       
   332 					uid        	0)
       
   333 				    (object Operation "Install"
       
   334 					attributes 	(list Attribute_Set
       
   335 					    (object Attribute
       
   336 						tool       	"VC++"
       
   337 						name       	"Inline"
       
   338 						value      	FALSE))
       
   339 					quid       	"439D3CA7038A"
       
   340 					result     	"TInt"
       
   341 					concurrency 	"Sequential"
       
   342 					opExportControl 	"Public"
       
   343 					uid        	0)
       
   344 				    (object Operation "Remove"
       
   345 					attributes 	(list Attribute_Set
       
   346 					    (object Attribute
       
   347 						tool       	"VC++"
       
   348 						name       	"Inline"
       
   349 						value      	FALSE))
       
   350 					quid       	"439D3CA7038B"
       
   351 					result     	"TInt"
       
   352 					concurrency 	"Sequential"
       
   353 					opExportControl 	"Public"
       
   354 					uid        	0)
       
   355 				    (object Operation "NewProtocolL"
       
   356 					attributes 	(list Attribute_Set
       
   357 					    (object Attribute
       
   358 						tool       	"VC++"
       
   359 						name       	"Inline"
       
   360 						value      	FALSE))
       
   361 					quid       	"439D3CA7038C"
       
   362 					parameters 	(list Parameters
       
   363 					    (object Parameter "aSockType"
       
   364 						quid       	"439D3CA7038D"
       
   365 						type       	"TUint")
       
   366 					    (object Parameter "aProtocol"
       
   367 						quid       	"439D3CA7038E"
       
   368 						type       	"TUint"))
       
   369 					result     	"CProtocolBase*"
       
   370 					concurrency 	"Sequential"
       
   371 					opExportControl 	"Public"
       
   372 					uid        	0)
       
   373 				    (object Operation "ProtocolList"
       
   374 					attributes 	(list Attribute_Set
       
   375 					    (object Attribute
       
   376 						tool       	"VC++"
       
   377 						name       	"Inline"
       
   378 						value      	FALSE))
       
   379 					quid       	"439D3CA7038F"
       
   380 					parameters 	(list Parameters
       
   381 					    (object Parameter "aProtocolList"
       
   382 						quid       	"439D3CA70390"
       
   383 						type       	"TServerProtocolDesc* &"))
       
   384 					result     	"TUint"
       
   385 					concurrency 	"Sequential"
       
   386 					opExportControl 	"Public"
       
   387 					uid        	0))
       
   388 				module     	"Component View::ipseccrypto"
       
   389 				quidu      	"439D3C980379"
       
   390 				language   	"VC++")
       
   391 			    (object Class "TMode"
       
   392 				attributes 	(list Attribute_Set
       
   393 				    (object Attribute
       
   394 					tool       	"VC++"
       
   395 					name       	"AppliedPattern"
       
   396 					value      	"none")
       
   397 				    (object Attribute
       
   398 					tool       	"VC++"
       
   399 					name       	"ImplementationType"
       
   400 					value      	(value Text 
       
   401 |typedef enum
       
   402 |	{
       
   403 |	EModeDecryptCbc,	///< CBC Encrypting Mode (= 0)
       
   404 |	EModeEncryptCbc,	///< CBC Decrypting Mode (= 1)
       
   405 |	EModeEncryptCtr		///< CTR Encrypt/Decrypt Mode (= 2)
       
   406 |	} TMode;
       
   407 					))
       
   408 				    (object Attribute
       
   409 					tool       	"VC++"
       
   410 					name       	"AfxSupportMacro"
       
   411 					value      	""))
       
   412 				quid       	"439D3CA70398"
       
   413 				stereotype 	"typedef"
       
   414 				module     	"Component View::ipseccrypto"
       
   415 				quidu      	"439D3C980379"
       
   416 				language   	"VC++")
       
   417 			    (object Class "CMessageDigestSymbian"
       
   418 				attributes 	(list Attribute_Set
       
   419 				    (object Attribute
       
   420 					tool       	"VC++"
       
   421 					name       	"AppliedPattern"
       
   422 					value      	"none")
       
   423 				    (object Attribute
       
   424 					tool       	"VC++"
       
   425 					name       	"AfxSupportMacro"
       
   426 					value      	""))
       
   427 				quid       	"439D3CA703B8"
       
   428 				superclasses 	(list inheritance_relationship_list
       
   429 				    (object Inheritance_Relationship
       
   430 					quid       	"439D3CA703C7"
       
   431 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigestCrypto"
       
   432 					quidu      	"439D3CA702DD"))
       
   433 				operations 	(list Operations
       
   434 				    (object Operation "Init"
       
   435 					attributes 	(list Attribute_Set
       
   436 					    (object Attribute
       
   437 						tool       	"VC++"
       
   438 						name       	"Inline"
       
   439 						value      	TRUE))
       
   440 					quid       	"439D3CA703C8"
       
   441 					stereotype 	"virtual"
       
   442 					result     	"void"
       
   443 					concurrency 	"Sequential"
       
   444 					opExportControl 	"Public"
       
   445 					uid        	0)
       
   446 				    (object Operation "Update"
       
   447 					attributes 	(list Attribute_Set
       
   448 					    (object Attribute
       
   449 						tool       	"VC++"
       
   450 						name       	"Inline"
       
   451 						value      	TRUE))
       
   452 					quid       	"439D3CA703CA"
       
   453 					stereotype 	"virtual"
       
   454 					parameters 	(list Parameters
       
   455 					    (object Parameter "aMessage"
       
   456 						quid       	"439D3CA703CC"
       
   457 						type       	"const TDesC8&"
       
   458 						const      	TRUE))
       
   459 					result     	"void"
       
   460 					concurrency 	"Sequential"
       
   461 					opExportControl 	"Public"
       
   462 					uid        	0)
       
   463 				    (object Operation "Final"
       
   464 					attributes 	(list Attribute_Set
       
   465 					    (object Attribute
       
   466 						tool       	"VC++"
       
   467 						name       	"Inline"
       
   468 						value      	TRUE))
       
   469 					quid       	"439D3CA703CD"
       
   470 					stereotype 	"virtual"
       
   471 					parameters 	(list Parameters
       
   472 					    (object Parameter "aDigest"
       
   473 						quid       	"439D3CA703D7"
       
   474 						type       	"TDes8&"))
       
   475 					result     	"void"
       
   476 					concurrency 	"Sequential"
       
   477 					opExportControl 	"Public"
       
   478 					uid        	0)
       
   479 				    (object Operation "FillinInfo"
       
   480 					attributes 	(list Attribute_Set
       
   481 					    (object Attribute
       
   482 						tool       	"VC++"
       
   483 						name       	"Inline"
       
   484 						value      	FALSE))
       
   485 					quid       	"439D3CA703D8"
       
   486 					stereotype 	"static"
       
   487 					parameters 	(list Parameters
       
   488 					    (object Parameter "anEntry"
       
   489 						quid       	"439D3CA703DA"
       
   490 						type       	"TAlgorithmDesc&"
       
   491 						quidu      	"439D3CA7028F"))
       
   492 					result     	"void"
       
   493 					concurrency 	"Sequential"
       
   494 					opExportControl 	"Public"
       
   495 					uid        	0)
       
   496 				    (object Operation "~CMessageDigestSha1"
       
   497 					attributes 	(list Attribute_Set
       
   498 					    (object Attribute
       
   499 						tool       	"VC++"
       
   500 						name       	"Inline"
       
   501 						value      	TRUE))
       
   502 					quid       	"439D3CA703DB"
       
   503 					concurrency 	"Sequential"
       
   504 					opExportControl 	"Public"
       
   505 					uid        	0)
       
   506 				    (object Operation "opname"
       
   507 					quid       	"439D932800DD"
       
   508 					concurrency 	"Sequential"
       
   509 					opExportControl 	"Public"
       
   510 					uid        	0))
       
   511 				module     	"Component View::ipseccrypto"
       
   512 				quidu      	"439D3C980379"
       
   513 				language   	"VC++")
       
   514 			    (object Class "TEayAlgorithm"
       
   515 				attributes 	(list Attribute_Set
       
   516 				    (object Attribute
       
   517 					tool       	"VC++"
       
   518 					name       	"AppliedPattern"
       
   519 					value      	"none")
       
   520 				    (object Attribute
       
   521 					tool       	"VC++"
       
   522 					name       	"ImplementationType"
       
   523 					value      	(value Text 
       
   524 |typedef enum
       
   525 |	{
       
   526 |	EAlgorithm_Descbc,
       
   527 |	EAlgorithm_3Descbc,
       
   528 |	EAlgorithm_Sha1,
       
   529 |	EAlgorithm_Md5,
       
   530 |	EAlgorithm_Aescbc,
       
   531 |	EAlgorithm_Aesctr,
       
   532 |	EAlgorithm_Max,	 // Must be the last entry!!
       
   533 |	} TEayAlgorithm;
       
   534 					))
       
   535 				    (object Attribute
       
   536 					tool       	"VC++"
       
   537 					name       	"AfxSupportMacro"
       
   538 					value      	""))
       
   539 				quid       	"439D3CA801D3"
       
   540 				documentation 	
       
   541 |
       
   542 |  The numbering of the algorithms is totally internal to this
       
   543 |  module, thus the enumeration is defined only here!
       
   544 				
       
   545 				stereotype 	"typedef"
       
   546 				module     	"Component View::ipseccrypto"
       
   547 				quidu      	"439D3C980379"
       
   548 				language   	"VC++")
       
   549 			    (object Class "CRijndael"
       
   550 				attributes 	(list Attribute_Set
       
   551 				    (object Attribute
       
   552 					tool       	"VC++"
       
   553 					name       	"AppliedPattern"
       
   554 					value      	"none")
       
   555 				    (object Attribute
       
   556 					tool       	"VC++"
       
   557 					name       	"AfxSupportMacro"
       
   558 					value      	""))
       
   559 				quid       	"439D58430273"
       
   560 				documentation 	
       
   561 |*
       
   562 |* Abstract base class for Rijndael, implementing the parts of Rijndael common to both
       
   563 |* Rijndael encryption and decryption.
       
   564 |*
       
   565 |* @publishedPartner
       
   566 |* @released
       
   567 				
       
   568 				superclasses 	(list inheritance_relationship_list
       
   569 				    (object Inheritance_Relationship
       
   570 					quid       	"439D58430282"
       
   571 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CBlockTransformation"
       
   572 					quidu      	"439EA7CE00A7"))
       
   573 				operations 	(list Operations
       
   574 				    (object Operation "Reset"
       
   575 					attributes 	(list Attribute_Set
       
   576 					    (object Attribute
       
   577 						tool       	"VC++"
       
   578 						name       	"Inline"
       
   579 						value      	FALSE))
       
   580 					quid       	"439D58430283"
       
   581 					stereotype 	"virtual"
       
   582 					parameters 	(list Parameters
       
   583 					    (object Parameter ""
       
   584 						quid       	"439D58430285"
       
   585 						type       	"void"))
       
   586 					result     	"void"
       
   587 					concurrency 	"Sequential"
       
   588 					opExportControl 	"Public"
       
   589 					uid        	0)
       
   590 				    (object Operation "KeySize"
       
   591 					attributes 	(list Attribute_Set
       
   592 					    (object Attribute
       
   593 						tool       	"VC++"
       
   594 						name       	"Inline"
       
   595 						value      	FALSE))
       
   596 					quid       	"439D58430286"
       
   597 					stereotype 	"virtual, const"
       
   598 					parameters 	(list Parameters
       
   599 					    (object Parameter ""
       
   600 						quid       	"439D58430288"
       
   601 						type       	"void"))
       
   602 					result     	"TInt"
       
   603 					concurrency 	"Sequential"
       
   604 					opExportControl 	"Public"
       
   605 					uid        	0)
       
   606 				    (object Operation "~CRijndael"
       
   607 					attributes 	(list Attribute_Set
       
   608 					    (object Attribute
       
   609 						tool       	"VC++"
       
   610 						name       	"Inline"
       
   611 						value      	FALSE))
       
   612 					quid       	"439D58430289"
       
   613 					documentation 	"* The destructor frees all resources owned by the object, prior to its destruction."
       
   614 					stereotype 	"virtual"
       
   615 					parameters 	(list Parameters
       
   616 					    (object Parameter ""
       
   617 						quid       	"439D5843028B"
       
   618 						type       	"void"))
       
   619 					result     	"IMPORT_C"
       
   620 					concurrency 	"Sequential"
       
   621 					opExportControl 	"Public"
       
   622 					uid        	0)
       
   623 				    (object Operation "CRijndael"
       
   624 					attributes 	(list Attribute_Set
       
   625 					    (object Attribute
       
   626 						tool       	"VC++"
       
   627 						name       	"Inline"
       
   628 						value      	FALSE))
       
   629 					quid       	"439D58430292"
       
   630 					documentation 	"* Default constructor"
       
   631 					parameters 	(list Parameters
       
   632 					    (object Parameter ""
       
   633 						quid       	"439D58430293"
       
   634 						type       	"void"))
       
   635 					result     	"IMPORT_C"
       
   636 					concurrency 	"Sequential"
       
   637 					opExportControl 	"Protected"
       
   638 					uid        	0)
       
   639 				    (object Operation "SetKey"
       
   640 					attributes 	(list Attribute_Set
       
   641 					    (object Attribute
       
   642 						tool       	"VC++"
       
   643 						name       	"Inline"
       
   644 						value      	FALSE))
       
   645 					quid       	"439D58430294"
       
   646 					stereotype 	"virtual"
       
   647 					parameters 	(list Parameters
       
   648 					    (object Parameter "aKey"
       
   649 						quid       	"439D58430296"
       
   650 						type       	"const TDesC8&"
       
   651 						const      	TRUE))
       
   652 					result     	"void"
       
   653 					concurrency 	"Sequential"
       
   654 					opExportControl 	"Protected"
       
   655 					uid        	0)
       
   656 				    (object Operation "ConstructL"
       
   657 					attributes 	(list Attribute_Set
       
   658 					    (object Attribute
       
   659 						tool       	"VC++"
       
   660 						name       	"Inline"
       
   661 						value      	FALSE))
       
   662 					quid       	"439D58430297"
       
   663 					stereotype 	"virtual"
       
   664 					parameters 	(list Parameters
       
   665 					    (object Parameter "aKey"
       
   666 						quid       	"439D584302A2"
       
   667 						type       	"const TDesC8&"
       
   668 						const      	TRUE))
       
   669 					result     	"void"
       
   670 					concurrency 	"Sequential"
       
   671 					opExportControl 	"Protected"
       
   672 					uid        	0)
       
   673 				    (object Operation "CRijndael"
       
   674 					attributes 	(list Attribute_Set
       
   675 					    (object Attribute
       
   676 						tool       	"VC++"
       
   677 						name       	"Inline"
       
   678 						value      	FALSE))
       
   679 					quid       	"439D584302C3"
       
   680 					parameters 	(list Parameters
       
   681 					    (object Parameter ""
       
   682 						quid       	"439D584302C4"
       
   683 						type       	"const CRijndael&"
       
   684 						const      	TRUE))
       
   685 					concurrency 	"Sequential"
       
   686 					opExportControl 	"Private"
       
   687 					uid        	0)
       
   688 				    (object Operation "operator="
       
   689 					attributes 	(list Attribute_Set
       
   690 					    (object Attribute
       
   691 						tool       	"VC++"
       
   692 						name       	"Inline"
       
   693 						value      	FALSE))
       
   694 					quid       	"439D584302C5"
       
   695 					parameters 	(list Parameters
       
   696 					    (object Parameter ""
       
   697 						quid       	"439D584302D0"
       
   698 						type       	"const CRijndael&"
       
   699 						const      	TRUE))
       
   700 					result     	"const CRijndael&"
       
   701 					concurrency 	"Sequential"
       
   702 					opExportControl 	"Private"
       
   703 					uid        	0))
       
   704 				module     	"Component View::ipseccrypto"
       
   705 				quidu      	"439D3C980379"
       
   706 				language   	"VC++")
       
   707 			    (object Class "CAESEncryptor"
       
   708 				attributes 	(list Attribute_Set
       
   709 				    (object Attribute
       
   710 					tool       	"VC++"
       
   711 					name       	"AppliedPattern"
       
   712 					value      	"none")
       
   713 				    (object Attribute
       
   714 					tool       	"VC++"
       
   715 					name       	"AfxSupportMacro"
       
   716 					value      	""))
       
   717 				quid       	"439D584302E0"
       
   718 				documentation 	
       
   719 |*
       
   720 |* Concrete class for AES encryption.
       
   721 |*
       
   722 |* @publishedPartner
       
   723 |* @released
       
   724 				
       
   725 				superclasses 	(list inheritance_relationship_list
       
   726 				    (object Inheritance_Relationship
       
   727 					quid       	"439D584302E1"
       
   728 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CRijndael"
       
   729 					quidu      	"439D58430273"))
       
   730 				operations 	(list Operations
       
   731 				    (object Operation "NewL"
       
   732 					attributes 	(list Attribute_Set
       
   733 					    (object Attribute
       
   734 						tool       	"VC++"
       
   735 						name       	"Inline"
       
   736 						value      	FALSE))
       
   737 					quid       	"439D584302F0"
       
   738 					documentation 	
       
   739 |*
       
   740 |	* Creates an instance of this class.
       
   741 |	*
       
   742 |	* @param aKey	The key to be used for encryption. The key length must be either
       
   743 |	*				KAESKeySize128 (=16), KAESKeySize192 (=24) or KAESKeySize256 (=32) bytes.
       
   744 |	*
       
   745 |	* @leave KErrKeyNotWeakEnough	If the key size is larger than that allowed by the
       
   746 |	*								cipher strength restrictions of the crypto library.
       
   747 |	*								See TCrypto::IsSymmetricWeakEnoughL()
       
   748 					
       
   749 					stereotype 	"static"
       
   750 					parameters 	(list Parameters
       
   751 					    (object Parameter "aKey"
       
   752 						quid       	"439D584302F2"
       
   753 						type       	"const TDesC8&"
       
   754 						const      	TRUE))
       
   755 					result     	"IMPORT_C CAESEncryptor*"
       
   756 					concurrency 	"Sequential"
       
   757 					opExportControl 	"Public"
       
   758 					uid        	0)
       
   759 				    (object Operation "NewLC"
       
   760 					attributes 	(list Attribute_Set
       
   761 					    (object Attribute
       
   762 						tool       	"VC++"
       
   763 						name       	"Inline"
       
   764 						value      	FALSE))
       
   765 					quid       	"439D584302F3"
       
   766 					documentation 	
       
   767 |*
       
   768 |	* Creates an instance of this class and leaves it on the cleanup stack.
       
   769 |	*
       
   770 |	* @param aKey	The key to be used for encryption. The key length must be either
       
   771 |	*				KAESKeySize128 (=16), KAESKeySize192 (=24) or KAESKeySize256 (=32) bytes.
       
   772 |	*
       
   773 |	* @leave KErrKeyNotWeakEnough	If the key size is larger than that allowed by the
       
   774 |	*								cipher strength restrictions of the crypto library.
       
   775 |	*								See TCrypto::IsSymmetricWeakEnoughL()
       
   776 					
       
   777 					stereotype 	"static"
       
   778 					parameters 	(list Parameters
       
   779 					    (object Parameter "aKey"
       
   780 						quid       	"439D584302F5"
       
   781 						type       	"const TDesC8&"
       
   782 						const      	TRUE))
       
   783 					result     	"IMPORT_C CAESEncryptor*"
       
   784 					concurrency 	"Sequential"
       
   785 					opExportControl 	"Public"
       
   786 					uid        	0)
       
   787 				    (object Operation "BlockSize"
       
   788 					attributes 	(list Attribute_Set
       
   789 					    (object Attribute
       
   790 						tool       	"VC++"
       
   791 						name       	"Inline"
       
   792 						value      	FALSE))
       
   793 					quid       	"439D584302F6"
       
   794 					stereotype 	"virtual, const"
       
   795 					result     	"TInt"
       
   796 					concurrency 	"Sequential"
       
   797 					opExportControl 	"Public"
       
   798 					uid        	0)
       
   799 				    (object Operation "Transform"
       
   800 					attributes 	(list Attribute_Set
       
   801 					    (object Attribute
       
   802 						tool       	"VC++"
       
   803 						name       	"Inline"
       
   804 						value      	FALSE))
       
   805 					quid       	"439D584302F8"
       
   806 					stereotype 	"virtual"
       
   807 					parameters 	(list Parameters
       
   808 					    (object Parameter "aBlock"
       
   809 						quid       	"439D584302FF"
       
   810 						type       	"TDes8&"))
       
   811 					result     	"void"
       
   812 					concurrency 	"Sequential"
       
   813 					opExportControl 	"Public"
       
   814 					uid        	0)
       
   815 				    (object Operation "CAESEncryptor"
       
   816 					attributes 	(list Attribute_Set
       
   817 					    (object Attribute
       
   818 						tool       	"VC++"
       
   819 						name       	"Inline"
       
   820 						value      	FALSE))
       
   821 					quid       	"439D58430300"
       
   822 					documentation 	"* @internalAll"
       
   823 					parameters 	(list Parameters
       
   824 					    (object Parameter ""
       
   825 						quid       	"439D58430301"
       
   826 						type       	"void"))
       
   827 					concurrency 	"Sequential"
       
   828 					opExportControl 	"Protected"
       
   829 					uid        	0)
       
   830 				    (object Operation "CAESEncryptor"
       
   831 					attributes 	(list Attribute_Set
       
   832 					    (object Attribute
       
   833 						tool       	"VC++"
       
   834 						name       	"Inline"
       
   835 						value      	FALSE))
       
   836 					quid       	"439D58430302"
       
   837 					parameters 	(list Parameters
       
   838 					    (object Parameter ""
       
   839 						quid       	"439D58430303"
       
   840 						type       	"const CAESEncryptor&"
       
   841 						const      	TRUE))
       
   842 					concurrency 	"Sequential"
       
   843 					opExportControl 	"Private"
       
   844 					uid        	0)
       
   845 				    (object Operation "operator="
       
   846 					attributes 	(list Attribute_Set
       
   847 					    (object Attribute
       
   848 						tool       	"VC++"
       
   849 						name       	"Inline"
       
   850 						value      	FALSE))
       
   851 					quid       	"439D58430304"
       
   852 					parameters 	(list Parameters
       
   853 					    (object Parameter ""
       
   854 						quid       	"439D5843030F"
       
   855 						type       	"const CAESEncryptor&"
       
   856 						const      	TRUE))
       
   857 					result     	"const CAESEncryptor&"
       
   858 					concurrency 	"Sequential"
       
   859 					opExportControl 	"Private"
       
   860 					uid        	0))
       
   861 				module     	"Component View::ipseccrypto"
       
   862 				quidu      	"439D3C980379"
       
   863 				language   	"VC++")
       
   864 			    (object Class "CAESDecryptor"
       
   865 				attributes 	(list Attribute_Set
       
   866 				    (object Attribute
       
   867 					tool       	"VC++"
       
   868 					name       	"AppliedPattern"
       
   869 					value      	"none")
       
   870 				    (object Attribute
       
   871 					tool       	"VC++"
       
   872 					name       	"AfxSupportMacro"
       
   873 					value      	""))
       
   874 				quid       	"439D5843031F"
       
   875 				documentation 	
       
   876 |*
       
   877 |* Concrete class for AES decryption.
       
   878 |*
       
   879 |* @publishedPartner
       
   880 |* @released
       
   881 				
       
   882 				superclasses 	(list inheritance_relationship_list
       
   883 				    (object Inheritance_Relationship
       
   884 					quid       	"439D58430320"
       
   885 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CRijndael"
       
   886 					quidu      	"439D58430273"))
       
   887 				operations 	(list Operations
       
   888 				    (object Operation "NewL"
       
   889 					attributes 	(list Attribute_Set
       
   890 					    (object Attribute
       
   891 						tool       	"VC++"
       
   892 						name       	"Inline"
       
   893 						value      	FALSE))
       
   894 					quid       	"439D58430321"
       
   895 					documentation 	
       
   896 |*
       
   897 |	* Creates an instance of this class.
       
   898 |	*
       
   899 |	* @param aKey	The key to be used for decryption. The key length must be either
       
   900 |	*				KAESKeySize128 (=16), KAESKeySize192 (=24) or KAESKeySize256 (=32) bytes.
       
   901 |	*
       
   902 |	* @leave KErrKeyNotWeakEnough	If the key size is larger than that allowed by the
       
   903 |	*								cipher strength restrictions of the crypto library. 
       
   904 |	*								See TCrypto::IsSymmetricWeakEnoughL()
       
   905 					
       
   906 					stereotype 	"static"
       
   907 					parameters 	(list Parameters
       
   908 					    (object Parameter "aKey"
       
   909 						quid       	"439D5843032E"
       
   910 						type       	"const TDesC8&"
       
   911 						const      	TRUE))
       
   912 					result     	"IMPORT_C CAESDecryptor*"
       
   913 					concurrency 	"Sequential"
       
   914 					opExportControl 	"Public"
       
   915 					uid        	0)
       
   916 				    (object Operation "NewLC"
       
   917 					attributes 	(list Attribute_Set
       
   918 					    (object Attribute
       
   919 						tool       	"VC++"
       
   920 						name       	"Inline"
       
   921 						value      	FALSE))
       
   922 					quid       	"439D5843032F"
       
   923 					documentation 	
       
   924 |*
       
   925 |	* Creates an instance of this class and leaves it on the cleanup stack.
       
   926 |	*
       
   927 |	* @param aKey	The key to be used for decryption. The key length must be either
       
   928 |	*				KAESKeySize128 (=16), KAESKeySize192 (=24) or KAESKeySize256 (=32) bytes.
       
   929 |	*
       
   930 |	* @leave KErrKeyNotWeakEnough	If the key size is larger than that allowed by the
       
   931 |	*								cipher strength restrictions of the crypto library.
       
   932 |	*								See TCrypto::IsSymmetricWeakEnoughL()
       
   933 					
       
   934 					stereotype 	"static"
       
   935 					parameters 	(list Parameters
       
   936 					    (object Parameter "aKey"
       
   937 						quid       	"439D58430331"
       
   938 						type       	"const TDesC8&"
       
   939 						const      	TRUE))
       
   940 					result     	"IMPORT_C CAESDecryptor*"
       
   941 					concurrency 	"Sequential"
       
   942 					opExportControl 	"Public"
       
   943 					uid        	0)
       
   944 				    (object Operation "BlockSize"
       
   945 					attributes 	(list Attribute_Set
       
   946 					    (object Attribute
       
   947 						tool       	"VC++"
       
   948 						name       	"Inline"
       
   949 						value      	FALSE))
       
   950 					quid       	"439D58430332"
       
   951 					stereotype 	"virtual, const"
       
   952 					result     	"TInt"
       
   953 					concurrency 	"Sequential"
       
   954 					opExportControl 	"Public"
       
   955 					uid        	0)
       
   956 				    (object Operation "Transform"
       
   957 					attributes 	(list Attribute_Set
       
   958 					    (object Attribute
       
   959 						tool       	"VC++"
       
   960 						name       	"Inline"
       
   961 						value      	FALSE))
       
   962 					quid       	"439D58430334"
       
   963 					stereotype 	"virtual"
       
   964 					parameters 	(list Parameters
       
   965 					    (object Parameter "aBlock"
       
   966 						quid       	"439D58430336"
       
   967 						type       	"TDes8&"))
       
   968 					result     	"void"
       
   969 					concurrency 	"Sequential"
       
   970 					opExportControl 	"Public"
       
   971 					uid        	0)
       
   972 				    (object Operation "SetKey"
       
   973 					attributes 	(list Attribute_Set
       
   974 					    (object Attribute
       
   975 						tool       	"VC++"
       
   976 						name       	"Inline"
       
   977 						value      	FALSE))
       
   978 					quid       	"439D58430337"
       
   979 					stereotype 	"virtual"
       
   980 					parameters 	(list Parameters
       
   981 					    (object Parameter "aKey"
       
   982 						quid       	"439D5843033F"
       
   983 						type       	"const TDesC8&"
       
   984 						const      	TRUE))
       
   985 					result     	"void"
       
   986 					concurrency 	"Sequential"
       
   987 					opExportControl 	"Protected"
       
   988 					uid        	0)
       
   989 				    (object Operation "CAESDecryptor"
       
   990 					attributes 	(list Attribute_Set
       
   991 					    (object Attribute
       
   992 						tool       	"VC++"
       
   993 						name       	"Inline"
       
   994 						value      	FALSE))
       
   995 					quid       	"439D58430340"
       
   996 					documentation 	"* @internalAll"
       
   997 					parameters 	(list Parameters
       
   998 					    (object Parameter ""
       
   999 						quid       	"439D58430341"
       
  1000 						type       	"void"))
       
  1001 					concurrency 	"Sequential"
       
  1002 					opExportControl 	"Protected"
       
  1003 					uid        	0)
       
  1004 				    (object Operation "CAESDecryptor"
       
  1005 					attributes 	(list Attribute_Set
       
  1006 					    (object Attribute
       
  1007 						tool       	"VC++"
       
  1008 						name       	"Inline"
       
  1009 						value      	FALSE))
       
  1010 					quid       	"439D58430342"
       
  1011 					parameters 	(list Parameters
       
  1012 					    (object Parameter ""
       
  1013 						quid       	"439D58430343"
       
  1014 						type       	"const CAESDecryptor&"
       
  1015 						const      	TRUE))
       
  1016 					concurrency 	"Sequential"
       
  1017 					opExportControl 	"Private"
       
  1018 					uid        	0)
       
  1019 				    (object Operation "operator="
       
  1020 					attributes 	(list Attribute_Set
       
  1021 					    (object Attribute
       
  1022 						tool       	"VC++"
       
  1023 						name       	"Inline"
       
  1024 						value      	FALSE))
       
  1025 					quid       	"439D58430344"
       
  1026 					parameters 	(list Parameters
       
  1027 					    (object Parameter ""
       
  1028 						quid       	"439D5843034D"
       
  1029 						type       	"const CAESDecryptor&"
       
  1030 						const      	TRUE))
       
  1031 					result     	"const CAESDecryptor&"
       
  1032 					concurrency 	"Sequential"
       
  1033 					opExportControl 	"Private"
       
  1034 					uid        	0))
       
  1035 				module     	"Component View::ipseccrypto"
       
  1036 				quidu      	"439D3C980379"
       
  1037 				language   	"VC++")
       
  1038 			    (object Class "CMessageDigest"
       
  1039 				attributes 	(list Attribute_Set
       
  1040 				    (object Attribute
       
  1041 					tool       	"VC++"
       
  1042 					name       	"AppliedPattern"
       
  1043 					value      	"none")
       
  1044 				    (object Attribute
       
  1045 					tool       	"VC++"
       
  1046 					name       	"AfxSupportMacro"
       
  1047 					value      	""))
       
  1048 				quid       	"439D584303BB"
       
  1049 				documentation 	
       
  1050 |*
       
  1051 | * Base class for message digests.
       
  1052 				
       
  1053 				superclasses 	(list inheritance_relationship_list
       
  1054 				    (object Inheritance_Relationship
       
  1055 					quid       	"439D584303CA"
       
  1056 					supplier   	"CBase"))
       
  1057 				operations 	(list Operations
       
  1058 				    (object Operation "ReplicateL"
       
  1059 					attributes 	(list Attribute_Set
       
  1060 					    (object Attribute
       
  1061 						tool       	"VC++"
       
  1062 						name       	"Inline"
       
  1063 						value      	FALSE))
       
  1064 					quid       	"439D584303CB"
       
  1065 					documentation 	
       
  1066 |* 
       
  1067 |		 * Creates a brand new reset CMessageDigest object containing no state
       
  1068 |		 * information from the current object.  
       
  1069 |		 * 
       
  1070 |		 * To make a copy of a message digest with its internal state intact,
       
  1071 |		 * see CopyL().
       
  1072 |		 *
       
  1073 |		 * @return A pointer to the new reset CMessageDigest object
       
  1074 					
       
  1075 					stereotype 	"abstract"
       
  1076 					parameters 	(list Parameters
       
  1077 					    (object Parameter ""
       
  1078 						quid       	"439D584303CD"
       
  1079 						type       	"void"))
       
  1080 					result     	"IMPORT_C CMessageDigest*"
       
  1081 					concurrency 	"Sequential"
       
  1082 					opExportControl 	"Public"
       
  1083 					uid        	0)
       
  1084 				    (object Operation "Hash"
       
  1085 					attributes 	(list Attribute_Set
       
  1086 					    (object Attribute
       
  1087 						tool       	"VC++"
       
  1088 						name       	"Inline"
       
  1089 						value      	FALSE))
       
  1090 					quid       	"439D584303DA"
       
  1091 					documentation 	
       
  1092 |* 
       
  1093 |		 * Adds aMessage to the internal representation of data to be hashed,
       
  1094 |		 * then returns a TPtrC8 of the finalised hash of all the previously
       
  1095 |		 * appended messages.
       
  1096 |		 * 
       
  1097 |		 * @param aMessage	Data to be included in the hash.
       
  1098 |		 * @return			A descriptor pointer to the buffer containing the
       
  1099 |		 *					resulting hash.
       
  1100 					
       
  1101 					stereotype 	"abstract"
       
  1102 					parameters 	(list Parameters
       
  1103 					    (object Parameter "aMessage"
       
  1104 						quid       	"439D584303DC"
       
  1105 						type       	"const TDesC8&"
       
  1106 						const      	TRUE))
       
  1107 					result     	"IMPORT_C TPtrC8"
       
  1108 					concurrency 	"Sequential"
       
  1109 					opExportControl 	"Public"
       
  1110 					uid        	0)
       
  1111 				    (object Operation "CopyL"
       
  1112 					attributes 	(list Attribute_Set
       
  1113 					    (object Attribute
       
  1114 						tool       	"VC++"
       
  1115 						name       	"Inline"
       
  1116 						value      	FALSE))
       
  1117 					quid       	"439D584303DD"
       
  1118 					documentation 	
       
  1119 |* 
       
  1120 |		 * Creates a new CMessageDigest object with the exact same state as
       
  1121 |		 * the current object.  
       
  1122 |		 *
       
  1123 |		 * This function copies all internal state of the message digest.
       
  1124 |		 * To create a new CMessageDigest object without the state of
       
  1125 |		 * the current object, see ReplicateL().
       
  1126 |		 *
       
  1127 |		 * @return A pointer to the new CMessageDigest object
       
  1128 					
       
  1129 					stereotype 	"abstract"
       
  1130 					parameters 	(list Parameters
       
  1131 					    (object Parameter ""
       
  1132 						quid       	"439D584303DF"
       
  1133 						type       	"void"))
       
  1134 					result     	"IMPORT_C CMessageDigest*"
       
  1135 					concurrency 	"Sequential"
       
  1136 					opExportControl 	"Public"
       
  1137 					uid        	0)
       
  1138 				    (object Operation "BlockSize"
       
  1139 					attributes 	(list Attribute_Set
       
  1140 					    (object Attribute
       
  1141 						tool       	"VC++"
       
  1142 						name       	"Inline"
       
  1143 						value      	FALSE))
       
  1144 					quid       	"439D584303E0"
       
  1145 					documentation 	
       
  1146 |* 
       
  1147 |		 * Gets the internal block size of the message digest.
       
  1148 |		 * 
       
  1149 |		 * @return	Internal block size of message digest in bytes.
       
  1150 					
       
  1151 					stereotype 	"abstract"
       
  1152 					parameters 	(list Parameters
       
  1153 					    (object Parameter ""
       
  1154 						quid       	"439D58440003"
       
  1155 						type       	"void"))
       
  1156 					result     	"IMPORT_C TInt"
       
  1157 					concurrency 	"Sequential"
       
  1158 					opExportControl 	"Public"
       
  1159 					uid        	0)
       
  1160 				    (object Operation "HashSize"
       
  1161 					attributes 	(list Attribute_Set
       
  1162 					    (object Attribute
       
  1163 						tool       	"VC++"
       
  1164 						name       	"Inline"
       
  1165 						value      	FALSE))
       
  1166 					quid       	"439D58440004"
       
  1167 					documentation 	
       
  1168 |* 
       
  1169 |		 * Gets the size of the message digest output.
       
  1170 |		 *
       
  1171 |		 * @return	Output size of the message digest in bytes.
       
  1172 					
       
  1173 					stereotype 	"abstract"
       
  1174 					parameters 	(list Parameters
       
  1175 					    (object Parameter ""
       
  1176 						quid       	"439D58440006"
       
  1177 						type       	"void"))
       
  1178 					result     	"IMPORT_C TInt"
       
  1179 					concurrency 	"Sequential"
       
  1180 					opExportControl 	"Public"
       
  1181 					uid        	0)
       
  1182 				    (object Operation "Reset"
       
  1183 					attributes 	(list Attribute_Set
       
  1184 					    (object Attribute
       
  1185 						tool       	"VC++"
       
  1186 						name       	"Inline"
       
  1187 						value      	FALSE))
       
  1188 					quid       	"439D58440007"
       
  1189 					documentation 	
       
  1190 |* 
       
  1191 |		 * Resets the internal state of the message digest.  
       
  1192 |		 *
       
  1193 |		 * A reset hash object loses all internal state representing the hashed
       
  1194 |		 * data. A reset message digest is suitable to begin a new, distinct hash
       
  1195 |		 * of different data.  Any previously returned TPtrC8 from a call to
       
  1196 |		 * Final() remains valid until any subsequent call to Update() or
       
  1197 |		 * Final().
       
  1198 					
       
  1199 					stereotype 	"abstract"
       
  1200 					parameters 	(list Parameters
       
  1201 					    (object Parameter ""
       
  1202 						quid       	"439D58440009"
       
  1203 						type       	"void"))
       
  1204 					result     	"IMPORT_C void"
       
  1205 					concurrency 	"Sequential"
       
  1206 					opExportControl 	"Public"
       
  1207 					uid        	0)
       
  1208 				    (object Operation "~CMessageDigest"
       
  1209 					attributes 	(list Attribute_Set
       
  1210 					    (object Attribute
       
  1211 						tool       	"VC++"
       
  1212 						name       	"Inline"
       
  1213 						value      	FALSE))
       
  1214 					quid       	"439D5844000A"
       
  1215 					documentation 	
       
  1216 |*
       
  1217 |		 * Destructor.
       
  1218 					
       
  1219 					parameters 	(list Parameters
       
  1220 					    (object Parameter ""
       
  1221 						quid       	"439D58440011"
       
  1222 						type       	"void"))
       
  1223 					result     	"IMPORT_C"
       
  1224 					concurrency 	"Sequential"
       
  1225 					opExportControl 	"Public"
       
  1226 					uid        	0)
       
  1227 				    (object Operation "Update"
       
  1228 					attributes 	(list Attribute_Set
       
  1229 					    (object Attribute
       
  1230 						tool       	"VC++"
       
  1231 						name       	"Inline"
       
  1232 						value      	FALSE))
       
  1233 					quid       	"439D58440012"
       
  1234 					documentation 	
       
  1235 |* 
       
  1236 |		 * Adds data to the internal representation of messages to be hashed.
       
  1237 |		 *
       
  1238 |		 * @param aMessage	Data to be included in the hash.
       
  1239 |		 * @since v8.0
       
  1240 					
       
  1241 					stereotype 	"abstract"
       
  1242 					parameters 	(list Parameters
       
  1243 					    (object Parameter "aMessage"
       
  1244 						quid       	"439D58440014"
       
  1245 						type       	"const TDesC8&"
       
  1246 						const      	TRUE))
       
  1247 					result     	"IMPORT_C void"
       
  1248 					concurrency 	"Sequential"
       
  1249 					opExportControl 	"Public"
       
  1250 					uid        	0)
       
  1251 				    (object Operation "Final"
       
  1252 					attributes 	(list Attribute_Set
       
  1253 					    (object Attribute
       
  1254 						tool       	"VC++"
       
  1255 						name       	"Inline"
       
  1256 						value      	FALSE))
       
  1257 					quid       	"439D58440015"
       
  1258 					documentation 	
       
  1259 |* 
       
  1260 |		 * Adds aMessage to the internal representation of data to be hashed,
       
  1261 |		 * returns a TPtrC8 of the finalised hash of all the previously
       
  1262 |		 * appended messages, and calls Reset().
       
  1263 |		 * 
       
  1264 |		 * @param aMessage	Data to be included in the hash 
       
  1265 |		 * @return			A descriptor pointer to the buffer containing the
       
  1266 |		 *					resulting hash.
       
  1267 |		 * @since v8.0
       
  1268 					
       
  1269 					stereotype 	"abstract"
       
  1270 					parameters 	(list Parameters
       
  1271 					    (object Parameter "aMessage"
       
  1272 						quid       	"439D58440017"
       
  1273 						type       	"const TDesC8&"
       
  1274 						const      	TRUE))
       
  1275 					result     	"IMPORT_C TPtrC8"
       
  1276 					concurrency 	"Sequential"
       
  1277 					opExportControl 	"Public"
       
  1278 					uid        	0)
       
  1279 				    (object Operation "Final"
       
  1280 					attributes 	(list Attribute_Set
       
  1281 					    (object Attribute
       
  1282 						tool       	"VC++"
       
  1283 						name       	"Inline"
       
  1284 						value      	FALSE))
       
  1285 					quid       	"439D58440018"
       
  1286 					documentation 	
       
  1287 |* 
       
  1288 |		 * Gets a TPtrC8 of the finalised hash of all the previously
       
  1289 |		 * appended messages and then calls Reset().
       
  1290 |		 * 
       
  1291 |		 * @return	A descriptor pointer to the buffer containing the
       
  1292 |		 * 			resulting hash.
       
  1293 |		 * @since v8.0
       
  1294 					
       
  1295 					stereotype 	"abstract"
       
  1296 					parameters 	(list Parameters
       
  1297 					    (object Parameter ""
       
  1298 						quid       	"439D58440021"
       
  1299 						type       	"void"))
       
  1300 					result     	"IMPORT_C TPtrC8"
       
  1301 					concurrency 	"Sequential"
       
  1302 					opExportControl 	"Public"
       
  1303 					uid        	0)
       
  1304 				    (object Operation "RestoreState"
       
  1305 					attributes 	(list Attribute_Set
       
  1306 					    (object Attribute
       
  1307 						tool       	"VC++"
       
  1308 						name       	"Inline"
       
  1309 						value      	FALSE))
       
  1310 					quid       	"439D58440022"
       
  1311 					documentation 	
       
  1312 |*
       
  1313 |		 * Restores the internal state of the message digest
       
  1314 |		 * to a previously stored state.
       
  1315 |		 *
       
  1316 |		 * @see StoreState()
       
  1317 					
       
  1318 					stereotype 	"abstract"
       
  1319 					result     	"void"
       
  1320 					concurrency 	"Sequential"
       
  1321 					opExportControl 	"Public"
       
  1322 					uid        	0)
       
  1323 				    (object Operation "StoreState"
       
  1324 					attributes 	(list Attribute_Set
       
  1325 					    (object Attribute
       
  1326 						tool       	"VC++"
       
  1327 						name       	"Inline"
       
  1328 						value      	FALSE))
       
  1329 					quid       	"439D58440024"
       
  1330 					documentation 	
       
  1331 |*
       
  1332 |		 * Stores the internal state of the message digest.
       
  1333 					
       
  1334 					stereotype 	"abstract"
       
  1335 					result     	"void"
       
  1336 					concurrency 	"Sequential"
       
  1337 					opExportControl 	"Public"
       
  1338 					uid        	0)
       
  1339 				    (object Operation "CMessageDigest"
       
  1340 					attributes 	(list Attribute_Set
       
  1341 					    (object Attribute
       
  1342 						tool       	"VC++"
       
  1343 						name       	"Inline"
       
  1344 						value      	FALSE))
       
  1345 					quid       	"439D58440026"
       
  1346 					documentation 	
       
  1347 |*
       
  1348 |		 * Constructor
       
  1349 					
       
  1350 					parameters 	(list Parameters
       
  1351 					    (object Parameter ""
       
  1352 						quid       	"439D58440027"
       
  1353 						type       	"void"))
       
  1354 					result     	"IMPORT_C"
       
  1355 					concurrency 	"Sequential"
       
  1356 					opExportControl 	"Protected"
       
  1357 					uid        	0)
       
  1358 				    (object Operation "CMessageDigest"
       
  1359 					attributes 	(list Attribute_Set
       
  1360 					    (object Attribute
       
  1361 						tool       	"VC++"
       
  1362 						name       	"Inline"
       
  1363 						value      	FALSE))
       
  1364 					quid       	"439D58440028"
       
  1365 					documentation 	
       
  1366 |*
       
  1367 |		 * Copy constructor
       
  1368 |		 *
       
  1369 |		 * @param aMD	A CMessageDigest object
       
  1370 					
       
  1371 					parameters 	(list Parameters
       
  1372 					    (object Parameter "aMD"
       
  1373 						quid       	"439D58440031"
       
  1374 						type       	"const CMessageDigest&"
       
  1375 						const      	TRUE))
       
  1376 					result     	"IMPORT_C"
       
  1377 					concurrency 	"Sequential"
       
  1378 					opExportControl 	"Protected"
       
  1379 					uid        	0))
       
  1380 				module     	"Component View::ipseccrypto"
       
  1381 				quidu      	"439D3C980379"
       
  1382 				language   	"VC++"
       
  1383 				nestedClasses 	(list nestedClasses
       
  1384 				    (object Class "THashId"
       
  1385 					attributes 	(list Attribute_Set
       
  1386 					    (object Attribute
       
  1387 						tool       	"VC++"
       
  1388 						name       	"AppliedPattern"
       
  1389 						value      	"none")
       
  1390 					    (object Attribute
       
  1391 						tool       	"VC++"
       
  1392 						name       	"AfxSupportMacro"
       
  1393 						value      	""))
       
  1394 					quid       	"439D58440032"
       
  1395 					documentation 	
       
  1396 |*
       
  1397 |	 *	Enumeration to identify hash functions (aka message-digest algorithms).
       
  1398 					
       
  1399 					stereotype 	"enum"
       
  1400 					class_attributes 	(list class_attribute_list
       
  1401 					    (object ClassAttribute "EMD2"
       
  1402 						attributes 	(list Attribute_Set
       
  1403 						    (object Attribute
       
  1404 							tool       	"VC++"
       
  1405 							name       	"Ordinal"
       
  1406 							value      	"0"))
       
  1407 						quid       	"439D58440040"
       
  1408 						documentation 	
       
  1409 |* 
       
  1410 |		 * Message Digest algorithm developed by Rivest for digital signature
       
  1411 |		 * applications (and optimized for 8-bit machines). 
       
  1412 |		 * 
       
  1413 |		 * Takes a message of arbitrary length and produces a 128-bit message digest. 
       
  1414 |		 *
       
  1415 |		 * See RFC 1319
       
  1416 						)
       
  1417 					    (object ClassAttribute "EMD5"
       
  1418 						attributes 	(list Attribute_Set
       
  1419 						    (object Attribute
       
  1420 							tool       	"VC++"
       
  1421 							name       	"Ordinal"
       
  1422 							value      	"1"))
       
  1423 						quid       	"439D58440041"
       
  1424 						documentation 	
       
  1425 |* 
       
  1426 |		 * Message Digest algorithm developed by Rivest for digital signature
       
  1427 |		 * applications (and optimized for 32-bit machines). 
       
  1428 |		 * 
       
  1429 |		 * Takes a message of arbitrary length and produces a 128-bit message digest. 
       
  1430 |		 * 
       
  1431 |		 * See RFC 1321
       
  1432 						)
       
  1433 					    (object ClassAttribute "ESHA1"
       
  1434 						attributes 	(list Attribute_Set
       
  1435 						    (object Attribute
       
  1436 							tool       	"VC++"
       
  1437 							name       	"Ordinal"
       
  1438 							value      	"2"))
       
  1439 						quid       	"439D58440042"
       
  1440 						documentation 	
       
  1441 |* 
       
  1442 |		 * Secure Hash Algorithm (version 1) is a message digest algorithm developed by 
       
  1443 |		 * NIST, along with the NSA, for use with the Digital Signature Standard (DSS).
       
  1444 |		 * 
       
  1445 |		 * It takes a message of less than 2^64 bits in length and produces
       
  1446 |		 * a 160-bit message digest.
       
  1447 |		 *
       
  1448 |		 * See FIPS 180-1 and RFC 3174
       
  1449 						)
       
  1450 					    (object ClassAttribute "HMAC"
       
  1451 						attributes 	(list Attribute_Set
       
  1452 						    (object Attribute
       
  1453 							tool       	"VC++"
       
  1454 							name       	"Ordinal"
       
  1455 							value      	"3"))
       
  1456 						quid       	"439D58440043"
       
  1457 						documentation 	
       
  1458 |* 
       
  1459 |		 * HMAC - Hash function based Message Authentication Code is a mechanism
       
  1460 |		 * for message authentication using cryptographic hash functions. (A checksum.)
       
  1461 |		 * 
       
  1462 |		 * It can be used with any iterative cryptographic hash function,
       
  1463 |   		 * e.g., MD5, SHA-1, in combination with a secret shared key
       
  1464 |   		 * to produce a checksum that is appended to the message.
       
  1465 |   		 * The cryptographic strength of HMAC depends on the properties
       
  1466 |   		 * of the underlying hash function.
       
  1467 |		 *
       
  1468 |		 * See RFC 2104
       
  1469 						))
       
  1470 					module     	"Component View::ipseccrypto"
       
  1471 					quidu      	"439D3C980379")))
       
  1472 			    (object Class "CMD2"
       
  1473 				attributes 	(list Attribute_Set
       
  1474 				    (object Attribute
       
  1475 					tool       	"VC++"
       
  1476 					name       	"AppliedPattern"
       
  1477 					value      	"none")
       
  1478 				    (object Attribute
       
  1479 					tool       	"VC++"
       
  1480 					name       	"AfxSupportMacro"
       
  1481 					value      	""))
       
  1482 				quid       	"439D584400EC"
       
  1483 				documentation 	
       
  1484 |*
       
  1485 | * An MD2 message digest
       
  1486 				
       
  1487 				superclasses 	(list inheritance_relationship_list
       
  1488 				    (object Inheritance_Relationship
       
  1489 					quid       	"439D584400ED"
       
  1490 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigest"
       
  1491 					quidu      	"439D584303BB"))
       
  1492 				operations 	(list Operations
       
  1493 				    (object Operation "NewL"
       
  1494 					attributes 	(list Attribute_Set
       
  1495 					    (object Attribute
       
  1496 						tool       	"VC++"
       
  1497 						name       	"Inline"
       
  1498 						value      	FALSE))
       
  1499 					quid       	"439D584400EE"
       
  1500 					documentation 	
       
  1501 |*
       
  1502 |		 * Creates a new MD2 object.
       
  1503 |		 *
       
  1504 |		 * @return	A pointer to the new CMD2 object
       
  1505 					
       
  1506 					stereotype 	"static"
       
  1507 					parameters 	(list Parameters
       
  1508 					    (object Parameter ""
       
  1509 						quid       	"439D584400F0"
       
  1510 						type       	"void"))
       
  1511 					result     	"IMPORT_C CMD2*"
       
  1512 					concurrency 	"Sequential"
       
  1513 					opExportControl 	"Public"
       
  1514 					uid        	0)
       
  1515 				    (object Operation "ReplicateL"
       
  1516 					attributes 	(list Attribute_Set
       
  1517 					    (object Attribute
       
  1518 						tool       	"VC++"
       
  1519 						name       	"Inline"
       
  1520 						value      	FALSE))
       
  1521 					quid       	"439D584400F1"
       
  1522 					parameters 	(list Parameters
       
  1523 					    (object Parameter ""
       
  1524 						quid       	"439D584400FC"
       
  1525 						type       	"void"))
       
  1526 					result     	"IMPORT_C CMessageDigest*"
       
  1527 					concurrency 	"Sequential"
       
  1528 					opExportControl 	"Public"
       
  1529 					uid        	0)
       
  1530 				    (object Operation "Hash"
       
  1531 					attributes 	(list Attribute_Set
       
  1532 					    (object Attribute
       
  1533 						tool       	"VC++"
       
  1534 						name       	"Inline"
       
  1535 						value      	FALSE))
       
  1536 					quid       	"439D584400FD"
       
  1537 					parameters 	(list Parameters
       
  1538 					    (object Parameter "aMessage"
       
  1539 						quid       	"439D584400FE"
       
  1540 						type       	"const TDesC8&"
       
  1541 						const      	TRUE))
       
  1542 					result     	"IMPORT_C TPtrC8"
       
  1543 					concurrency 	"Sequential"
       
  1544 					opExportControl 	"Public"
       
  1545 					uid        	0)
       
  1546 				    (object Operation "~CMD2"
       
  1547 					attributes 	(list Attribute_Set
       
  1548 					    (object Attribute
       
  1549 						tool       	"VC++"
       
  1550 						name       	"Inline"
       
  1551 						value      	FALSE))
       
  1552 					quid       	"439D584400FF"
       
  1553 					documentation 	"* Destructor"
       
  1554 					parameters 	(list Parameters
       
  1555 					    (object Parameter ""
       
  1556 						quid       	"439D58440100"
       
  1557 						type       	"void"))
       
  1558 					result     	"IMPORT_C"
       
  1559 					concurrency 	"Sequential"
       
  1560 					opExportControl 	"Public"
       
  1561 					uid        	0)
       
  1562 				    (object Operation "CopyL"
       
  1563 					attributes 	(list Attribute_Set
       
  1564 					    (object Attribute
       
  1565 						tool       	"VC++"
       
  1566 						name       	"Inline"
       
  1567 						value      	FALSE))
       
  1568 					quid       	"439D58440101"
       
  1569 					parameters 	(list Parameters
       
  1570 					    (object Parameter ""
       
  1571 						quid       	"439D58440102"
       
  1572 						type       	"void"))
       
  1573 					result     	"IMPORT_C CMessageDigest*"
       
  1574 					concurrency 	"Sequential"
       
  1575 					opExportControl 	"Public"
       
  1576 					uid        	0)
       
  1577 				    (object Operation "BlockSize"
       
  1578 					attributes 	(list Attribute_Set
       
  1579 					    (object Attribute
       
  1580 						tool       	"VC++"
       
  1581 						name       	"Inline"
       
  1582 						value      	FALSE))
       
  1583 					quid       	"439D58440103"
       
  1584 					parameters 	(list Parameters
       
  1585 					    (object Parameter ""
       
  1586 						quid       	"439D5844010B"
       
  1587 						type       	"void"))
       
  1588 					result     	"IMPORT_C TInt"
       
  1589 					concurrency 	"Sequential"
       
  1590 					opExportControl 	"Public"
       
  1591 					uid        	0)
       
  1592 				    (object Operation "HashSize"
       
  1593 					attributes 	(list Attribute_Set
       
  1594 					    (object Attribute
       
  1595 						tool       	"VC++"
       
  1596 						name       	"Inline"
       
  1597 						value      	FALSE))
       
  1598 					quid       	"439D5844010C"
       
  1599 					parameters 	(list Parameters
       
  1600 					    (object Parameter ""
       
  1601 						quid       	"439D5844010D"
       
  1602 						type       	"void"))
       
  1603 					result     	"IMPORT_C TInt"
       
  1604 					concurrency 	"Sequential"
       
  1605 					opExportControl 	"Public"
       
  1606 					uid        	0)
       
  1607 				    (object Operation "Reset"
       
  1608 					attributes 	(list Attribute_Set
       
  1609 					    (object Attribute
       
  1610 						tool       	"VC++"
       
  1611 						name       	"Inline"
       
  1612 						value      	FALSE))
       
  1613 					quid       	"439D5844010E"
       
  1614 					parameters 	(list Parameters
       
  1615 					    (object Parameter ""
       
  1616 						quid       	"439D5844010F"
       
  1617 						type       	"void"))
       
  1618 					result     	"IMPORT_C void"
       
  1619 					concurrency 	"Sequential"
       
  1620 					opExportControl 	"Public"
       
  1621 					uid        	0)
       
  1622 				    (object Operation "Update"
       
  1623 					attributes 	(list Attribute_Set
       
  1624 					    (object Attribute
       
  1625 						tool       	"VC++"
       
  1626 						name       	"Inline"
       
  1627 						value      	FALSE))
       
  1628 					quid       	"439D58440110"
       
  1629 					parameters 	(list Parameters
       
  1630 					    (object Parameter "aMessage"
       
  1631 						quid       	"439D58440111"
       
  1632 						type       	"const TDesC8&"
       
  1633 						const      	TRUE))
       
  1634 					result     	"IMPORT_C void"
       
  1635 					concurrency 	"Sequential"
       
  1636 					opExportControl 	"Public"
       
  1637 					uid        	0)
       
  1638 				    (object Operation "Final"
       
  1639 					attributes 	(list Attribute_Set
       
  1640 					    (object Attribute
       
  1641 						tool       	"VC++"
       
  1642 						name       	"Inline"
       
  1643 						value      	FALSE))
       
  1644 					quid       	"439D58440112"
       
  1645 					parameters 	(list Parameters
       
  1646 					    (object Parameter "aMessage"
       
  1647 						quid       	"439D5844011B"
       
  1648 						type       	"const TDesC8&"
       
  1649 						const      	TRUE))
       
  1650 					result     	"IMPORT_C TPtrC8"
       
  1651 					concurrency 	"Sequential"
       
  1652 					opExportControl 	"Public"
       
  1653 					uid        	0)
       
  1654 				    (object Operation "Final"
       
  1655 					attributes 	(list Attribute_Set
       
  1656 					    (object Attribute
       
  1657 						tool       	"VC++"
       
  1658 						name       	"Inline"
       
  1659 						value      	FALSE))
       
  1660 					quid       	"439D5844011C"
       
  1661 					result     	"IMPORT_C TPtrC8"
       
  1662 					concurrency 	"Sequential"
       
  1663 					opExportControl 	"Public"
       
  1664 					uid        	0)
       
  1665 				    (object Operation "RestoreState"
       
  1666 					attributes 	(list Attribute_Set
       
  1667 					    (object Attribute
       
  1668 						tool       	"VC++"
       
  1669 						name       	"Inline"
       
  1670 						value      	FALSE))
       
  1671 					quid       	"439D5844011D"
       
  1672 					result     	"void"
       
  1673 					concurrency 	"Sequential"
       
  1674 					opExportControl 	"Public"
       
  1675 					uid        	0)
       
  1676 				    (object Operation "StoreState"
       
  1677 					attributes 	(list Attribute_Set
       
  1678 					    (object Attribute
       
  1679 						tool       	"VC++"
       
  1680 						name       	"Inline"
       
  1681 						value      	FALSE))
       
  1682 					quid       	"439D5844011E"
       
  1683 					result     	"void"
       
  1684 					concurrency 	"Sequential"
       
  1685 					opExportControl 	"Public"
       
  1686 					uid        	0)
       
  1687 				    (object Operation "DoUpdate"
       
  1688 					attributes 	(list Attribute_Set
       
  1689 					    (object Attribute
       
  1690 						tool       	"VC++"
       
  1691 						name       	"Inline"
       
  1692 						value      	FALSE))
       
  1693 					quid       	"439D5844011F"
       
  1694 					parameters 	(list Parameters
       
  1695 					    (object Parameter "aData"
       
  1696 						quid       	"439D58440120"
       
  1697 						type       	"const TUint8*"
       
  1698 						const      	TRUE)
       
  1699 					    (object Parameter "aLength"
       
  1700 						quid       	"439D58440121"
       
  1701 						type       	"TUint"))
       
  1702 					result     	"void"
       
  1703 					concurrency 	"Sequential"
       
  1704 					opExportControl 	"Private"
       
  1705 					uid        	0)
       
  1706 				    (object Operation "DoFinal"
       
  1707 					attributes 	(list Attribute_Set
       
  1708 					    (object Attribute
       
  1709 						tool       	"VC++"
       
  1710 						name       	"Inline"
       
  1711 						value      	FALSE))
       
  1712 					quid       	"439D5844012B"
       
  1713 					parameters 	(list Parameters
       
  1714 					    (object Parameter ""
       
  1715 						quid       	"439D5844012C"
       
  1716 						type       	"void"))
       
  1717 					result     	"void"
       
  1718 					concurrency 	"Sequential"
       
  1719 					opExportControl 	"Private"
       
  1720 					uid        	0)
       
  1721 				    (object Operation "Block"
       
  1722 					attributes 	(list Attribute_Set
       
  1723 					    (object Attribute
       
  1724 						tool       	"VC++"
       
  1725 						name       	"Inline"
       
  1726 						value      	FALSE))
       
  1727 					quid       	"439D5844012D"
       
  1728 					parameters 	(list Parameters
       
  1729 					    (object Parameter "aData"
       
  1730 						quid       	"439D5844012E"
       
  1731 						type       	"const TUint8*"
       
  1732 						const      	TRUE))
       
  1733 					result     	"void"
       
  1734 					concurrency 	"Sequential"
       
  1735 					opExportControl 	"Private"
       
  1736 					uid        	0)
       
  1737 				    (object Operation "CMD2"
       
  1738 					attributes 	(list Attribute_Set
       
  1739 					    (object Attribute
       
  1740 						tool       	"VC++"
       
  1741 						name       	"Inline"
       
  1742 						value      	FALSE))
       
  1743 					quid       	"439D5844012F"
       
  1744 					parameters 	(list Parameters
       
  1745 					    (object Parameter ""
       
  1746 						quid       	"439D58440130"
       
  1747 						type       	"void"))
       
  1748 					concurrency 	"Sequential"
       
  1749 					opExportControl 	"Private"
       
  1750 					uid        	0)
       
  1751 				    (object Operation "CMD2"
       
  1752 					attributes 	(list Attribute_Set
       
  1753 					    (object Attribute
       
  1754 						tool       	"VC++"
       
  1755 						name       	"Inline"
       
  1756 						value      	FALSE))
       
  1757 					quid       	"439D58440131"
       
  1758 					parameters 	(list Parameters
       
  1759 					    (object Parameter "aMD2"
       
  1760 						quid       	"439D5844013A"
       
  1761 						type       	"const CMD2&"
       
  1762 						const      	TRUE))
       
  1763 					concurrency 	"Sequential"
       
  1764 					opExportControl 	"Private"
       
  1765 					uid        	0))
       
  1766 				module     	"Component View::ipseccrypto"
       
  1767 				quidu      	"439D3C980379"
       
  1768 				language   	"VC++")
       
  1769 			    (object Instantiated_Class "TBuf8<MD2_HASH>"
       
  1770 				attributes 	(list Attribute_Set
       
  1771 				    (object Attribute
       
  1772 					tool       	"VC++"
       
  1773 					name       	"AppliedPattern"
       
  1774 					value      	"none")
       
  1775 				    (object Attribute
       
  1776 					tool       	"VC++"
       
  1777 					name       	"Generate"
       
  1778 					value      	FALSE))
       
  1779 				quid       	"439D5844013B"
       
  1780 				used_nodes 	(list uses_relationship_list
       
  1781 				    (object Uses_Relationship
       
  1782 					quid       	"439D5844013C"
       
  1783 					supplier   	"TBuf8"))
       
  1784 				module     	"Component View::ipseccrypto"
       
  1785 				quidu      	"439D3C980379"
       
  1786 				language   	"VC++")
       
  1787 			    (object Class "CMD5"
       
  1788 				attributes 	(list Attribute_Set
       
  1789 				    (object Attribute
       
  1790 					tool       	"VC++"
       
  1791 					name       	"AppliedPattern"
       
  1792 					value      	"none")
       
  1793 				    (object Attribute
       
  1794 					tool       	"VC++"
       
  1795 					name       	"AfxSupportMacro"
       
  1796 					value      	""))
       
  1797 				quid       	"439D58440273"
       
  1798 				documentation 	
       
  1799 |*
       
  1800 | * An MD5 message digest
       
  1801 				
       
  1802 				superclasses 	(list inheritance_relationship_list
       
  1803 				    (object Inheritance_Relationship
       
  1804 					quid       	"439D58440274"
       
  1805 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigest"
       
  1806 					quidu      	"439D584303BB"))
       
  1807 				operations 	(list Operations
       
  1808 				    (object Operation "NewL"
       
  1809 					attributes 	(list Attribute_Set
       
  1810 					    (object Attribute
       
  1811 						tool       	"VC++"
       
  1812 						name       	"Inline"
       
  1813 						value      	FALSE))
       
  1814 					quid       	"439D58440275"
       
  1815 					documentation 	
       
  1816 |*
       
  1817 |		 * Creates a new MD5 object.
       
  1818 |		 *
       
  1819 |		 * @return	A pointer to the new CMD5 object
       
  1820 					
       
  1821 					stereotype 	"static"
       
  1822 					parameters 	(list Parameters
       
  1823 					    (object Parameter ""
       
  1824 						quid       	"439D58440277"
       
  1825 						type       	"void"))
       
  1826 					result     	"IMPORT_C CMD5*"
       
  1827 					concurrency 	"Sequential"
       
  1828 					opExportControl 	"Public"
       
  1829 					uid        	0)
       
  1830 				    (object Operation "ReplicateL"
       
  1831 					attributes 	(list Attribute_Set
       
  1832 					    (object Attribute
       
  1833 						tool       	"VC++"
       
  1834 						name       	"Inline"
       
  1835 						value      	FALSE))
       
  1836 					quid       	"439D58440282"
       
  1837 					parameters 	(list Parameters
       
  1838 					    (object Parameter ""
       
  1839 						quid       	"439D58440283"
       
  1840 						type       	"void"))
       
  1841 					result     	"IMPORT_C CMessageDigest*"
       
  1842 					concurrency 	"Sequential"
       
  1843 					opExportControl 	"Public"
       
  1844 					uid        	0)
       
  1845 				    (object Operation "Hash"
       
  1846 					attributes 	(list Attribute_Set
       
  1847 					    (object Attribute
       
  1848 						tool       	"VC++"
       
  1849 						name       	"Inline"
       
  1850 						value      	FALSE))
       
  1851 					quid       	"439D58440284"
       
  1852 					parameters 	(list Parameters
       
  1853 					    (object Parameter "aMessage"
       
  1854 						quid       	"439D58440285"
       
  1855 						type       	"const TDesC8&"
       
  1856 						const      	TRUE))
       
  1857 					result     	"IMPORT_C TPtrC8"
       
  1858 					concurrency 	"Sequential"
       
  1859 					opExportControl 	"Public"
       
  1860 					uid        	0)
       
  1861 				    (object Operation "~CMD5"
       
  1862 					attributes 	(list Attribute_Set
       
  1863 					    (object Attribute
       
  1864 						tool       	"VC++"
       
  1865 						name       	"Inline"
       
  1866 						value      	FALSE))
       
  1867 					quid       	"439D58440286"
       
  1868 					documentation 	"* Destructor"
       
  1869 					parameters 	(list Parameters
       
  1870 					    (object Parameter ""
       
  1871 						quid       	"439D58440287"
       
  1872 						type       	"void"))
       
  1873 					result     	"IMPORT_C"
       
  1874 					concurrency 	"Sequential"
       
  1875 					opExportControl 	"Public"
       
  1876 					uid        	0)
       
  1877 				    (object Operation "CopyL"
       
  1878 					attributes 	(list Attribute_Set
       
  1879 					    (object Attribute
       
  1880 						tool       	"VC++"
       
  1881 						name       	"Inline"
       
  1882 						value      	FALSE))
       
  1883 					quid       	"439D58440288"
       
  1884 					parameters 	(list Parameters
       
  1885 					    (object Parameter ""
       
  1886 						quid       	"439D58440289"
       
  1887 						type       	"void"))
       
  1888 					result     	"IMPORT_C CMessageDigest*"
       
  1889 					concurrency 	"Sequential"
       
  1890 					opExportControl 	"Public"
       
  1891 					uid        	0)
       
  1892 				    (object Operation "BlockSize"
       
  1893 					attributes 	(list Attribute_Set
       
  1894 					    (object Attribute
       
  1895 						tool       	"VC++"
       
  1896 						name       	"Inline"
       
  1897 						value      	FALSE))
       
  1898 					quid       	"439D58440292"
       
  1899 					parameters 	(list Parameters
       
  1900 					    (object Parameter ""
       
  1901 						quid       	"439D58440293"
       
  1902 						type       	"void"))
       
  1903 					result     	"IMPORT_C TInt"
       
  1904 					concurrency 	"Sequential"
       
  1905 					opExportControl 	"Public"
       
  1906 					uid        	0)
       
  1907 				    (object Operation "HashSize"
       
  1908 					attributes 	(list Attribute_Set
       
  1909 					    (object Attribute
       
  1910 						tool       	"VC++"
       
  1911 						name       	"Inline"
       
  1912 						value      	FALSE))
       
  1913 					quid       	"439D58440294"
       
  1914 					parameters 	(list Parameters
       
  1915 					    (object Parameter ""
       
  1916 						quid       	"439D58440295"
       
  1917 						type       	"void"))
       
  1918 					result     	"IMPORT_C TInt"
       
  1919 					concurrency 	"Sequential"
       
  1920 					opExportControl 	"Public"
       
  1921 					uid        	0)
       
  1922 				    (object Operation "Reset"
       
  1923 					attributes 	(list Attribute_Set
       
  1924 					    (object Attribute
       
  1925 						tool       	"VC++"
       
  1926 						name       	"Inline"
       
  1927 						value      	FALSE))
       
  1928 					quid       	"439D58440296"
       
  1929 					parameters 	(list Parameters
       
  1930 					    (object Parameter ""
       
  1931 						quid       	"439D58440297"
       
  1932 						type       	"void"))
       
  1933 					result     	"IMPORT_C void"
       
  1934 					concurrency 	"Sequential"
       
  1935 					opExportControl 	"Public"
       
  1936 					uid        	0)
       
  1937 				    (object Operation "Update"
       
  1938 					attributes 	(list Attribute_Set
       
  1939 					    (object Attribute
       
  1940 						tool       	"VC++"
       
  1941 						name       	"Inline"
       
  1942 						value      	FALSE))
       
  1943 					quid       	"439D58440298"
       
  1944 					parameters 	(list Parameters
       
  1945 					    (object Parameter "aMessage"
       
  1946 						quid       	"439D58440299"
       
  1947 						type       	"const TDesC8&"
       
  1948 						const      	TRUE))
       
  1949 					result     	"IMPORT_C void"
       
  1950 					concurrency 	"Sequential"
       
  1951 					opExportControl 	"Public"
       
  1952 					uid        	0)
       
  1953 				    (object Operation "Final"
       
  1954 					attributes 	(list Attribute_Set
       
  1955 					    (object Attribute
       
  1956 						tool       	"VC++"
       
  1957 						name       	"Inline"
       
  1958 						value      	FALSE))
       
  1959 					quid       	"439D584402A2"
       
  1960 					parameters 	(list Parameters
       
  1961 					    (object Parameter "aMessage"
       
  1962 						quid       	"439D584402A3"
       
  1963 						type       	"const TDesC8&"
       
  1964 						const      	TRUE))
       
  1965 					result     	"IMPORT_C TPtrC8"
       
  1966 					concurrency 	"Sequential"
       
  1967 					opExportControl 	"Public"
       
  1968 					uid        	0)
       
  1969 				    (object Operation "Final"
       
  1970 					attributes 	(list Attribute_Set
       
  1971 					    (object Attribute
       
  1972 						tool       	"VC++"
       
  1973 						name       	"Inline"
       
  1974 						value      	FALSE))
       
  1975 					quid       	"439D584402A4"
       
  1976 					result     	"IMPORT_C TPtrC8"
       
  1977 					concurrency 	"Sequential"
       
  1978 					opExportControl 	"Public"
       
  1979 					uid        	0)
       
  1980 				    (object Operation "RestoreState"
       
  1981 					attributes 	(list Attribute_Set
       
  1982 					    (object Attribute
       
  1983 						tool       	"VC++"
       
  1984 						name       	"Inline"
       
  1985 						value      	FALSE))
       
  1986 					quid       	"439D584402A5"
       
  1987 					result     	"void"
       
  1988 					concurrency 	"Sequential"
       
  1989 					opExportControl 	"Public"
       
  1990 					uid        	0)
       
  1991 				    (object Operation "StoreState"
       
  1992 					attributes 	(list Attribute_Set
       
  1993 					    (object Attribute
       
  1994 						tool       	"VC++"
       
  1995 						name       	"Inline"
       
  1996 						value      	FALSE))
       
  1997 					quid       	"439D584402A6"
       
  1998 					result     	"void"
       
  1999 					concurrency 	"Sequential"
       
  2000 					opExportControl 	"Public"
       
  2001 					uid        	0)
       
  2002 				    (object Operation "CMD5"
       
  2003 					attributes 	(list Attribute_Set
       
  2004 					    (object Attribute
       
  2005 						tool       	"VC++"
       
  2006 						name       	"Inline"
       
  2007 						value      	FALSE))
       
  2008 					quid       	"439D584402A7"
       
  2009 					parameters 	(list Parameters
       
  2010 					    (object Parameter ""
       
  2011 						quid       	"439D584402A8"
       
  2012 						type       	"void"))
       
  2013 					concurrency 	"Sequential"
       
  2014 					opExportControl 	"Private"
       
  2015 					uid        	0)
       
  2016 				    (object Operation "CMD5"
       
  2017 					attributes 	(list Attribute_Set
       
  2018 					    (object Attribute
       
  2019 						tool       	"VC++"
       
  2020 						name       	"Inline"
       
  2021 						value      	FALSE))
       
  2022 					quid       	"439D584402B1"
       
  2023 					parameters 	(list Parameters
       
  2024 					    (object Parameter "aMD5"
       
  2025 						quid       	"439D584402B2"
       
  2026 						type       	"const CMD5&"
       
  2027 						const      	TRUE))
       
  2028 					concurrency 	"Sequential"
       
  2029 					opExportControl 	"Private"
       
  2030 					uid        	0)
       
  2031 				    (object Operation "DoUpdate"
       
  2032 					attributes 	(list Attribute_Set
       
  2033 					    (object Attribute
       
  2034 						tool       	"VC++"
       
  2035 						name       	"Inline"
       
  2036 						value      	FALSE))
       
  2037 					quid       	"439D584402B3"
       
  2038 					parameters 	(list Parameters
       
  2039 					    (object Parameter "aData"
       
  2040 						quid       	"439D584402B4"
       
  2041 						type       	"const TUint8*"
       
  2042 						const      	TRUE)
       
  2043 					    (object Parameter "aLength"
       
  2044 						quid       	"439D584402B5"
       
  2045 						type       	"TUint"))
       
  2046 					result     	"void"
       
  2047 					concurrency 	"Sequential"
       
  2048 					opExportControl 	"Private"
       
  2049 					uid        	0)
       
  2050 				    (object Operation "DoFinal"
       
  2051 					attributes 	(list Attribute_Set
       
  2052 					    (object Attribute
       
  2053 						tool       	"VC++"
       
  2054 						name       	"Inline"
       
  2055 						value      	FALSE))
       
  2056 					quid       	"439D584402B6"
       
  2057 					parameters 	(list Parameters
       
  2058 					    (object Parameter ""
       
  2059 						quid       	"439D584402B7"
       
  2060 						type       	"void"))
       
  2061 					result     	"void"
       
  2062 					concurrency 	"Sequential"
       
  2063 					opExportControl 	"Private"
       
  2064 					uid        	0)
       
  2065 				    (object Operation "Block"
       
  2066 					attributes 	(list Attribute_Set
       
  2067 					    (object Attribute
       
  2068 						tool       	"VC++"
       
  2069 						name       	"Inline"
       
  2070 						value      	FALSE))
       
  2071 					quid       	"439D584402C1"
       
  2072 					result     	"void"
       
  2073 					concurrency 	"Sequential"
       
  2074 					opExportControl 	"Private"
       
  2075 					uid        	0))
       
  2076 				module     	"Component View::ipseccrypto"
       
  2077 				quidu      	"439D3C980379"
       
  2078 				language   	"VC++")
       
  2079 			    (object Instantiated_Class "TBuf8<MD5_HASH>"
       
  2080 				attributes 	(list Attribute_Set
       
  2081 				    (object Attribute
       
  2082 					tool       	"VC++"
       
  2083 					name       	"AppliedPattern"
       
  2084 					value      	"none")
       
  2085 				    (object Attribute
       
  2086 					tool       	"VC++"
       
  2087 					name       	"Generate"
       
  2088 					value      	FALSE))
       
  2089 				quid       	"439D584402C2"
       
  2090 				used_nodes 	(list uses_relationship_list
       
  2091 				    (object Uses_Relationship
       
  2092 					quid       	"439D584402C3"
       
  2093 					supplier   	"TBuf8"))
       
  2094 				module     	"Component View::ipseccrypto"
       
  2095 				quidu      	"439D3C980379"
       
  2096 				language   	"VC++")
       
  2097 			    (object Class "CSHA1"
       
  2098 				attributes 	(list Attribute_Set
       
  2099 				    (object Attribute
       
  2100 					tool       	"VC++"
       
  2101 					name       	"AppliedPattern"
       
  2102 					value      	"none")
       
  2103 				    (object Attribute
       
  2104 					tool       	"VC++"
       
  2105 					name       	"AfxSupportMacro"
       
  2106 					value      	""))
       
  2107 				quid       	"439D5845007F"
       
  2108 				documentation 	
       
  2109 |*
       
  2110 | * A SHA-1 message digest
       
  2111 				
       
  2112 				superclasses 	(list inheritance_relationship_list
       
  2113 				    (object Inheritance_Relationship
       
  2114 					quid       	"439D58450080"
       
  2115 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigest"
       
  2116 					quidu      	"439D584303BB"))
       
  2117 				operations 	(list Operations
       
  2118 				    (object Operation "NewL"
       
  2119 					attributes 	(list Attribute_Set
       
  2120 					    (object Attribute
       
  2121 						tool       	"VC++"
       
  2122 						name       	"Inline"
       
  2123 						value      	FALSE))
       
  2124 					quid       	"439D58450081"
       
  2125 					documentation 	
       
  2126 |*
       
  2127 |		 * Creates a new SHA-1 object.
       
  2128 |		 *
       
  2129 |		 * @return	A pointer to the new SHA-1 object
       
  2130 					
       
  2131 					stereotype 	"static"
       
  2132 					parameters 	(list Parameters
       
  2133 					    (object Parameter ""
       
  2134 						quid       	"439D5845008F"
       
  2135 						type       	"void"))
       
  2136 					result     	"IMPORT_C CSHA1*"
       
  2137 					concurrency 	"Sequential"
       
  2138 					opExportControl 	"Public"
       
  2139 					uid        	0)
       
  2140 				    (object Operation "ReplicateL"
       
  2141 					attributes 	(list Attribute_Set
       
  2142 					    (object Attribute
       
  2143 						tool       	"VC++"
       
  2144 						name       	"Inline"
       
  2145 						value      	FALSE))
       
  2146 					quid       	"439D58450090"
       
  2147 					parameters 	(list Parameters
       
  2148 					    (object Parameter ""
       
  2149 						quid       	"439D58450091"
       
  2150 						type       	"void"))
       
  2151 					result     	"IMPORT_C CMessageDigest*"
       
  2152 					concurrency 	"Sequential"
       
  2153 					opExportControl 	"Public"
       
  2154 					uid        	0)
       
  2155 				    (object Operation "Hash"
       
  2156 					attributes 	(list Attribute_Set
       
  2157 					    (object Attribute
       
  2158 						tool       	"VC++"
       
  2159 						name       	"Inline"
       
  2160 						value      	FALSE))
       
  2161 					quid       	"439D58450092"
       
  2162 					parameters 	(list Parameters
       
  2163 					    (object Parameter "aMessage"
       
  2164 						quid       	"439D58450093"
       
  2165 						type       	"const TDesC8&"
       
  2166 						const      	TRUE))
       
  2167 					result     	"IMPORT_C TPtrC8"
       
  2168 					concurrency 	"Sequential"
       
  2169 					opExportControl 	"Public"
       
  2170 					uid        	0)
       
  2171 				    (object Operation "~CSHA1"
       
  2172 					attributes 	(list Attribute_Set
       
  2173 					    (object Attribute
       
  2174 						tool       	"VC++"
       
  2175 						name       	"Inline"
       
  2176 						value      	FALSE))
       
  2177 					quid       	"439D58450094"
       
  2178 					documentation 	"* Destructor"
       
  2179 					parameters 	(list Parameters
       
  2180 					    (object Parameter ""
       
  2181 						quid       	"439D58450095"
       
  2182 						type       	"void"))
       
  2183 					result     	"IMPORT_C"
       
  2184 					concurrency 	"Sequential"
       
  2185 					opExportControl 	"Public"
       
  2186 					uid        	0)
       
  2187 				    (object Operation "CopyL"
       
  2188 					attributes 	(list Attribute_Set
       
  2189 					    (object Attribute
       
  2190 						tool       	"VC++"
       
  2191 						name       	"Inline"
       
  2192 						value      	FALSE))
       
  2193 					quid       	"439D5845009E"
       
  2194 					parameters 	(list Parameters
       
  2195 					    (object Parameter ""
       
  2196 						quid       	"439D5845009F"
       
  2197 						type       	"void"))
       
  2198 					result     	"IMPORT_C CMessageDigest*"
       
  2199 					concurrency 	"Sequential"
       
  2200 					opExportControl 	"Public"
       
  2201 					uid        	0)
       
  2202 				    (object Operation "BlockSize"
       
  2203 					attributes 	(list Attribute_Set
       
  2204 					    (object Attribute
       
  2205 						tool       	"VC++"
       
  2206 						name       	"Inline"
       
  2207 						value      	FALSE))
       
  2208 					quid       	"439D584500A0"
       
  2209 					parameters 	(list Parameters
       
  2210 					    (object Parameter ""
       
  2211 						quid       	"439D584500A1"
       
  2212 						type       	"void"))
       
  2213 					result     	"IMPORT_C TInt"
       
  2214 					concurrency 	"Sequential"
       
  2215 					opExportControl 	"Public"
       
  2216 					uid        	0)
       
  2217 				    (object Operation "HashSize"
       
  2218 					attributes 	(list Attribute_Set
       
  2219 					    (object Attribute
       
  2220 						tool       	"VC++"
       
  2221 						name       	"Inline"
       
  2222 						value      	FALSE))
       
  2223 					quid       	"439D584500A2"
       
  2224 					parameters 	(list Parameters
       
  2225 					    (object Parameter ""
       
  2226 						quid       	"439D584500A3"
       
  2227 						type       	"void"))
       
  2228 					result     	"IMPORT_C TInt"
       
  2229 					concurrency 	"Sequential"
       
  2230 					opExportControl 	"Public"
       
  2231 					uid        	0)
       
  2232 				    (object Operation "Reset"
       
  2233 					attributes 	(list Attribute_Set
       
  2234 					    (object Attribute
       
  2235 						tool       	"VC++"
       
  2236 						name       	"Inline"
       
  2237 						value      	FALSE))
       
  2238 					quid       	"439D584500A4"
       
  2239 					parameters 	(list Parameters
       
  2240 					    (object Parameter ""
       
  2241 						quid       	"439D584500A5"
       
  2242 						type       	"void"))
       
  2243 					result     	"IMPORT_C void"
       
  2244 					concurrency 	"Sequential"
       
  2245 					opExportControl 	"Public"
       
  2246 					uid        	0)
       
  2247 				    (object Operation "Update"
       
  2248 					attributes 	(list Attribute_Set
       
  2249 					    (object Attribute
       
  2250 						tool       	"VC++"
       
  2251 						name       	"Inline"
       
  2252 						value      	FALSE))
       
  2253 					quid       	"439D584500AE"
       
  2254 					parameters 	(list Parameters
       
  2255 					    (object Parameter "aMessage"
       
  2256 						quid       	"439D584500AF"
       
  2257 						type       	"const TDesC8&"
       
  2258 						const      	TRUE))
       
  2259 					result     	"IMPORT_C void"
       
  2260 					concurrency 	"Sequential"
       
  2261 					opExportControl 	"Public"
       
  2262 					uid        	0)
       
  2263 				    (object Operation "Final"
       
  2264 					attributes 	(list Attribute_Set
       
  2265 					    (object Attribute
       
  2266 						tool       	"VC++"
       
  2267 						name       	"Inline"
       
  2268 						value      	FALSE))
       
  2269 					quid       	"439D584500B0"
       
  2270 					parameters 	(list Parameters
       
  2271 					    (object Parameter "aMessage"
       
  2272 						quid       	"439D584500B1"
       
  2273 						type       	"const TDesC8&"
       
  2274 						const      	TRUE))
       
  2275 					result     	"IMPORT_C TPtrC8"
       
  2276 					concurrency 	"Sequential"
       
  2277 					opExportControl 	"Public"
       
  2278 					uid        	0)
       
  2279 				    (object Operation "Final"
       
  2280 					attributes 	(list Attribute_Set
       
  2281 					    (object Attribute
       
  2282 						tool       	"VC++"
       
  2283 						name       	"Inline"
       
  2284 						value      	FALSE))
       
  2285 					quid       	"439D584500B2"
       
  2286 					result     	"IMPORT_C TPtrC8"
       
  2287 					concurrency 	"Sequential"
       
  2288 					opExportControl 	"Public"
       
  2289 					uid        	0)
       
  2290 				    (object Operation "RestoreState"
       
  2291 					attributes 	(list Attribute_Set
       
  2292 					    (object Attribute
       
  2293 						tool       	"VC++"
       
  2294 						name       	"Inline"
       
  2295 						value      	FALSE))
       
  2296 					quid       	"439D584500B3"
       
  2297 					result     	"void"
       
  2298 					concurrency 	"Sequential"
       
  2299 					opExportControl 	"Public"
       
  2300 					uid        	0)
       
  2301 				    (object Operation "StoreState"
       
  2302 					attributes 	(list Attribute_Set
       
  2303 					    (object Attribute
       
  2304 						tool       	"VC++"
       
  2305 						name       	"Inline"
       
  2306 						value      	FALSE))
       
  2307 					quid       	"439D584500B4"
       
  2308 					result     	"void"
       
  2309 					concurrency 	"Sequential"
       
  2310 					opExportControl 	"Public"
       
  2311 					uid        	0)
       
  2312 				    (object Operation "CSHA1"
       
  2313 					attributes 	(list Attribute_Set
       
  2314 					    (object Attribute
       
  2315 						tool       	"VC++"
       
  2316 						name       	"Inline"
       
  2317 						value      	FALSE))
       
  2318 					quid       	"439D584500BD"
       
  2319 					parameters 	(list Parameters
       
  2320 					    (object Parameter ""
       
  2321 						quid       	"439D584500BE"
       
  2322 						type       	"void"))
       
  2323 					concurrency 	"Sequential"
       
  2324 					opExportControl 	"Private"
       
  2325 					uid        	0)
       
  2326 				    (object Operation "CSHA1"
       
  2327 					attributes 	(list Attribute_Set
       
  2328 					    (object Attribute
       
  2329 						tool       	"VC++"
       
  2330 						name       	"Inline"
       
  2331 						value      	FALSE))
       
  2332 					quid       	"439D584500BF"
       
  2333 					parameters 	(list Parameters
       
  2334 					    (object Parameter "aSHA1"
       
  2335 						quid       	"439D584500C0"
       
  2336 						type       	"const CSHA1&"
       
  2337 						const      	TRUE))
       
  2338 					concurrency 	"Sequential"
       
  2339 					opExportControl 	"Private"
       
  2340 					uid        	0)
       
  2341 				    (object Operation "ConstructL"
       
  2342 					attributes 	(list Attribute_Set
       
  2343 					    (object Attribute
       
  2344 						tool       	"VC++"
       
  2345 						name       	"Inline"
       
  2346 						value      	FALSE))
       
  2347 					quid       	"439D584500C1"
       
  2348 					parameters 	(list Parameters
       
  2349 					    (object Parameter ""
       
  2350 						quid       	"439D584500C2"
       
  2351 						type       	"void"))
       
  2352 					result     	"void"
       
  2353 					concurrency 	"Sequential"
       
  2354 					opExportControl 	"Private"
       
  2355 					uid        	0)
       
  2356 				    (object Operation "DoUpdate"
       
  2357 					attributes 	(list Attribute_Set
       
  2358 					    (object Attribute
       
  2359 						tool       	"VC++"
       
  2360 						name       	"Inline"
       
  2361 						value      	FALSE))
       
  2362 					quid       	"439D584500C3"
       
  2363 					parameters 	(list Parameters
       
  2364 					    (object Parameter "aData"
       
  2365 						quid       	"439D584500CD"
       
  2366 						type       	"const TUint8*"
       
  2367 						const      	TRUE)
       
  2368 					    (object Parameter "aLength"
       
  2369 						quid       	"439D584500CE"
       
  2370 						type       	"TUint"))
       
  2371 					result     	"void"
       
  2372 					concurrency 	"Sequential"
       
  2373 					opExportControl 	"Private"
       
  2374 					uid        	0)
       
  2375 				    (object Operation "DoFinal"
       
  2376 					attributes 	(list Attribute_Set
       
  2377 					    (object Attribute
       
  2378 						tool       	"VC++"
       
  2379 						name       	"Inline"
       
  2380 						value      	FALSE))
       
  2381 					quid       	"439D584500CF"
       
  2382 					parameters 	(list Parameters
       
  2383 					    (object Parameter ""
       
  2384 						quid       	"439D584500D0"
       
  2385 						type       	"void"))
       
  2386 					result     	"void"
       
  2387 					concurrency 	"Sequential"
       
  2388 					opExportControl 	"Private"
       
  2389 					uid        	0)
       
  2390 				    (object Operation "Block"
       
  2391 					attributes 	(list Attribute_Set
       
  2392 					    (object Attribute
       
  2393 						tool       	"VC++"
       
  2394 						name       	"Inline"
       
  2395 						value      	FALSE))
       
  2396 					quid       	"439D584500D1"
       
  2397 					result     	"void"
       
  2398 					concurrency 	"Sequential"
       
  2399 					opExportControl 	"Private"
       
  2400 					uid        	0))
       
  2401 				module     	"Component View::ipseccrypto"
       
  2402 				quidu      	"439D3C980379"
       
  2403 				language   	"VC++")
       
  2404 			    (object Instantiated_Class "TBuf8<SHA1_HASH>"
       
  2405 				attributes 	(list Attribute_Set
       
  2406 				    (object Attribute
       
  2407 					tool       	"VC++"
       
  2408 					name       	"AppliedPattern"
       
  2409 					value      	"none")
       
  2410 				    (object Attribute
       
  2411 					tool       	"VC++"
       
  2412 					name       	"Generate"
       
  2413 					value      	FALSE))
       
  2414 				quid       	"439D584500DC"
       
  2415 				used_nodes 	(list uses_relationship_list
       
  2416 				    (object Uses_Relationship
       
  2417 					quid       	"439D584500DD"
       
  2418 					supplier   	"TBuf8"))
       
  2419 				module     	"Component View::ipseccrypto"
       
  2420 				quidu      	"439D3C980379"
       
  2421 				language   	"VC++")
       
  2422 			    (object Class "CSHA"
       
  2423 				attributes 	(list Attribute_Set
       
  2424 				    (object Attribute
       
  2425 					tool       	"VC++"
       
  2426 					name       	"AppliedPattern"
       
  2427 					value      	"none")
       
  2428 				    (object Attribute
       
  2429 					tool       	"VC++"
       
  2430 					name       	"AfxSupportMacro"
       
  2431 					value      	""))
       
  2432 				quid       	"439D584501C7"
       
  2433 				documentation 	
       
  2434 |*
       
  2435 | * A SHA message digest
       
  2436 | *
       
  2437 | * @deprecated Replaced by CSHA1
       
  2438 				
       
  2439 				superclasses 	(list inheritance_relationship_list
       
  2440 				    (object Inheritance_Relationship
       
  2441 					quid       	"439D584501D6"
       
  2442 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigest"
       
  2443 					quidu      	"439D584303BB"))
       
  2444 				operations 	(list Operations
       
  2445 				    (object Operation "NewL"
       
  2446 					attributes 	(list Attribute_Set
       
  2447 					    (object Attribute
       
  2448 						tool       	"VC++"
       
  2449 						name       	"Inline"
       
  2450 						value      	FALSE))
       
  2451 					quid       	"439D584501D7"
       
  2452 					documentation 	
       
  2453 |*
       
  2454 |		 * Creates a new SHA object.
       
  2455 |		 *
       
  2456 |		 * @return	A pointer to the new SHA object
       
  2457 					
       
  2458 					stereotype 	"static"
       
  2459 					parameters 	(list Parameters
       
  2460 					    (object Parameter ""
       
  2461 						quid       	"439D584501D9"
       
  2462 						type       	"void"))
       
  2463 					result     	"IMPORT_C CSHA*"
       
  2464 					concurrency 	"Sequential"
       
  2465 					opExportControl 	"Public"
       
  2466 					uid        	0)
       
  2467 				    (object Operation "ReplicateL"
       
  2468 					attributes 	(list Attribute_Set
       
  2469 					    (object Attribute
       
  2470 						tool       	"VC++"
       
  2471 						name       	"Inline"
       
  2472 						value      	FALSE))
       
  2473 					quid       	"439D584501DA"
       
  2474 					parameters 	(list Parameters
       
  2475 					    (object Parameter ""
       
  2476 						quid       	"439D584501DB"
       
  2477 						type       	"void"))
       
  2478 					result     	"IMPORT_C CMessageDigest*"
       
  2479 					concurrency 	"Sequential"
       
  2480 					opExportControl 	"Public"
       
  2481 					uid        	0)
       
  2482 				    (object Operation "Hash"
       
  2483 					attributes 	(list Attribute_Set
       
  2484 					    (object Attribute
       
  2485 						tool       	"VC++"
       
  2486 						name       	"Inline"
       
  2487 						value      	FALSE))
       
  2488 					quid       	"439D584501DC"
       
  2489 					parameters 	(list Parameters
       
  2490 					    (object Parameter "aMessage"
       
  2491 						quid       	"439D584501DD"
       
  2492 						type       	"const TDesC8&"
       
  2493 						const      	TRUE))
       
  2494 					result     	"IMPORT_C TPtrC8"
       
  2495 					concurrency 	"Sequential"
       
  2496 					opExportControl 	"Public"
       
  2497 					uid        	0)
       
  2498 				    (object Operation "~CSHA"
       
  2499 					attributes 	(list Attribute_Set
       
  2500 					    (object Attribute
       
  2501 						tool       	"VC++"
       
  2502 						name       	"Inline"
       
  2503 						value      	FALSE))
       
  2504 					quid       	"439D584501E6"
       
  2505 					documentation 	"* Destructor"
       
  2506 					parameters 	(list Parameters
       
  2507 					    (object Parameter ""
       
  2508 						quid       	"439D584501E7"
       
  2509 						type       	"void"))
       
  2510 					result     	"IMPORT_C"
       
  2511 					concurrency 	"Sequential"
       
  2512 					opExportControl 	"Public"
       
  2513 					uid        	0)
       
  2514 				    (object Operation "CopyL"
       
  2515 					attributes 	(list Attribute_Set
       
  2516 					    (object Attribute
       
  2517 						tool       	"VC++"
       
  2518 						name       	"Inline"
       
  2519 						value      	FALSE))
       
  2520 					quid       	"439D584501E8"
       
  2521 					parameters 	(list Parameters
       
  2522 					    (object Parameter ""
       
  2523 						quid       	"439D584501E9"
       
  2524 						type       	"void"))
       
  2525 					result     	"IMPORT_C CMessageDigest*"
       
  2526 					concurrency 	"Sequential"
       
  2527 					opExportControl 	"Public"
       
  2528 					uid        	0)
       
  2529 				    (object Operation "BlockSize"
       
  2530 					attributes 	(list Attribute_Set
       
  2531 					    (object Attribute
       
  2532 						tool       	"VC++"
       
  2533 						name       	"Inline"
       
  2534 						value      	FALSE))
       
  2535 					quid       	"439D584501EA"
       
  2536 					parameters 	(list Parameters
       
  2537 					    (object Parameter ""
       
  2538 						quid       	"439D584501EB"
       
  2539 						type       	"void"))
       
  2540 					result     	"IMPORT_C TInt"
       
  2541 					concurrency 	"Sequential"
       
  2542 					opExportControl 	"Public"
       
  2543 					uid        	0)
       
  2544 				    (object Operation "HashSize"
       
  2545 					attributes 	(list Attribute_Set
       
  2546 					    (object Attribute
       
  2547 						tool       	"VC++"
       
  2548 						name       	"Inline"
       
  2549 						value      	FALSE))
       
  2550 					quid       	"439D584501EC"
       
  2551 					parameters 	(list Parameters
       
  2552 					    (object Parameter ""
       
  2553 						quid       	"439D584501ED"
       
  2554 						type       	"void"))
       
  2555 					result     	"IMPORT_C TInt"
       
  2556 					concurrency 	"Sequential"
       
  2557 					opExportControl 	"Public"
       
  2558 					uid        	0)
       
  2559 				    (object Operation "Reset"
       
  2560 					attributes 	(list Attribute_Set
       
  2561 					    (object Attribute
       
  2562 						tool       	"VC++"
       
  2563 						name       	"Inline"
       
  2564 						value      	FALSE))
       
  2565 					quid       	"439D584501F6"
       
  2566 					parameters 	(list Parameters
       
  2567 					    (object Parameter ""
       
  2568 						quid       	"439D584501F7"
       
  2569 						type       	"void"))
       
  2570 					result     	"IMPORT_C void"
       
  2571 					concurrency 	"Sequential"
       
  2572 					opExportControl 	"Public"
       
  2573 					uid        	0)
       
  2574 				    (object Operation "Update"
       
  2575 					attributes 	(list Attribute_Set
       
  2576 					    (object Attribute
       
  2577 						tool       	"VC++"
       
  2578 						name       	"Inline"
       
  2579 						value      	FALSE))
       
  2580 					quid       	"439D584501F8"
       
  2581 					parameters 	(list Parameters
       
  2582 					    (object Parameter "aMessage"
       
  2583 						quid       	"439D584501F9"
       
  2584 						type       	"const TDesC8&"
       
  2585 						const      	TRUE))
       
  2586 					result     	"IMPORT_C void"
       
  2587 					concurrency 	"Sequential"
       
  2588 					opExportControl 	"Public"
       
  2589 					uid        	0)
       
  2590 				    (object Operation "Final"
       
  2591 					attributes 	(list Attribute_Set
       
  2592 					    (object Attribute
       
  2593 						tool       	"VC++"
       
  2594 						name       	"Inline"
       
  2595 						value      	FALSE))
       
  2596 					quid       	"439D584501FA"
       
  2597 					parameters 	(list Parameters
       
  2598 					    (object Parameter "aMessage"
       
  2599 						quid       	"439D584501FB"
       
  2600 						type       	"const TDesC8&"
       
  2601 						const      	TRUE))
       
  2602 					result     	"IMPORT_C TPtrC8"
       
  2603 					concurrency 	"Sequential"
       
  2604 					opExportControl 	"Public"
       
  2605 					uid        	0)
       
  2606 				    (object Operation "Final"
       
  2607 					attributes 	(list Attribute_Set
       
  2608 					    (object Attribute
       
  2609 						tool       	"VC++"
       
  2610 						name       	"Inline"
       
  2611 						value      	FALSE))
       
  2612 					quid       	"439D584501FC"
       
  2613 					result     	"IMPORT_C TPtrC8"
       
  2614 					concurrency 	"Sequential"
       
  2615 					opExportControl 	"Public"
       
  2616 					uid        	0)
       
  2617 				    (object Operation "RestoreState"
       
  2618 					attributes 	(list Attribute_Set
       
  2619 					    (object Attribute
       
  2620 						tool       	"VC++"
       
  2621 						name       	"Inline"
       
  2622 						value      	FALSE))
       
  2623 					quid       	"439D584501FD"
       
  2624 					result     	"void"
       
  2625 					concurrency 	"Sequential"
       
  2626 					opExportControl 	"Public"
       
  2627 					uid        	0)
       
  2628 				    (object Operation "StoreState"
       
  2629 					attributes 	(list Attribute_Set
       
  2630 					    (object Attribute
       
  2631 						tool       	"VC++"
       
  2632 						name       	"Inline"
       
  2633 						value      	FALSE))
       
  2634 					quid       	"439D58450205"
       
  2635 					result     	"void"
       
  2636 					concurrency 	"Sequential"
       
  2637 					opExportControl 	"Public"
       
  2638 					uid        	0))
       
  2639 				module     	"Component View::ipseccrypto"
       
  2640 				quidu      	"439D3C980379"
       
  2641 				language   	"VC++")
       
  2642 			    (object Class "CHMAC"
       
  2643 				attributes 	(list Attribute_Set
       
  2644 				    (object Attribute
       
  2645 					tool       	"VC++"
       
  2646 					name       	"AppliedPattern"
       
  2647 					value      	"none")
       
  2648 				    (object Attribute
       
  2649 					tool       	"VC++"
       
  2650 					name       	"AfxSupportMacro"
       
  2651 					value      	""))
       
  2652 				quid       	"439D58450292"
       
  2653 				documentation 	
       
  2654 |*
       
  2655 | * An HMAC (Hashed Message Autentication Code)
       
  2656 				
       
  2657 				superclasses 	(list inheritance_relationship_list
       
  2658 				    (object Inheritance_Relationship
       
  2659 					quid       	"439D58450293"
       
  2660 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigest"
       
  2661 					quidu      	"439D584303BB"))
       
  2662 				operations 	(list Operations
       
  2663 				    (object Operation "NewL"
       
  2664 					attributes 	(list Attribute_Set
       
  2665 					    (object Attribute
       
  2666 						tool       	"VC++"
       
  2667 						name       	"Inline"
       
  2668 						value      	FALSE))
       
  2669 					quid       	"439D58450294"
       
  2670 					documentation 	
       
  2671 |*
       
  2672 |		 * Creates a new HMAC object from a specified type of message digest 
       
  2673 |		 * and authentication key.
       
  2674 |		 * 
       
  2675 |		 * @param aKey		Authentication key.
       
  2676 |		 * @param aDigest	A message digest to construct the HMAC from.
       
  2677 |		 * @return			A pointer to the new CHMAC object. 
       
  2678 |		 *					The resulting HMAC object takes ownership of aDigest
       
  2679 |		 *					and is responsible for its deletion.
       
  2680 					
       
  2681 					stereotype 	"static"
       
  2682 					parameters 	(list Parameters
       
  2683 					    (object Parameter "aKey"
       
  2684 						quid       	"439D58450296"
       
  2685 						type       	"const TDesC8&"
       
  2686 						const      	TRUE)
       
  2687 					    (object Parameter "aDigest"
       
  2688 						quid       	"439D58450297"
       
  2689 						type       	"CMessageDigest*"
       
  2690 						quidu      	"439D584303BB"))
       
  2691 					result     	"IMPORT_C CHMAC*"
       
  2692 					concurrency 	"Sequential"
       
  2693 					opExportControl 	"Public"
       
  2694 					uid        	0)
       
  2695 				    (object Operation "ReplicateL"
       
  2696 					attributes 	(list Attribute_Set
       
  2697 					    (object Attribute
       
  2698 						tool       	"VC++"
       
  2699 						name       	"Inline"
       
  2700 						value      	FALSE))
       
  2701 					quid       	"439D584502A2"
       
  2702 					parameters 	(list Parameters
       
  2703 					    (object Parameter ""
       
  2704 						quid       	"439D584502A3"
       
  2705 						type       	"void"))
       
  2706 					result     	"IMPORT_C CMessageDigest*"
       
  2707 					concurrency 	"Sequential"
       
  2708 					opExportControl 	"Public"
       
  2709 					uid        	0)
       
  2710 				    (object Operation "Hash"
       
  2711 					attributes 	(list Attribute_Set
       
  2712 					    (object Attribute
       
  2713 						tool       	"VC++"
       
  2714 						name       	"Inline"
       
  2715 						value      	FALSE))
       
  2716 					quid       	"439D584502A4"
       
  2717 					parameters 	(list Parameters
       
  2718 					    (object Parameter "aMessage"
       
  2719 						quid       	"439D584502A5"
       
  2720 						type       	"const TDesC8&"
       
  2721 						const      	TRUE))
       
  2722 					result     	"IMPORT_C TPtrC8"
       
  2723 					concurrency 	"Sequential"
       
  2724 					opExportControl 	"Public"
       
  2725 					uid        	0)
       
  2726 				    (object Operation "~CHMAC"
       
  2727 					attributes 	(list Attribute_Set
       
  2728 					    (object Attribute
       
  2729 						tool       	"VC++"
       
  2730 						name       	"Inline"
       
  2731 						value      	FALSE))
       
  2732 					quid       	"439D584502A6"
       
  2733 					documentation 	"* Destructor"
       
  2734 					parameters 	(list Parameters
       
  2735 					    (object Parameter ""
       
  2736 						quid       	"439D584502A7"
       
  2737 						type       	"void"))
       
  2738 					result     	"IMPORT_C"
       
  2739 					concurrency 	"Sequential"
       
  2740 					opExportControl 	"Public"
       
  2741 					uid        	0)
       
  2742 				    (object Operation "CopyL"
       
  2743 					attributes 	(list Attribute_Set
       
  2744 					    (object Attribute
       
  2745 						tool       	"VC++"
       
  2746 						name       	"Inline"
       
  2747 						value      	FALSE))
       
  2748 					quid       	"439D584502A8"
       
  2749 					parameters 	(list Parameters
       
  2750 					    (object Parameter ""
       
  2751 						quid       	"439D584502A9"
       
  2752 						type       	"void"))
       
  2753 					result     	"IMPORT_C CMessageDigest*"
       
  2754 					concurrency 	"Sequential"
       
  2755 					opExportControl 	"Public"
       
  2756 					uid        	0)
       
  2757 				    (object Operation "BlockSize"
       
  2758 					attributes 	(list Attribute_Set
       
  2759 					    (object Attribute
       
  2760 						tool       	"VC++"
       
  2761 						name       	"Inline"
       
  2762 						value      	FALSE))
       
  2763 					quid       	"439D584502B1"
       
  2764 					parameters 	(list Parameters
       
  2765 					    (object Parameter ""
       
  2766 						quid       	"439D584502B2"
       
  2767 						type       	"void"))
       
  2768 					result     	"IMPORT_C TInt"
       
  2769 					concurrency 	"Sequential"
       
  2770 					opExportControl 	"Public"
       
  2771 					uid        	0)
       
  2772 				    (object Operation "HashSize"
       
  2773 					attributes 	(list Attribute_Set
       
  2774 					    (object Attribute
       
  2775 						tool       	"VC++"
       
  2776 						name       	"Inline"
       
  2777 						value      	FALSE))
       
  2778 					quid       	"439D584502B3"
       
  2779 					parameters 	(list Parameters
       
  2780 					    (object Parameter ""
       
  2781 						quid       	"439D584502B4"
       
  2782 						type       	"void"))
       
  2783 					result     	"IMPORT_C TInt"
       
  2784 					concurrency 	"Sequential"
       
  2785 					opExportControl 	"Public"
       
  2786 					uid        	0)
       
  2787 				    (object Operation "Reset"
       
  2788 					attributes 	(list Attribute_Set
       
  2789 					    (object Attribute
       
  2790 						tool       	"VC++"
       
  2791 						name       	"Inline"
       
  2792 						value      	FALSE))
       
  2793 					quid       	"439D584502B5"
       
  2794 					parameters 	(list Parameters
       
  2795 					    (object Parameter ""
       
  2796 						quid       	"439D584502B6"
       
  2797 						type       	"void"))
       
  2798 					result     	"IMPORT_C void"
       
  2799 					concurrency 	"Sequential"
       
  2800 					opExportControl 	"Public"
       
  2801 					uid        	0)
       
  2802 				    (object Operation "Update"
       
  2803 					attributes 	(list Attribute_Set
       
  2804 					    (object Attribute
       
  2805 						tool       	"VC++"
       
  2806 						name       	"Inline"
       
  2807 						value      	FALSE))
       
  2808 					quid       	"439D584502B7"
       
  2809 					parameters 	(list Parameters
       
  2810 					    (object Parameter "aMessage"
       
  2811 						quid       	"439D584502B8"
       
  2812 						type       	"const TDesC8&"
       
  2813 						const      	TRUE))
       
  2814 					result     	"IMPORT_C void"
       
  2815 					concurrency 	"Sequential"
       
  2816 					opExportControl 	"Public"
       
  2817 					uid        	0)
       
  2818 				    (object Operation "Final"
       
  2819 					attributes 	(list Attribute_Set
       
  2820 					    (object Attribute
       
  2821 						tool       	"VC++"
       
  2822 						name       	"Inline"
       
  2823 						value      	FALSE))
       
  2824 					quid       	"439D584502C1"
       
  2825 					parameters 	(list Parameters
       
  2826 					    (object Parameter "aMessage"
       
  2827 						quid       	"439D584502C2"
       
  2828 						type       	"const TDesC8&"
       
  2829 						const      	TRUE))
       
  2830 					result     	"IMPORT_C TPtrC8"
       
  2831 					concurrency 	"Sequential"
       
  2832 					opExportControl 	"Public"
       
  2833 					uid        	0)
       
  2834 				    (object Operation "Final"
       
  2835 					attributes 	(list Attribute_Set
       
  2836 					    (object Attribute
       
  2837 						tool       	"VC++"
       
  2838 						name       	"Inline"
       
  2839 						value      	FALSE))
       
  2840 					quid       	"439D584502C3"
       
  2841 					result     	"IMPORT_C TPtrC8"
       
  2842 					concurrency 	"Sequential"
       
  2843 					opExportControl 	"Public"
       
  2844 					uid        	0)
       
  2845 				    (object Operation "RestoreState"
       
  2846 					attributes 	(list Attribute_Set
       
  2847 					    (object Attribute
       
  2848 						tool       	"VC++"
       
  2849 						name       	"Inline"
       
  2850 						value      	FALSE))
       
  2851 					quid       	"439D584502C4"
       
  2852 					result     	"void"
       
  2853 					concurrency 	"Sequential"
       
  2854 					opExportControl 	"Public"
       
  2855 					uid        	0)
       
  2856 				    (object Operation "StoreState"
       
  2857 					attributes 	(list Attribute_Set
       
  2858 					    (object Attribute
       
  2859 						tool       	"VC++"
       
  2860 						name       	"Inline"
       
  2861 						value      	FALSE))
       
  2862 					quid       	"439D584502C5"
       
  2863 					result     	"void"
       
  2864 					concurrency 	"Sequential"
       
  2865 					opExportControl 	"Public"
       
  2866 					uid        	0)
       
  2867 				    (object Operation "CHMAC"
       
  2868 					attributes 	(list Attribute_Set
       
  2869 					    (object Attribute
       
  2870 						tool       	"VC++"
       
  2871 						name       	"Inline"
       
  2872 						value      	FALSE))
       
  2873 					quid       	"439D584502C6"
       
  2874 					parameters 	(list Parameters
       
  2875 					    (object Parameter ""
       
  2876 						quid       	"439D584502C7"
       
  2877 						type       	"void"))
       
  2878 					concurrency 	"Sequential"
       
  2879 					opExportControl 	"Private"
       
  2880 					uid        	0)
       
  2881 				    (object Operation "CHMAC"
       
  2882 					attributes 	(list Attribute_Set
       
  2883 					    (object Attribute
       
  2884 						tool       	"VC++"
       
  2885 						name       	"Inline"
       
  2886 						value      	FALSE))
       
  2887 					quid       	"439D584502D0"
       
  2888 					parameters 	(list Parameters
       
  2889 					    (object Parameter "aDigest"
       
  2890 						quid       	"439D584502D1"
       
  2891 						type       	"CMessageDigest*"
       
  2892 						quidu      	"439D584303BB"))
       
  2893 					concurrency 	"Sequential"
       
  2894 					opExportControl 	"Private"
       
  2895 					uid        	0)
       
  2896 				    (object Operation "CHMAC"
       
  2897 					attributes 	(list Attribute_Set
       
  2898 					    (object Attribute
       
  2899 						tool       	"VC++"
       
  2900 						name       	"Inline"
       
  2901 						value      	FALSE))
       
  2902 					quid       	"439D584502D2"
       
  2903 					parameters 	(list Parameters
       
  2904 					    (object Parameter "aHMAC"
       
  2905 						quid       	"439D584502D3"
       
  2906 						type       	"const CHMAC&"
       
  2907 						const      	TRUE))
       
  2908 					concurrency 	"Sequential"
       
  2909 					opExportControl 	"Private"
       
  2910 					uid        	0)
       
  2911 				    (object Operation "Initialise"
       
  2912 					attributes 	(list Attribute_Set
       
  2913 					    (object Attribute
       
  2914 						tool       	"VC++"
       
  2915 						name       	"Inline"
       
  2916 						value      	FALSE))
       
  2917 					quid       	"439D584502D4"
       
  2918 					parameters 	(list Parameters
       
  2919 					    (object Parameter "aKey"
       
  2920 						quid       	"439D584502D5"
       
  2921 						type       	"const TDesC8&"
       
  2922 						const      	TRUE))
       
  2923 					result     	"void"
       
  2924 					concurrency 	"Sequential"
       
  2925 					opExportControl 	"Private"
       
  2926 					uid        	0))
       
  2927 				module     	"Component View::ipseccrypto"
       
  2928 				quidu      	"439D3C980379"
       
  2929 				language   	"VC++")
       
  2930 			    (object Instantiated_Class "TBuf8<HMAC_PAD>"
       
  2931 				attributes 	(list Attribute_Set
       
  2932 				    (object Attribute
       
  2933 					tool       	"VC++"
       
  2934 					name       	"AppliedPattern"
       
  2935 					value      	"none")
       
  2936 				    (object Attribute
       
  2937 					tool       	"VC++"
       
  2938 					name       	"Generate"
       
  2939 					value      	FALSE))
       
  2940 				quid       	"439D584502E5"
       
  2941 				used_nodes 	(list uses_relationship_list
       
  2942 				    (object Uses_Relationship
       
  2943 					quid       	"439D584502F0"
       
  2944 					supplier   	"TBuf8"))
       
  2945 				module     	"Component View::ipseccrypto"
       
  2946 				quidu      	"439D3C980379"
       
  2947 				language   	"VC++")
       
  2948 			    (object Class "CMessageDigestFactory"
       
  2949 				attributes 	(list Attribute_Set
       
  2950 				    (object Attribute
       
  2951 					tool       	"VC++"
       
  2952 					name       	"AppliedPattern"
       
  2953 					value      	"none")
       
  2954 				    (object Attribute
       
  2955 					tool       	"VC++"
       
  2956 					name       	"AfxSupportMacro"
       
  2957 					value      	""))
       
  2958 				quid       	"439D5845033E"
       
  2959 				documentation 	
       
  2960 |*
       
  2961 | *	Factory to create a CMessageDigest derived object according to the identity of the hash algorithm.
       
  2962 				
       
  2963 				superclasses 	(list inheritance_relationship_list
       
  2964 				    (object Inheritance_Relationship
       
  2965 					quid       	"439D5845033F"
       
  2966 					supplier   	"CBase"))
       
  2967 				operations 	(list Operations
       
  2968 				    (object Operation "NewDigestL"
       
  2969 					attributes 	(list Attribute_Set
       
  2970 					    (object Attribute
       
  2971 						tool       	"VC++"
       
  2972 						name       	"Inline"
       
  2973 						value      	FALSE))
       
  2974 					quid       	"439D5845034D"
       
  2975 					documentation 	
       
  2976 |*
       
  2977 |	 * Creates a CMessageDigest derived object according to the specified type of hash algorithm.
       
  2978 |	 *
       
  2979 |	 * @param aHashId	The identity of the hash algorithm
       
  2980 |	 * @return			A pointer to a CMessageDigest object
       
  2981 					
       
  2982 					stereotype 	"static"
       
  2983 					parameters 	(list Parameters
       
  2984 					    (object Parameter "aHashId"
       
  2985 						quid       	"439D5845034F"
       
  2986 						type       	"CMessageDigest::THashId"))
       
  2987 					result     	"IMPORT_C CMessageDigest*"
       
  2988 					concurrency 	"Sequential"
       
  2989 					opExportControl 	"Public"
       
  2990 					uid        	0)
       
  2991 				    (object Operation "NewDigestLC"
       
  2992 					attributes 	(list Attribute_Set
       
  2993 					    (object Attribute
       
  2994 						tool       	"VC++"
       
  2995 						name       	"Inline"
       
  2996 						value      	FALSE))
       
  2997 					quid       	"439D58450350"
       
  2998 					documentation 	
       
  2999 |*
       
  3000 |	 * Creates a CMessageDigest derived object according to the specified type of hash algorithm.
       
  3001 |	 * 
       
  3002 |	 * The returned pointer is put onto the cleanup stack.
       
  3003 |	 *
       
  3004 |	 * @param aHashId	The identity of the hash algorithm
       
  3005 |	 * @return			A pointer to a CMessageDigest object
       
  3006 					
       
  3007 					stereotype 	"static"
       
  3008 					parameters 	(list Parameters
       
  3009 					    (object Parameter "aHashId"
       
  3010 						quid       	"439D58450352"
       
  3011 						type       	"CMessageDigest::THashId"))
       
  3012 					result     	"IMPORT_C CMessageDigest*"
       
  3013 					concurrency 	"Sequential"
       
  3014 					opExportControl 	"Public"
       
  3015 					uid        	0)
       
  3016 				    (object Operation "NewHMACL"
       
  3017 					attributes 	(list Attribute_Set
       
  3018 					    (object Attribute
       
  3019 						tool       	"VC++"
       
  3020 						name       	"Inline"
       
  3021 						value      	FALSE))
       
  3022 					quid       	"439D58450353"
       
  3023 					documentation 	
       
  3024 |*
       
  3025 |	 * Creates a CMessageDigest derived object according to the specified type of hash algorithm
       
  3026 |	 * and authentication key.
       
  3027 |	 *
       
  3028 |	 * @param aHashId	The identity of the hash algorithm
       
  3029 |	 * @param aKey		The authentication key 
       
  3030 |	 * @return			A pointer to a CMessageDigest object
       
  3031 					
       
  3032 					stereotype 	"static"
       
  3033 					parameters 	(list Parameters
       
  3034 					    (object Parameter "aHashId"
       
  3035 						quid       	"439D5845035D"
       
  3036 						type       	"CMessageDigest::THashId")
       
  3037 					    (object Parameter "aKey"
       
  3038 						quid       	"439D5845035E"
       
  3039 						type       	"const TDesC8&"
       
  3040 						const      	TRUE))
       
  3041 					result     	"IMPORT_C CMessageDigest*"
       
  3042 					concurrency 	"Sequential"
       
  3043 					opExportControl 	"Public"
       
  3044 					uid        	0)
       
  3045 				    (object Operation "NewHMACLC"
       
  3046 					attributes 	(list Attribute_Set
       
  3047 					    (object Attribute
       
  3048 						tool       	"VC++"
       
  3049 						name       	"Inline"
       
  3050 						value      	FALSE))
       
  3051 					quid       	"439D5845035F"
       
  3052 					documentation 	
       
  3053 |*
       
  3054 |	 * Creates a CMessageDigest derived object according to the specified type of hash algorithm
       
  3055 |	 * and authentication key.
       
  3056 |	 * 
       
  3057 |	 * The returned pointer is put onto the cleanup stack.
       
  3058 |	 *
       
  3059 |	 * @param aHashId	The identity of the hash algorithm
       
  3060 |	 * @param aKey		The authentication key 
       
  3061 |	 * @return			A pointer to a CMessageDigest object
       
  3062 					
       
  3063 					stereotype 	"static"
       
  3064 					parameters 	(list Parameters
       
  3065 					    (object Parameter "aHashId"
       
  3066 						quid       	"439D58450361"
       
  3067 						type       	"CMessageDigest::THashId")
       
  3068 					    (object Parameter "aKey"
       
  3069 						quid       	"439D58450362"
       
  3070 						type       	"const TDesC8&"
       
  3071 						const      	TRUE))
       
  3072 					result     	"IMPORT_C CMessageDigest*"
       
  3073 					concurrency 	"Sequential"
       
  3074 					opExportControl 	"Public"
       
  3075 					uid        	0))
       
  3076 				module     	"Component View::ipseccrypto"
       
  3077 				quidu      	"439D3C980379"
       
  3078 				language   	"VC++")
       
  3079 			    (object Class "CDES"
       
  3080 				attributes 	(list Attribute_Set
       
  3081 				    (object Attribute
       
  3082 					tool       	"VC++"
       
  3083 					name       	"AppliedPattern"
       
  3084 					value      	"none")
       
  3085 				    (object Attribute
       
  3086 					tool       	"VC++"
       
  3087 					name       	"AfxSupportMacro"
       
  3088 					value      	""))
       
  3089 				quid       	"439D5845037C"
       
  3090 				documentation 	
       
  3091 |*
       
  3092 |* Abstract base class for DES, implementing features common between DES encryption and
       
  3093 |* decryption. From CBlockTransformation
       
  3094 |* 
       
  3095 |* @publishedPartner
       
  3096 |* @released
       
  3097 				
       
  3098 				superclasses 	(list inheritance_relationship_list
       
  3099 				    (object Inheritance_Relationship
       
  3100 					quid       	"439D5845038C"
       
  3101 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CBlockTransformation"
       
  3102 					quidu      	"439EA7CE00A7"))
       
  3103 				operations 	(list Operations
       
  3104 				    (object Operation "Transform"
       
  3105 					attributes 	(list Attribute_Set
       
  3106 					    (object Attribute
       
  3107 						tool       	"VC++"
       
  3108 						name       	"Inline"
       
  3109 						value      	FALSE))
       
  3110 					quid       	"439D5845038D"
       
  3111 					stereotype 	"virtual"
       
  3112 					parameters 	(list Parameters
       
  3113 					    (object Parameter "aBlock"
       
  3114 						quid       	"439D5845038F"
       
  3115 						type       	"TDes8&"))
       
  3116 					result     	"void"
       
  3117 					concurrency 	"Sequential"
       
  3118 					opExportControl 	"Public"
       
  3119 					uid        	0)
       
  3120 				    (object Operation "BlockSize"
       
  3121 					attributes 	(list Attribute_Set
       
  3122 					    (object Attribute
       
  3123 						tool       	"VC++"
       
  3124 						name       	"Inline"
       
  3125 						value      	FALSE))
       
  3126 					quid       	"439D58450390"
       
  3127 					stereotype 	"virtual, const"
       
  3128 					result     	"TInt"
       
  3129 					concurrency 	"Sequential"
       
  3130 					opExportControl 	"Public"
       
  3131 					uid        	0)
       
  3132 				    (object Operation "KeySize"
       
  3133 					attributes 	(list Attribute_Set
       
  3134 					    (object Attribute
       
  3135 						tool       	"VC++"
       
  3136 						name       	"Inline"
       
  3137 						value      	FALSE))
       
  3138 					quid       	"439D58450392"
       
  3139 					stereotype 	"virtual, const"
       
  3140 					result     	"TInt"
       
  3141 					concurrency 	"Sequential"
       
  3142 					opExportControl 	"Public"
       
  3143 					uid        	0)
       
  3144 				    (object Operation "Reset"
       
  3145 					attributes 	(list Attribute_Set
       
  3146 					    (object Attribute
       
  3147 						tool       	"VC++"
       
  3148 						name       	"Inline"
       
  3149 						value      	FALSE))
       
  3150 					quid       	"439D58450394"
       
  3151 					stereotype 	"virtual"
       
  3152 					result     	"void"
       
  3153 					concurrency 	"Sequential"
       
  3154 					opExportControl 	"Public"
       
  3155 					uid        	0)
       
  3156 				    (object Operation "~CDES"
       
  3157 					attributes 	(list Attribute_Set
       
  3158 					    (object Attribute
       
  3159 						tool       	"VC++"
       
  3160 						name       	"Inline"
       
  3161 						value      	FALSE))
       
  3162 					quid       	"439D5845039D"
       
  3163 					stereotype 	"virtual"
       
  3164 					concurrency 	"Sequential"
       
  3165 					opExportControl 	"Public"
       
  3166 					uid        	0)
       
  3167 				    (object Operation "CDES"
       
  3168 					attributes 	(list Attribute_Set
       
  3169 					    (object Attribute
       
  3170 						tool       	"VC++"
       
  3171 						name       	"Inline"
       
  3172 						value      	FALSE))
       
  3173 					quid       	"439D5845039F"
       
  3174 					documentation 	"* @internalAll"
       
  3175 					concurrency 	"Sequential"
       
  3176 					opExportControl 	"Protected"
       
  3177 					uid        	0)
       
  3178 				    (object Operation "DoTransform"
       
  3179 					attributes 	(list Attribute_Set
       
  3180 					    (object Attribute
       
  3181 						tool       	"VC++"
       
  3182 						name       	"Inline"
       
  3183 						value      	FALSE))
       
  3184 					quid       	"439D584503A0"
       
  3185 					documentation 	"* @internalAll"
       
  3186 					parameters 	(list Parameters
       
  3187 					    (object Parameter "l"
       
  3188 						quid       	"439D584503A1"
       
  3189 						type       	"TUint32&")
       
  3190 					    (object Parameter "r"
       
  3191 						quid       	"439D584503A2"
       
  3192 						type       	"TUint32&")
       
  3193 					    (object Parameter "aKey"
       
  3194 						quid       	"439D584503A3"
       
  3195 						type       	"const TUint32*"
       
  3196 						const      	TRUE))
       
  3197 					result     	"void"
       
  3198 					concurrency 	"Sequential"
       
  3199 					opExportControl 	"Protected"
       
  3200 					uid        	0)
       
  3201 				    (object Operation "SetKey"
       
  3202 					attributes 	(list Attribute_Set
       
  3203 					    (object Attribute
       
  3204 						tool       	"VC++"
       
  3205 						name       	"Inline"
       
  3206 						value      	FALSE))
       
  3207 					quid       	"439D584503AB"
       
  3208 					stereotype 	"virtual"
       
  3209 					parameters 	(list Parameters
       
  3210 					    (object Parameter "aKey"
       
  3211 						quid       	"439D584503AD"
       
  3212 						type       	"const TDesC8&"
       
  3213 						const      	TRUE)
       
  3214 					    (object Parameter "aKeyBuffer"
       
  3215 						quid       	"439D584503AE"
       
  3216 						type       	"TUint32*"))
       
  3217 					result     	"void"
       
  3218 					concurrency 	"Sequential"
       
  3219 					opExportControl 	"Protected"
       
  3220 					uid        	0)
       
  3221 				    (object Operation "ConstructL"
       
  3222 					attributes 	(list Attribute_Set
       
  3223 					    (object Attribute
       
  3224 						tool       	"VC++"
       
  3225 						name       	"Inline"
       
  3226 						value      	FALSE))
       
  3227 					quid       	"439D584503AF"
       
  3228 					stereotype 	"virtual"
       
  3229 					parameters 	(list Parameters
       
  3230 					    (object Parameter "aKey"
       
  3231 						quid       	"439D584503B1"
       
  3232 						type       	"const TDesC8&"
       
  3233 						const      	TRUE)
       
  3234 					    (object Parameter "aCheckWeakKey"
       
  3235 						quid       	"439D584503B2"
       
  3236 						type       	"TBool"))
       
  3237 					result     	"void"
       
  3238 					concurrency 	"Sequential"
       
  3239 					opExportControl 	"Protected"
       
  3240 					uid        	0)
       
  3241 				    (object Operation "LeaveIfWeakKeyL"
       
  3242 					attributes 	(list Attribute_Set
       
  3243 					    (object Attribute
       
  3244 						tool       	"VC++"
       
  3245 						name       	"Inline"
       
  3246 						value      	FALSE))
       
  3247 					quid       	"439D584503B3"
       
  3248 					documentation 	"* @internalAll"
       
  3249 					result     	"void"
       
  3250 					concurrency 	"Sequential"
       
  3251 					opExportControl 	"Protected"
       
  3252 					uid        	0))
       
  3253 				module     	"Component View::ipseccrypto"
       
  3254 				quidu      	"439D3C980379"
       
  3255 				language   	"VC++")
       
  3256 			    (object Class "CDESEncryptor"
       
  3257 				attributes 	(list Attribute_Set
       
  3258 				    (object Attribute
       
  3259 					tool       	"VC++"
       
  3260 					name       	"AppliedPattern"
       
  3261 					value      	"none")
       
  3262 				    (object Attribute
       
  3263 					tool       	"VC++"
       
  3264 					name       	"AfxSupportMacro"
       
  3265 					value      	""))
       
  3266 				quid       	"439D584503CA"
       
  3267 				documentation 	
       
  3268 |*
       
  3269 |* Concrete class for DES encryption.
       
  3270 |* 
       
  3271 |* @publishedPartner
       
  3272 |* @released
       
  3273 				
       
  3274 				superclasses 	(list inheritance_relationship_list
       
  3275 				    (object Inheritance_Relationship
       
  3276 					quid       	"439D584503DA"
       
  3277 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CDES"
       
  3278 					quidu      	"439D5845037C"))
       
  3279 				operations 	(list Operations
       
  3280 				    (object Operation "NewL"
       
  3281 					attributes 	(list Attribute_Set
       
  3282 					    (object Attribute
       
  3283 						tool       	"VC++"
       
  3284 						name       	"Inline"
       
  3285 						value      	FALSE))
       
  3286 					quid       	"439D584503DB"
       
  3287 					documentation 	
       
  3288 |*
       
  3289 |	* Creates an instance of this class.
       
  3290 |	* 
       
  3291 |	* @param aKey			The key to be used for encryption. The key length must be
       
  3292 |	*						KDESKeySize = 8 bytes.
       
  3293 |	* @param aCheckWeakKey	Boolean determining whether to check the key against
       
  3294 |	*						a set of known weak key values. Defaults to ETrue. 
       
  3295 |	* @return				A pointer to the new CDESEncryptor object.
       
  3296 |	*
       
  3297 |	* @leave KErrWeakKey			If the key is a weak one, the function leaves having
       
  3298 |	*								previously cleaned up any previously allocated memory.
       
  3299 |	* @leave KErrKeyNotWeakEnough	If the key size is larger than that allowed by the
       
  3300 |	*								cipher strength restrictions of the crypto library.
       
  3301 |	* 								See TCrypto::IsSymmetricWeakEnoughL()
       
  3302 					
       
  3303 					stereotype 	"static"
       
  3304 					parameters 	(list Parameters
       
  3305 					    (object Parameter "aKey"
       
  3306 						quid       	"439D584503DD"
       
  3307 						type       	"const TDesC8&"
       
  3308 						const      	TRUE)
       
  3309 					    (object Parameter "aCheckWeakKey"
       
  3310 						quid       	"439D584503DE"
       
  3311 						type       	"TBool"
       
  3312 						initv      	"ETrue"))
       
  3313 					result     	"IMPORT_C CDESEncryptor*"
       
  3314 					concurrency 	"Sequential"
       
  3315 					opExportControl 	"Public"
       
  3316 					uid        	0)
       
  3317 				    (object Operation "NewLC"
       
  3318 					attributes 	(list Attribute_Set
       
  3319 					    (object Attribute
       
  3320 						tool       	"VC++"
       
  3321 						name       	"Inline"
       
  3322 						value      	FALSE))
       
  3323 					quid       	"439D584503DF"
       
  3324 					documentation 	
       
  3325 |*
       
  3326 |	* Creates an instance of this class and leaves it on the cleanup stack.
       
  3327 |	*
       
  3328 |	* @param aKey			The key to be used for encryption. The key length must be
       
  3329 |	*						KDESKeySize = 8 bytes.
       
  3330 |	* @param aCheckWeakKey	Boolean determining whether to check the resultant key against
       
  3331 |	*						a set of known weak key values. Defaults to ETrue. 
       
  3332 |	* @return				A pointer to the new CDESEncryptor object.
       
  3333 |	*
       
  3334 |	* @leave KErrWeakKey			If the key is a weak one, the function leaves having
       
  3335 |	*								previously cleaned up any previously allocated memory.
       
  3336 |	* @leave KErrKeyNotWeakEnough	If the key size is larger than that allowed by the
       
  3337 |	*								cipher strength restrictions of the crypto library.
       
  3338 |	*								See TCrypto::IsSymmetricWeakEnoughL()
       
  3339 					
       
  3340 					stereotype 	"static"
       
  3341 					parameters 	(list Parameters
       
  3342 					    (object Parameter "aKey"
       
  3343 						quid       	"439D58460003"
       
  3344 						type       	"const TDesC8&"
       
  3345 						const      	TRUE)
       
  3346 					    (object Parameter "aCheckWeakKey"
       
  3347 						quid       	"439D58460004"
       
  3348 						type       	"TBool"
       
  3349 						initv      	"ETrue"))
       
  3350 					result     	"IMPORT_C CDESEncryptor*"
       
  3351 					concurrency 	"Sequential"
       
  3352 					opExportControl 	"Public"
       
  3353 					uid        	0)
       
  3354 				    (object Operation "CDESEncryptor"
       
  3355 					attributes 	(list Attribute_Set
       
  3356 					    (object Attribute
       
  3357 						tool       	"VC++"
       
  3358 						name       	"Inline"
       
  3359 						value      	FALSE))
       
  3360 					quid       	"439D58460005"
       
  3361 					parameters 	(list Parameters
       
  3362 					    (object Parameter ""
       
  3363 						quid       	"439D58460006"
       
  3364 						type       	"void"))
       
  3365 					concurrency 	"Sequential"
       
  3366 					opExportControl 	"Private"
       
  3367 					uid        	0))
       
  3368 				module     	"Component View::ipseccrypto"
       
  3369 				quidu      	"439D3C980379"
       
  3370 				language   	"VC++")
       
  3371 			    (object Class "CDESDecryptor"
       
  3372 				attributes 	(list Attribute_Set
       
  3373 				    (object Attribute
       
  3374 					tool       	"VC++"
       
  3375 					name       	"AppliedPattern"
       
  3376 					value      	"none")
       
  3377 				    (object Attribute
       
  3378 					tool       	"VC++"
       
  3379 					name       	"AfxSupportMacro"
       
  3380 					value      	""))
       
  3381 				quid       	"439D58460011"
       
  3382 				documentation 	
       
  3383 |*
       
  3384 |* Concrete class for DES decryption.
       
  3385 |*
       
  3386 |* @publishedPartner
       
  3387 |* @released
       
  3388 				
       
  3389 				superclasses 	(list inheritance_relationship_list
       
  3390 				    (object Inheritance_Relationship
       
  3391 					quid       	"439D58460012"
       
  3392 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CDES"
       
  3393 					quidu      	"439D5845037C"))
       
  3394 				operations 	(list Operations
       
  3395 				    (object Operation "NewL"
       
  3396 					attributes 	(list Attribute_Set
       
  3397 					    (object Attribute
       
  3398 						tool       	"VC++"
       
  3399 						name       	"Inline"
       
  3400 						value      	FALSE))
       
  3401 					quid       	"439D58460013"
       
  3402 					documentation 	
       
  3403 |*
       
  3404 |	* Creates an instance of this class.
       
  3405 |	*
       
  3406 |	* @param aKey			The key to be used for decryption. The key length must be
       
  3407 |	*						KDESKeySize = 8 bytes.
       
  3408 |	* @param aCheckWeakKey	Boolean determining whether to check the resultant key against
       
  3409 |	*						a set of known weak key values. Defaults to ETrue.
       
  3410 |	* @return				A pointer to the new CDESDecryptor object.
       
  3411 |	*
       
  3412 |	* @leave KErrWeakKey			If the key is a weak one, the function leaves having
       
  3413 |	*								previously cleaned up any previously allocated memory.
       
  3414 |	* @leave KErrKeyNotWeakEnough	If the key size is larger than that allowed by the
       
  3415 |	*								cipher strength restrictions of the crypto library.
       
  3416 |	*								See TCrypto::IsSymmetricWeakEnoughL()
       
  3417 					
       
  3418 					stereotype 	"static"
       
  3419 					parameters 	(list Parameters
       
  3420 					    (object Parameter "aKey"
       
  3421 						quid       	"439D58460022"
       
  3422 						type       	"const TDesC8&"
       
  3423 						const      	TRUE)
       
  3424 					    (object Parameter "aCheckWeakKey"
       
  3425 						quid       	"439D58460023"
       
  3426 						type       	"TBool"
       
  3427 						initv      	"ETrue"))
       
  3428 					result     	"IMPORT_C CDESDecryptor*"
       
  3429 					concurrency 	"Sequential"
       
  3430 					opExportControl 	"Public"
       
  3431 					uid        	0)
       
  3432 				    (object Operation "NewLC"
       
  3433 					attributes 	(list Attribute_Set
       
  3434 					    (object Attribute
       
  3435 						tool       	"VC++"
       
  3436 						name       	"Inline"
       
  3437 						value      	FALSE))
       
  3438 					quid       	"439D58460024"
       
  3439 					documentation 	
       
  3440 |*
       
  3441 |	* Creates an instance of this class and leaves it on the cleanup stack.
       
  3442 |	* 
       
  3443 |	* @param aKey			The key to be used for decryption. The key length must be
       
  3444 |	*						KDESKeySize = 8 bytes.
       
  3445 |	* @param aCheckWeakKey	Boolean determining whether to check the resultant key against
       
  3446 |	*						a set of known weak key values. Defaults to ETrue.
       
  3447 |	* @return				A pointer to the new CDESDecryptor object.
       
  3448 |	*
       
  3449 |	* @leave KErrWeakKey			If the key is a weak one, the function leaves having
       
  3450 |	*								previously cleaned up any previously allocated memory.
       
  3451 |	* @leave KErrKeyNotWeakEnough	If the key size is larger than that allowed by the
       
  3452 |	*								cipher strength restrictions of the crypto library.
       
  3453 |	*								See TCrypto::IsSymmetricWeakEnoughL()
       
  3454 					
       
  3455 					stereotype 	"static"
       
  3456 					parameters 	(list Parameters
       
  3457 					    (object Parameter "aKey"
       
  3458 						quid       	"439D58460026"
       
  3459 						type       	"const TDesC8&"
       
  3460 						const      	TRUE)
       
  3461 					    (object Parameter "aCheckWeakKey"
       
  3462 						quid       	"439D58460027"
       
  3463 						type       	"TBool"
       
  3464 						initv      	"ETrue"))
       
  3465 					result     	"IMPORT_C CDESDecryptor*"
       
  3466 					concurrency 	"Sequential"
       
  3467 					opExportControl 	"Public"
       
  3468 					uid        	0)
       
  3469 				    (object Operation "SetKey"
       
  3470 					attributes 	(list Attribute_Set
       
  3471 					    (object Attribute
       
  3472 						tool       	"VC++"
       
  3473 						name       	"Inline"
       
  3474 						value      	FALSE))
       
  3475 					quid       	"439D58460028"
       
  3476 					stereotype 	"virtual"
       
  3477 					parameters 	(list Parameters
       
  3478 					    (object Parameter "aKey"
       
  3479 						quid       	"439D58460031"
       
  3480 						type       	"const TDesC8&"
       
  3481 						const      	TRUE)
       
  3482 					    (object Parameter "aKeyBuffer"
       
  3483 						quid       	"439D58460032"
       
  3484 						type       	"TUint32*"))
       
  3485 					result     	"void"
       
  3486 					concurrency 	"Sequential"
       
  3487 					opExportControl 	"Protected"
       
  3488 					uid        	0)
       
  3489 				    (object Operation "CDESDecryptor"
       
  3490 					attributes 	(list Attribute_Set
       
  3491 					    (object Attribute
       
  3492 						tool       	"VC++"
       
  3493 						name       	"Inline"
       
  3494 						value      	FALSE))
       
  3495 					quid       	"439D58460033"
       
  3496 					parameters 	(list Parameters
       
  3497 					    (object Parameter ""
       
  3498 						quid       	"439D58460034"
       
  3499 						type       	"void"))
       
  3500 					concurrency 	"Sequential"
       
  3501 					opExportControl 	"Private"
       
  3502 					uid        	0))
       
  3503 				module     	"Component View::ipseccrypto"
       
  3504 				quidu      	"439D3C980379"
       
  3505 				language   	"VC++")
       
  3506 			    (object Class "C3DES"
       
  3507 				attributes 	(list Attribute_Set
       
  3508 				    (object Attribute
       
  3509 					tool       	"VC++"
       
  3510 					name       	"AppliedPattern"
       
  3511 					value      	"none")
       
  3512 				    (object Attribute
       
  3513 					tool       	"VC++"
       
  3514 					name       	"AfxSupportMacro"
       
  3515 					value      	""))
       
  3516 				quid       	"439D5846010B"
       
  3517 				documentation 	
       
  3518 |*
       
  3519 |* Abstract base class for triple-DES.
       
  3520 |*
       
  3521 |* Implements features common to triple-DES encryption and decryption.
       
  3522 |*
       
  3523 |* @publishedPartner
       
  3524 |* @released
       
  3525 				
       
  3526 				superclasses 	(list inheritance_relationship_list
       
  3527 				    (object Inheritance_Relationship
       
  3528 					quid       	"439D5846010C"
       
  3529 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CDES"
       
  3530 					quidu      	"439D5845037C"))
       
  3531 				operations 	(list Operations
       
  3532 				    (object Operation "Transform"
       
  3533 					attributes 	(list Attribute_Set
       
  3534 					    (object Attribute
       
  3535 						tool       	"VC++"
       
  3536 						name       	"Inline"
       
  3537 						value      	FALSE))
       
  3538 					quid       	"439D5846010D"
       
  3539 					stereotype 	"virtual"
       
  3540 					parameters 	(list Parameters
       
  3541 					    (object Parameter "aBlock"
       
  3542 						quid       	"439D5846010F"
       
  3543 						type       	"TDes8&"))
       
  3544 					result     	"void"
       
  3545 					concurrency 	"Sequential"
       
  3546 					opExportControl 	"Public"
       
  3547 					uid        	0)
       
  3548 				    (object Operation "Reset"
       
  3549 					attributes 	(list Attribute_Set
       
  3550 					    (object Attribute
       
  3551 						tool       	"VC++"
       
  3552 						name       	"Inline"
       
  3553 						value      	FALSE))
       
  3554 					quid       	"439D5846011B"
       
  3555 					stereotype 	"virtual"
       
  3556 					result     	"void"
       
  3557 					concurrency 	"Sequential"
       
  3558 					opExportControl 	"Public"
       
  3559 					uid        	0)
       
  3560 				    (object Operation "BlockSize"
       
  3561 					attributes 	(list Attribute_Set
       
  3562 					    (object Attribute
       
  3563 						tool       	"VC++"
       
  3564 						name       	"Inline"
       
  3565 						value      	FALSE))
       
  3566 					quid       	"439D5846011D"
       
  3567 					stereotype 	"virtual, const"
       
  3568 					result     	"TInt"
       
  3569 					concurrency 	"Sequential"
       
  3570 					opExportControl 	"Public"
       
  3571 					uid        	0)
       
  3572 				    (object Operation "KeySize"
       
  3573 					attributes 	(list Attribute_Set
       
  3574 					    (object Attribute
       
  3575 						tool       	"VC++"
       
  3576 						name       	"Inline"
       
  3577 						value      	FALSE))
       
  3578 					quid       	"439D5846011F"
       
  3579 					stereotype 	"virtual, const"
       
  3580 					result     	"TInt"
       
  3581 					concurrency 	"Sequential"
       
  3582 					opExportControl 	"Public"
       
  3583 					uid        	0)
       
  3584 				    (object Operation "C3DES"
       
  3585 					attributes 	(list Attribute_Set
       
  3586 					    (object Attribute
       
  3587 						tool       	"VC++"
       
  3588 						name       	"Inline"
       
  3589 						value      	FALSE))
       
  3590 					quid       	"439D58460121"
       
  3591 					documentation 	"* @internalAll"
       
  3592 					concurrency 	"Sequential"
       
  3593 					opExportControl 	"Protected"
       
  3594 					uid        	0)
       
  3595 				    (object Operation "ConstructL"
       
  3596 					attributes 	(list Attribute_Set
       
  3597 					    (object Attribute
       
  3598 						tool       	"VC++"
       
  3599 						name       	"Inline"
       
  3600 						value      	FALSE))
       
  3601 					quid       	"439D58460122"
       
  3602 					stereotype 	"virtual"
       
  3603 					parameters 	(list Parameters
       
  3604 					    (object Parameter "aKey"
       
  3605 						quid       	"439D5846012B"
       
  3606 						type       	"const TDesC8&"
       
  3607 						const      	TRUE))
       
  3608 					result     	"void"
       
  3609 					concurrency 	"Sequential"
       
  3610 					opExportControl 	"Protected"
       
  3611 					uid        	0)
       
  3612 				    (object Operation "DoSetKey"
       
  3613 					attributes 	(list Attribute_Set
       
  3614 					    (object Attribute
       
  3615 						tool       	"VC++"
       
  3616 						name       	"Inline"
       
  3617 						value      	FALSE))
       
  3618 					quid       	"439D5846012C"
       
  3619 					documentation 	
       
  3620 |*
       
  3621 |	 * Initialises the three key schedule arrays from the specified key.
       
  3622 |	 * 
       
  3623 |	 * @param aKey	The key to be used for encryption. The key length
       
  3624 |	 *				must be K3DESKeySize = 24 bytes.
       
  3625 					
       
  3626 					stereotype 	"abstract"
       
  3627 					parameters 	(list Parameters
       
  3628 					    (object Parameter "aKey"
       
  3629 						quid       	"439D5846012E"
       
  3630 						type       	"const TDesC8&"
       
  3631 						const      	TRUE))
       
  3632 					result     	"void"
       
  3633 					concurrency 	"Sequential"
       
  3634 					opExportControl 	"Protected"
       
  3635 					uid        	0))
       
  3636 				module     	"Component View::ipseccrypto"
       
  3637 				quidu      	"439D3C980379"
       
  3638 				language   	"VC++")
       
  3639 			    (object Class "C3DESEncryptor"
       
  3640 				attributes 	(list Attribute_Set
       
  3641 				    (object Attribute
       
  3642 					tool       	"VC++"
       
  3643 					name       	"AppliedPattern"
       
  3644 					value      	"none")
       
  3645 				    (object Attribute
       
  3646 					tool       	"VC++"
       
  3647 					name       	"AfxSupportMacro"
       
  3648 					value      	""))
       
  3649 				quid       	"439D5846014A"
       
  3650 				documentation 	
       
  3651 |*
       
  3652 |* Concrete class for triple-DES encryption.
       
  3653 |*
       
  3654 |* @publishedPartner
       
  3655 |* @released
       
  3656 				
       
  3657 				superclasses 	(list inheritance_relationship_list
       
  3658 				    (object Inheritance_Relationship
       
  3659 					quid       	"439D5846014B"
       
  3660 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::C3DES"
       
  3661 					quidu      	"439D5846010B"))
       
  3662 				operations 	(list Operations
       
  3663 				    (object Operation "NewL"
       
  3664 					attributes 	(list Attribute_Set
       
  3665 					    (object Attribute
       
  3666 						tool       	"VC++"
       
  3667 						name       	"Inline"
       
  3668 						value      	FALSE))
       
  3669 					quid       	"439D5846014C"
       
  3670 					documentation 	
       
  3671 |*
       
  3672 |	* Creates an instance of this class.
       
  3673 |	*
       
  3674 |	* @param aKey	The key to be used for encryption. The key length
       
  3675 |	*				must be K3DESKeySize = 24 bytes.
       
  3676 |	* @return		A pointer to the new C3DESEncryptor object.
       
  3677 |	*
       
  3678 |	* @leave KErrKeyNotWeakEnough	If the key size is larger than that allowed by the
       
  3679 |	*								cipher strength restrictions of the crypto library.
       
  3680 |	*								See TCrypto::IsSymmetricWeakEnoughL()
       
  3681 					
       
  3682 					stereotype 	"static"
       
  3683 					parameters 	(list Parameters
       
  3684 					    (object Parameter "aKey"
       
  3685 						quid       	"439D5846014E"
       
  3686 						type       	"const TDesC8&"
       
  3687 						const      	TRUE))
       
  3688 					result     	"IMPORT_C C3DESEncryptor*"
       
  3689 					concurrency 	"Sequential"
       
  3690 					opExportControl 	"Public"
       
  3691 					uid        	0)
       
  3692 				    (object Operation "NewLC"
       
  3693 					attributes 	(list Attribute_Set
       
  3694 					    (object Attribute
       
  3695 						tool       	"VC++"
       
  3696 						name       	"Inline"
       
  3697 						value      	FALSE))
       
  3698 					quid       	"439D58460159"
       
  3699 					documentation 	
       
  3700 |*
       
  3701 |	* Creates an instance of this class and leaves it on the cleanup stack.
       
  3702 |	*
       
  3703 |	* @param aKey	The key to be used for encryption. The key length
       
  3704 |	*				must be K3DESKeySize = 24 bytes.
       
  3705 |	* @return		A pointer to the new C3DESEncryptor object.
       
  3706 |	*
       
  3707 |	* @leave KErrKeyNotWeakEnough 	If the key size is larger than that allowed by the
       
  3708 |	* 								cipher strength restrictions of the crypto library.
       
  3709 |	* 								See TCrypto::IsSymmetricWeakEnoughL()
       
  3710 					
       
  3711 					stereotype 	"static"
       
  3712 					parameters 	(list Parameters
       
  3713 					    (object Parameter "aKey"
       
  3714 						quid       	"439D5846015B"
       
  3715 						type       	"const TDesC8&"
       
  3716 						const      	TRUE))
       
  3717 					result     	"IMPORT_C C3DESEncryptor*"
       
  3718 					concurrency 	"Sequential"
       
  3719 					opExportControl 	"Public"
       
  3720 					uid        	0)
       
  3721 				    (object Operation "DoSetKey"
       
  3722 					attributes 	(list Attribute_Set
       
  3723 					    (object Attribute
       
  3724 						tool       	"VC++"
       
  3725 						name       	"Inline"
       
  3726 						value      	FALSE))
       
  3727 					quid       	"439D5846015C"
       
  3728 					stereotype 	"virtual"
       
  3729 					parameters 	(list Parameters
       
  3730 					    (object Parameter "aKey"
       
  3731 						quid       	"439D5846015E"
       
  3732 						type       	"const TDesC8&"
       
  3733 						const      	TRUE))
       
  3734 					result     	"void"
       
  3735 					concurrency 	"Sequential"
       
  3736 					opExportControl 	"Protected"
       
  3737 					uid        	0))
       
  3738 				module     	"Component View::ipseccrypto"
       
  3739 				quidu      	"439D3C980379"
       
  3740 				language   	"VC++")
       
  3741 			    (object Class "C3DESDecryptor"
       
  3742 				attributes 	(list Attribute_Set
       
  3743 				    (object Attribute
       
  3744 					tool       	"VC++"
       
  3745 					name       	"AppliedPattern"
       
  3746 					value      	"none")
       
  3747 				    (object Attribute
       
  3748 					tool       	"VC++"
       
  3749 					name       	"AfxSupportMacro"
       
  3750 					value      	""))
       
  3751 				quid       	"439D58460169"
       
  3752 				documentation 	
       
  3753 |*
       
  3754 |* Concrete class for triple-DES decryption.
       
  3755 |*
       
  3756 |* @publishedPartner
       
  3757 |* @released
       
  3758 				
       
  3759 				superclasses 	(list inheritance_relationship_list
       
  3760 				    (object Inheritance_Relationship
       
  3761 					quid       	"439D5846016A"
       
  3762 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::C3DES"
       
  3763 					quidu      	"439D5846010B"))
       
  3764 				operations 	(list Operations
       
  3765 				    (object Operation "NewL"
       
  3766 					attributes 	(list Attribute_Set
       
  3767 					    (object Attribute
       
  3768 						tool       	"VC++"
       
  3769 						name       	"Inline"
       
  3770 						value      	FALSE))
       
  3771 					quid       	"439D5846016B"
       
  3772 					documentation 	
       
  3773 |*
       
  3774 |	* Creates an instance of this class.
       
  3775 |	*
       
  3776 |	* @param aKey	The key to be used for decryption. The key length
       
  3777 |	*				must be K3DESKeySize = 24 bytes.
       
  3778 |	* @return		A pointer to the new C3DESDecryptor object.
       
  3779 |	*
       
  3780 |	* @leave KErrKeyNotWeakEnough	If the key size is larger than that allowed by the
       
  3781 |	*								cipher strength restrictions of the crypto library.
       
  3782 |	*								See TCrypto::IsSymmetricWeakEnoughL()
       
  3783 					
       
  3784 					stereotype 	"static"
       
  3785 					parameters 	(list Parameters
       
  3786 					    (object Parameter "aKey"
       
  3787 						quid       	"439D58460179"
       
  3788 						type       	"const TDesC8&"
       
  3789 						const      	TRUE))
       
  3790 					result     	"IMPORT_C C3DESDecryptor*"
       
  3791 					concurrency 	"Sequential"
       
  3792 					opExportControl 	"Public"
       
  3793 					uid        	0)
       
  3794 				    (object Operation "NewLC"
       
  3795 					attributes 	(list Attribute_Set
       
  3796 					    (object Attribute
       
  3797 						tool       	"VC++"
       
  3798 						name       	"Inline"
       
  3799 						value      	FALSE))
       
  3800 					quid       	"439D5846017A"
       
  3801 					documentation 	
       
  3802 |*
       
  3803 |	* Creates an instance of this class and leaves it on the cleanup stack.
       
  3804 |	*
       
  3805 |	* @param aKey	The key to be used for decryption. The key length
       
  3806 |	*				must be K3DESKeySize = 24 bytes.
       
  3807 |	* @return		A pointer to the new C3DESDecryptor object.
       
  3808 |	*
       
  3809 |	* @leave KErrKeyNotWeakEnough	If the key size is larger than that allowed by the
       
  3810 |	*								cipher strength restrictions of the crypto library.  
       
  3811 |	*								See TCrypto::IsSymmetricWeakEnoughL()
       
  3812 					
       
  3813 					stereotype 	"static"
       
  3814 					parameters 	(list Parameters
       
  3815 					    (object Parameter "aKey"
       
  3816 						quid       	"439D5846017C"
       
  3817 						type       	"const TDesC8&"
       
  3818 						const      	TRUE))
       
  3819 					result     	"IMPORT_C C3DESDecryptor*"
       
  3820 					concurrency 	"Sequential"
       
  3821 					opExportControl 	"Public"
       
  3822 					uid        	0)
       
  3823 				    (object Operation "DoSetKey"
       
  3824 					attributes 	(list Attribute_Set
       
  3825 					    (object Attribute
       
  3826 						tool       	"VC++"
       
  3827 						name       	"Inline"
       
  3828 						value      	FALSE))
       
  3829 					quid       	"439D5846017D"
       
  3830 					stereotype 	"virtual"
       
  3831 					parameters 	(list Parameters
       
  3832 					    (object Parameter "aKey"
       
  3833 						quid       	"439D5846017F"
       
  3834 						type       	"const TDesC8&"
       
  3835 						const      	TRUE))
       
  3836 					result     	"void"
       
  3837 					concurrency 	"Sequential"
       
  3838 					opExportControl 	"Protected"
       
  3839 					uid        	0))
       
  3840 				module     	"Component View::ipseccrypto"
       
  3841 				quidu      	"439D3C980379"
       
  3842 				language   	"VC++")
       
  3843 			    (object Class "CSymmetricCipherAesctr"
       
  3844 				attributes 	(list Attribute_Set
       
  3845 				    (object Attribute
       
  3846 					tool       	"VC++"
       
  3847 					name       	"AppliedPattern"
       
  3848 					value      	"none")
       
  3849 				    (object Attribute
       
  3850 					tool       	"VC++"
       
  3851 					name       	"AfxSupportMacro"
       
  3852 					value      	""))
       
  3853 				quid       	"439E92E70224"
       
  3854 				superclasses 	(list inheritance_relationship_list
       
  3855 				    (object Inheritance_Relationship
       
  3856 					quid       	"439E92E70234"
       
  3857 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherCbc<AES_CBLOCK_SIZE>"
       
  3858 					quidu      	"439D3CA80185"))
       
  3859 				used_nodes 	(list uses_relationship_list
       
  3860 				    (object Uses_Relationship
       
  3861 					quid       	"439EAA2400EE"
       
  3862 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CAESEncryptor"
       
  3863 					quidu      	"439D584302E0")
       
  3864 				    (object Uses_Relationship
       
  3865 					quid       	"439EAA280216"
       
  3866 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CAESDecryptor"
       
  3867 					quidu      	"439D5843031F"))
       
  3868 				operations 	(list Operations
       
  3869 				    (object Operation "SetkeyL"
       
  3870 					attributes 	(list Attribute_Set
       
  3871 					    (object Attribute
       
  3872 						tool       	"VC++"
       
  3873 						name       	"Inline"
       
  3874 						value      	FALSE))
       
  3875 					quid       	"439E92E70235"
       
  3876 					stereotype 	"virtual"
       
  3877 					parameters 	(list Parameters
       
  3878 					    (object Parameter "aKey"
       
  3879 						quid       	"439E92E70237"
       
  3880 						type       	"const TDesC8&"
       
  3881 						const      	TRUE))
       
  3882 					result     	"TInt"
       
  3883 					concurrency 	"Sequential"
       
  3884 					opExportControl 	"Public"
       
  3885 					uid        	0)
       
  3886 				    (object Operation "Init"
       
  3887 					attributes 	(list Attribute_Set
       
  3888 					    (object Attribute
       
  3889 						tool       	"VC++"
       
  3890 						name       	"Inline"
       
  3891 						value      	FALSE))
       
  3892 					quid       	"439E92E70238"
       
  3893 					stereotype 	"virtual"
       
  3894 					parameters 	(list Parameters
       
  3895 					    (object Parameter "aIV"
       
  3896 						quid       	"439E92E7023A"
       
  3897 						type       	"const TDesC8&"
       
  3898 						const      	TRUE)
       
  3899 					    (object Parameter "aMode"
       
  3900 						quid       	"439E92E70243"
       
  3901 						type       	"TAction"
       
  3902 						quidu      	"439D3CA7033B"))
       
  3903 					result     	"void"
       
  3904 					concurrency 	"Sequential"
       
  3905 					opExportControl 	"Public"
       
  3906 					uid        	0)
       
  3907 				    (object Operation "Finish"
       
  3908 					attributes 	(list Attribute_Set
       
  3909 					    (object Attribute
       
  3910 						tool       	"VC++"
       
  3911 						name       	"Inline"
       
  3912 						value      	FALSE))
       
  3913 					quid       	"439E92E70244"
       
  3914 					stereotype 	"virtual"
       
  3915 					parameters 	(list Parameters
       
  3916 					    (object Parameter "aIV"
       
  3917 						quid       	"439E92E70246"
       
  3918 						type       	"TDes8&"))
       
  3919 					result     	"void"
       
  3920 					concurrency 	"Sequential"
       
  3921 					opExportControl 	"Public"
       
  3922 					uid        	0)
       
  3923 				    (object Operation "FillinInfo"
       
  3924 					attributes 	(list Attribute_Set
       
  3925 					    (object Attribute
       
  3926 						tool       	"VC++"
       
  3927 						name       	"Inline"
       
  3928 						value      	FALSE))
       
  3929 					quid       	"439E92E70247"
       
  3930 					stereotype 	"static"
       
  3931 					parameters 	(list Parameters
       
  3932 					    (object Parameter "anEntry"
       
  3933 						quid       	"439E92E70249"
       
  3934 						type       	"TAlgorithmDesc&"
       
  3935 						quidu      	"439D3CA7028F"))
       
  3936 					result     	"void"
       
  3937 					concurrency 	"Sequential"
       
  3938 					opExportControl 	"Public"
       
  3939 					uid        	0))
       
  3940 				module     	"Component View::ipseccrypto"
       
  3941 				quidu      	"439D3C980379"
       
  3942 				language   	"VC++"
       
  3943 				nestedClasses 	(list nestedClasses
       
  3944 				    (object Class "CSymmetricCipherAescbc"
       
  3945 					attributes 	(list Attribute_Set
       
  3946 					    (object Attribute
       
  3947 						tool       	"VC++"
       
  3948 						name       	"AppliedPattern"
       
  3949 						value      	"none")
       
  3950 					    (object Attribute
       
  3951 						tool       	"VC++"
       
  3952 						name       	"AfxSupportMacro"
       
  3953 						value      	""))
       
  3954 					quid       	"439E92E701F5"
       
  3955 					superclasses 	(list inheritance_relationship_list
       
  3956 					    (object Inheritance_Relationship
       
  3957 						quid       	"439E92E70205"
       
  3958 						supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherCbc<AES_CBLOCK_SIZE>"
       
  3959 						quidu      	"439D3CA80185"))
       
  3960 					used_nodes 	(list uses_relationship_list
       
  3961 					    (object Uses_Relationship
       
  3962 						quid       	"439EAA3A0003"
       
  3963 						supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CAESDecryptor"
       
  3964 						quidu      	"439D5843031F")
       
  3965 					    (object Uses_Relationship
       
  3966 						quid       	"439EAA47033F"
       
  3967 						supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CAESEncryptor"
       
  3968 						quidu      	"439D584302E0"))
       
  3969 					operations 	(list Operations
       
  3970 					    (object Operation "SetkeyL"
       
  3971 						attributes 	(list Attribute_Set
       
  3972 						    (object Attribute
       
  3973 							tool       	"VC++"
       
  3974 							name       	"Inline"
       
  3975 							value      	FALSE))
       
  3976 						quid       	"439E92E70206"
       
  3977 						stereotype 	"virtual"
       
  3978 						parameters 	(list Parameters
       
  3979 						    (object Parameter "aKey"
       
  3980 							quid       	"439E92E70208"
       
  3981 							type       	"const TDesC8&"
       
  3982 							const      	TRUE))
       
  3983 						result     	"TInt"
       
  3984 						concurrency 	"Sequential"
       
  3985 						opExportControl 	"Public"
       
  3986 						uid        	0)
       
  3987 					    (object Operation "FillinInfo"
       
  3988 						attributes 	(list Attribute_Set
       
  3989 						    (object Attribute
       
  3990 							tool       	"VC++"
       
  3991 							name       	"Inline"
       
  3992 							value      	FALSE))
       
  3993 						quid       	"439E92E70209"
       
  3994 						stereotype 	"static"
       
  3995 						parameters 	(list Parameters
       
  3996 						    (object Parameter "anEntry"
       
  3997 							quid       	"439E92E7020B"
       
  3998 							type       	"TAlgorithmDesc&"
       
  3999 							quidu      	"439D3CA7028F"))
       
  4000 						result     	"void"
       
  4001 						concurrency 	"Sequential"
       
  4002 						opExportControl 	"Public"
       
  4003 						uid        	0))
       
  4004 					module     	"Component View::ipseccrypto"
       
  4005 					quidu      	"439D3C980379")))
       
  4006 			    (object Class "TAlgorithmName"
       
  4007 				attributes 	(list Attribute_Set
       
  4008 				    (object Attribute
       
  4009 					tool       	"VC++"
       
  4010 					name       	"AppliedPattern"
       
  4011 					value      	"none")
       
  4012 				    (object Attribute
       
  4013 					tool       	"VC++"
       
  4014 					name       	"ImplementationType"
       
  4015 					value      	"typedef TBuf<0x20> TAlgorithmName;")
       
  4016 				    (object Attribute
       
  4017 					tool       	"VC++"
       
  4018 					name       	"AfxSupportMacro"
       
  4019 					value      	""))
       
  4020 				quid       	"439D3CA70260"
       
  4021 				stereotype 	"typedef"
       
  4022 				module     	"Component View::ipseccrypto"
       
  4023 				quidu      	"439D3C980379"
       
  4024 				language   	"VC++")
       
  4025 			    (object Instantiated_Class "CSymmetricCipherCbc<DES_CBLOCK_SIZE>"
       
  4026 				attributes 	(list Attribute_Set
       
  4027 				    (object Attribute
       
  4028 					tool       	"VC++"
       
  4029 					name       	"AppliedPattern"
       
  4030 					value      	"none")
       
  4031 				    (object Attribute
       
  4032 					tool       	"VC++"
       
  4033 					name       	"Generate"
       
  4034 					value      	FALSE))
       
  4035 				quid       	"439E92E701C6"
       
  4036 				used_nodes 	(list uses_relationship_list
       
  4037 				    (object Uses_Relationship
       
  4038 					quid       	"439E92E701C7"
       
  4039 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherCbc"
       
  4040 					quidu      	"439D3CA800F8"))
       
  4041 				module     	"Component View::ipseccrypto"
       
  4042 				quidu      	"439D3C980379"
       
  4043 				language   	"VC++")
       
  4044 			    (object Class "CSymmetricCipherDescbc"
       
  4045 				attributes 	(list Attribute_Set
       
  4046 				    (object Attribute
       
  4047 					tool       	"VC++"
       
  4048 					name       	"AppliedPattern"
       
  4049 					value      	"none")
       
  4050 				    (object Attribute
       
  4051 					tool       	"VC++"
       
  4052 					name       	"AfxSupportMacro"
       
  4053 					value      	""))
       
  4054 				quid       	"439D3CA80127"
       
  4055 				superclasses 	(list inheritance_relationship_list
       
  4056 				    (object Inheritance_Relationship
       
  4057 					quid       	"439E92E701C8"
       
  4058 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherCbc<DES_CBLOCK_SIZE>"
       
  4059 					quidu      	"439E92E701C6"))
       
  4060 				used_nodes 	(list uses_relationship_list
       
  4061 				    (object Uses_Relationship
       
  4062 					quid       	"439EAA77010C"
       
  4063 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CDESDecryptor"
       
  4064 					quidu      	"439D58460011")
       
  4065 				    (object Uses_Relationship
       
  4066 					quid       	"439EAA7D00CD"
       
  4067 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CDESEncryptor"
       
  4068 					quidu      	"439D584503CA"))
       
  4069 				operations 	(list Operations
       
  4070 				    (object Operation "SetkeyL"
       
  4071 					attributes 	(list Attribute_Set
       
  4072 					    (object Attribute
       
  4073 						tool       	"VC++"
       
  4074 						name       	"Inline"
       
  4075 						value      	FALSE))
       
  4076 					quid       	"439D3CA8013A"
       
  4077 					stereotype 	"virtual"
       
  4078 					parameters 	(list Parameters
       
  4079 					    (object Parameter "aKey"
       
  4080 						quid       	"439D3CA8013C"
       
  4081 						type       	"const TDesC8&"
       
  4082 						const      	TRUE))
       
  4083 					result     	"TInt"
       
  4084 					concurrency 	"Sequential"
       
  4085 					opExportControl 	"Public"
       
  4086 					uid        	0)
       
  4087 				    (object Operation "FillinInfo"
       
  4088 					attributes 	(list Attribute_Set
       
  4089 					    (object Attribute
       
  4090 						tool       	"VC++"
       
  4091 						name       	"Inline"
       
  4092 						value      	FALSE))
       
  4093 					quid       	"439D3CA80147"
       
  4094 					stereotype 	"static"
       
  4095 					parameters 	(list Parameters
       
  4096 					    (object Parameter "anEntry"
       
  4097 						quid       	"439D3CA80149"
       
  4098 						type       	"TAlgorithmDesc&"
       
  4099 						quidu      	"439D3CA7028F"))
       
  4100 					result     	"void"
       
  4101 					concurrency 	"Sequential"
       
  4102 					opExportControl 	"Public"
       
  4103 					uid        	0))
       
  4104 				module     	"Component View::ipseccrypto"
       
  4105 				quidu      	"439D3C980379"
       
  4106 				language   	"VC++")
       
  4107 			    (object Parameterized_Class "CSymmetricCipherCbc"
       
  4108 				attributes 	(list Attribute_Set
       
  4109 				    (object Attribute
       
  4110 					tool       	"VC++"
       
  4111 					name       	"AppliedPattern"
       
  4112 					value      	"none")
       
  4113 				    (object Attribute
       
  4114 					tool       	"VC++"
       
  4115 					name       	"AfxSupportMacro"
       
  4116 					value      	""))
       
  4117 				quid       	"439D3CA800F8"
       
  4118 				documentation 	
       
  4119 |
       
  4120 | CSymmetricCipherCbc
       
  4121 |  A generic template class for Cipher Block Chaining Mode
       
  4122 |  (only for subclassing, cannot be instantiated)
       
  4123 |  The main service is the block buffering, using Call only with
       
  4124 |  lenghts multiple of BLOCKSIZE.
       
  4125 				
       
  4126 				superclasses 	(list inheritance_relationship_list
       
  4127 				    (object Inheritance_Relationship
       
  4128 					quid       	"439D3CA800F9"
       
  4129 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase"
       
  4130 					quidu      	"439D3CA8007B"))
       
  4131 				operations 	(list Operations
       
  4132 				    (object Operation "CSymmetricCipherCbc"
       
  4133 					attributes 	(list Attribute_Set
       
  4134 					    (object Attribute
       
  4135 						tool       	"VC++"
       
  4136 						name       	"Inline"
       
  4137 						value      	TRUE))
       
  4138 					quid       	"439D3CA80108"
       
  4139 					concurrency 	"Sequential"
       
  4140 					opExportControl 	"Public"
       
  4141 					uid        	0)
       
  4142 				    (object Operation "Update"
       
  4143 					attributes 	(list Attribute_Set
       
  4144 					    (object Attribute
       
  4145 						tool       	"VC++"
       
  4146 						name       	"Inline"
       
  4147 						value      	FALSE))
       
  4148 					quid       	"439D3CA80109"
       
  4149 					stereotype 	"virtual"
       
  4150 					parameters 	(list Parameters
       
  4151 					    (object Parameter "anOutBuf"
       
  4152 						quid       	"439D3CA8010B"
       
  4153 						type       	"TDes8&")
       
  4154 					    (object Parameter "anInBuf"
       
  4155 						quid       	"439D3CA8010C"
       
  4156 						type       	"const TDesC8&"
       
  4157 						const      	TRUE))
       
  4158 					result     	"void"
       
  4159 					concurrency 	"Sequential"
       
  4160 					opExportControl 	"Public"
       
  4161 					uid        	0)
       
  4162 				    (object Operation "Finish"
       
  4163 					attributes 	(list Attribute_Set
       
  4164 					    (object Attribute
       
  4165 						tool       	"VC++"
       
  4166 						name       	"Inline"
       
  4167 						value      	FALSE))
       
  4168 					quid       	"439D3CA8010D"
       
  4169 					stereotype 	"virtual"
       
  4170 					parameters 	(list Parameters
       
  4171 					    (object Parameter "anIV"
       
  4172 						quid       	"439D3CA8010F"
       
  4173 						type       	"TDes8&"))
       
  4174 					result     	"void"
       
  4175 					concurrency 	"Sequential"
       
  4176 					opExportControl 	"Public"
       
  4177 					uid        	0)
       
  4178 				    (object Operation "FillinInfo"
       
  4179 					attributes 	(list Attribute_Set
       
  4180 					    (object Attribute
       
  4181 						tool       	"VC++"
       
  4182 						name       	"Inline"
       
  4183 						value      	FALSE))
       
  4184 					quid       	"439D3CA80110"
       
  4185 					stereotype 	"static"
       
  4186 					parameters 	(list Parameters
       
  4187 					    (object Parameter "anEntry"
       
  4188 						quid       	"439D3CA80118"
       
  4189 						type       	"TAlgorithmDesc&"
       
  4190 						quidu      	"439D3CA7028F"))
       
  4191 					result     	"void"
       
  4192 					concurrency 	"Sequential"
       
  4193 					opExportControl 	"Public"
       
  4194 					uid        	0))
       
  4195 				class_attributes 	(list class_attribute_list
       
  4196 				    (object ClassAttribute "iDispatch[BLOCKSIZE]"
       
  4197 					quid       	"439D3CA80119"
       
  4198 					type       	"unsigned char*"
       
  4199 					exportControl 	"Protected")
       
  4200 				    (object ClassAttribute "iHold[BLOCKSIZE]"
       
  4201 					quid       	"439D3CA8011A"
       
  4202 					type       	"unsigned char"
       
  4203 					exportControl 	"Protected"))
       
  4204 				module     	"Component View::ipseccrypto"
       
  4205 				quidu      	"439D3C980379"
       
  4206 				language   	"VC++"
       
  4207 				parameters 	(list Parameters
       
  4208 				    (object Parameter "BLOCKSIZE"
       
  4209 					quid       	"439D3CA800FA"
       
  4210 					type       	"TInt")))
       
  4211 			    (object Class "CSymmetricCipherBase"
       
  4212 				attributes 	(list Attribute_Set
       
  4213 				    (object Attribute
       
  4214 					tool       	"VC++"
       
  4215 					name       	"AppliedPattern"
       
  4216 					value      	"none")
       
  4217 				    (object Attribute
       
  4218 					tool       	"VC++"
       
  4219 					name       	"AfxSupportMacro"
       
  4220 					value      	""))
       
  4221 				quid       	"439D3CA8007B"
       
  4222 				superclasses 	(list inheritance_relationship_list
       
  4223 				    (object Inheritance_Relationship
       
  4224 					quid       	"439D3CA8007C"
       
  4225 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipher"
       
  4226 					quidu      	"439D3CA7030C"))
       
  4227 				operations 	(list Operations
       
  4228 				    (object Operation "~CSymmetricCipherBase"
       
  4229 					attributes 	(list Attribute_Set
       
  4230 					    (object Attribute
       
  4231 						tool       	"VC++"
       
  4232 						name       	"Inline"
       
  4233 						value      	FALSE))
       
  4234 					quid       	"439D3CA8007D"
       
  4235 					concurrency 	"Sequential"
       
  4236 					opExportControl 	"Public"
       
  4237 					uid        	0)
       
  4238 				    (object Operation "Setkey"
       
  4239 					attributes 	(list Attribute_Set
       
  4240 					    (object Attribute
       
  4241 						tool       	"VC++"
       
  4242 						name       	"Inline"
       
  4243 						value      	FALSE))
       
  4244 					quid       	"439D3CA8007E"
       
  4245 					stereotype 	"virtual"
       
  4246 					parameters 	(list Parameters
       
  4247 					    (object Parameter "aKey"
       
  4248 						quid       	"439D3CA8008B"
       
  4249 						type       	"const TDesC8&"
       
  4250 						const      	TRUE))
       
  4251 					result     	"TInt"
       
  4252 					concurrency 	"Sequential"
       
  4253 					opExportControl 	"Public"
       
  4254 					uid        	0)
       
  4255 				    (object Operation "Init"
       
  4256 					attributes 	(list Attribute_Set
       
  4257 					    (object Attribute
       
  4258 						tool       	"VC++"
       
  4259 						name       	"Inline"
       
  4260 						value      	FALSE))
       
  4261 					quid       	"439D3CA8008C"
       
  4262 					stereotype 	"virtual"
       
  4263 					parameters 	(list Parameters
       
  4264 					    (object Parameter "aIV"
       
  4265 						quid       	"439D3CA8008E"
       
  4266 						type       	"const TDesC8&"
       
  4267 						const      	TRUE)
       
  4268 					    (object Parameter "aMode"
       
  4269 						quid       	"439D3CA8008F"
       
  4270 						type       	"TAction"
       
  4271 						quidu      	"439D3CA7033B"))
       
  4272 					result     	"void"
       
  4273 					concurrency 	"Sequential"
       
  4274 					opExportControl 	"Public"
       
  4275 					uid        	0)
       
  4276 				    (object Operation "SetkeyL"
       
  4277 					attributes 	(list Attribute_Set
       
  4278 					    (object Attribute
       
  4279 						tool       	"VC++"
       
  4280 						name       	"Inline"
       
  4281 						value      	FALSE))
       
  4282 					quid       	"439D3CA80090"
       
  4283 					stereotype 	"abstract"
       
  4284 					parameters 	(list Parameters
       
  4285 					    (object Parameter "aKey"
       
  4286 						quid       	"439D3CA80092"
       
  4287 						type       	"const TDesC8&"
       
  4288 						const      	TRUE))
       
  4289 					result     	"TInt"
       
  4290 					concurrency 	"Sequential"
       
  4291 					opExportControl 	"Protected"
       
  4292 					uid        	0)
       
  4293 				    (object Operation "Call"
       
  4294 					attributes 	(list Attribute_Set
       
  4295 					    (object Attribute
       
  4296 						tool       	"VC++"
       
  4297 						name       	"Inline"
       
  4298 						value      	FALSE))
       
  4299 					quid       	"439D3CA8009B"
       
  4300 					parameters 	(list Parameters
       
  4301 					    (object Parameter "inp"
       
  4302 						quid       	"439D3CA8009C"
       
  4303 						type       	"const unsigned char*"
       
  4304 						const      	TRUE)
       
  4305 					    (object Parameter "oup"
       
  4306 						quid       	"439D3CA8009D"
       
  4307 						type       	"unsigned char*")
       
  4308 					    (object Parameter "len"
       
  4309 						quid       	"439D3CA8009E"
       
  4310 						type       	"int"))
       
  4311 					result     	"void"
       
  4312 					concurrency 	"Sequential"
       
  4313 					opExportControl 	"Protected"
       
  4314 					uid        	0)
       
  4315 				    (object Operation "CSymmetricCipherBase"
       
  4316 					attributes 	(list Attribute_Set
       
  4317 					    (object Attribute
       
  4318 						tool       	"VC++"
       
  4319 						name       	"Inline"
       
  4320 						value      	TRUE))
       
  4321 					quid       	"439D3CA8009F"
       
  4322 					parameters 	(list Parameters
       
  4323 					    (object Parameter "aBlkSize"
       
  4324 						quid       	"439D3CA800A0"
       
  4325 						type       	"TUint")
       
  4326 					    (object Parameter "aIV"
       
  4327 						quid       	"439D3CA800A1"
       
  4328 						type       	"TUint32*")
       
  4329 					    (object Parameter "aTmp"
       
  4330 						quid       	"439D3CA800A2"
       
  4331 						type       	"TUint32*"))
       
  4332 					concurrency 	"Sequential"
       
  4333 					opExportControl 	"Protected"
       
  4334 					uid        	0))
       
  4335 				class_attributes 	(list class_attribute_list
       
  4336 				    (object ClassAttribute "iOffset"
       
  4337 					quid       	"439D3CA800D1"
       
  4338 					type       	"int"
       
  4339 					exportControl 	"Protected"))
       
  4340 				module     	"Component View::ipseccrypto"
       
  4341 				quidu      	"439D3C980379"
       
  4342 				language   	"VC++")
       
  4343 			    (object Class "CSymmetricCipher"
       
  4344 				attributes 	(list Attribute_Set
       
  4345 				    (object Attribute
       
  4346 					tool       	"VC++"
       
  4347 					name       	"AppliedPattern"
       
  4348 					value      	"none")
       
  4349 				    (object Attribute
       
  4350 					tool       	"VC++"
       
  4351 					name       	"AfxSupportMacro"
       
  4352 					value      	""))
       
  4353 				quid       	"439D3CA7030C"
       
  4354 				documentation 	
       
  4355 | CSymmetricCipher
       
  4356 | ****************
       
  4357 |*
       
  4358 |// Base Symmetric Cipher (abstract) class.
       
  4359 |//
       
  4360 |// All cipher algorithms must be derived from this
       
  4361 |// base class, which defines the IPSEC required API for
       
  4362 |// cipher algorithms (used by ESP implementation). 
       
  4363 |//
       
  4364 |// Because IPSEC needs to run cipher for each packet
       
  4365 |// independently, it is important that the implementation
       
  4366 |// can reset the computation by InitL() without needing
       
  4367 |// to do any additional allocations [which means that
       
  4368 |// it being a leaving function is a bad sign!]
       
  4369 				
       
  4370 				superclasses 	(list inheritance_relationship_list
       
  4371 				    (object Inheritance_Relationship
       
  4372 					quid       	"439D3CA7031B"
       
  4373 					supplier   	"CBase"))
       
  4374 				operations 	(list Operations
       
  4375 				    (object Operation "Setkey"
       
  4376 					attributes 	(list Attribute_Set
       
  4377 					    (object Attribute
       
  4378 						tool       	"VC++"
       
  4379 						name       	"Inline"
       
  4380 						value      	FALSE))
       
  4381 					quid       	"439D3CA7031C"
       
  4382 					documentation 	
       
  4383 |*
       
  4384 |	// Define the cipher key.
       
  4385 |	//
       
  4386 |	// Because setting the key can be time consuming,
       
  4387 |	// this is only called once after instantiation of the
       
  4388 |	// class. Then, each packet is started with a call
       
  4389 |	// to InitL.
       
  4390 |	//
       
  4391 |	// @param aKey
       
  4392 |	//	the cipher key. The length of the key is
       
  4393 |	//	defined by the length of this descriptor,
       
  4394 |	//	and is always multiple of 8 bits.
       
  4395 |	// @return
       
  4396 |	// @li	> 0, the key is weak (but set anyway)
       
  4397 |	// @li	= 0, all ok
       
  4398 |	// @li	< 0, the key not usable (not set)
       
  4399 					
       
  4400 					stereotype 	"abstract"
       
  4401 					parameters 	(list Parameters
       
  4402 					    (object Parameter "aKey"
       
  4403 						quid       	"439D3CA7031E"
       
  4404 						type       	"const TDesC8&"
       
  4405 						const      	TRUE))
       
  4406 					result     	"TInt"
       
  4407 					concurrency 	"Sequential"
       
  4408 					opExportControl 	"Public"
       
  4409 					uid        	0)
       
  4410 				    (object Operation "Init"
       
  4411 					attributes 	(list Attribute_Set
       
  4412 					    (object Attribute
       
  4413 						tool       	"VC++"
       
  4414 						name       	"Inline"
       
  4415 						value      	FALSE))
       
  4416 					quid       	"439D3CA7031F"
       
  4417 					documentation 	
       
  4418 |*
       
  4419 |	// Reset the cipher engine to initial state.
       
  4420 |	//
       
  4421 |	// As this method is called for each packet, it
       
  4422 |	// should not do any memory allocation or heavy
       
  4423 |	// computations.
       
  4424 |	//
       
  4425 |	// @param aIV initial vector.
       
  4426 |	// @param aMode tells whether initialize is for decrypt or encrypt.
       
  4427 					
       
  4428 					stereotype 	"abstract"
       
  4429 					parameters 	(list Parameters
       
  4430 					    (object Parameter "aIV"
       
  4431 						quid       	"439D3CA70321"
       
  4432 						type       	"const TDesC8&"
       
  4433 						const      	TRUE)
       
  4434 					    (object Parameter "aMode"
       
  4435 						quid       	"439D3CA70322"
       
  4436 						type       	"TAction"
       
  4437 						quidu      	"439D3CA7033B"))
       
  4438 					result     	"void"
       
  4439 					concurrency 	"Sequential"
       
  4440 					opExportControl 	"Public"
       
  4441 					uid        	0)
       
  4442 				    (object Operation "Update"
       
  4443 					attributes 	(list Attribute_Set
       
  4444 					    (object Attribute
       
  4445 						tool       	"VC++"
       
  4446 						name       	"Inline"
       
  4447 						value      	FALSE))
       
  4448 					quid       	"439D3CA7032B"
       
  4449 					documentation 	
       
  4450 |*
       
  4451 |	// Perform encryption or decryption.
       
  4452 |	//
       
  4453 |	// Because algorithms are expected to work blocks, the
       
  4454 |	// caller will guarantee that ALL Outbuf's given to Update
       
  4455 |	// will exist up to Finish call (or at least as long as at
       
  4456 |	// least blocksize octets have been given to Update after it).
       
  4457 |	// The implementation of the algorithm can store pointer(s) to
       
  4458 |	// aOutbuf described memory area, and return data to such
       
  4459 |	// memory area on some later Update or Finish call.
       
  4460 |	//
       
  4461 |	// The lengths of buffers are always equal, e.g. aInbuf.Length()
       
  4462 |	// octets will always fit into aOutbuf. This length can be anything
       
  4463 |	// from zero upwards. The cipher must work even if octets were
       
  4464 |	// fed to it one by one.
       
  4465 |	//
       
  4466 |	// @param aOutbuf	result of the decrypt/encrypt
       
  4467 |	// @param aInbuf	input to decrypt/encrypt
       
  4468 					
       
  4469 					stereotype 	"abstract"
       
  4470 					parameters 	(list Parameters
       
  4471 					    (object Parameter "aOutbuf"
       
  4472 						quid       	"439D3CA7032D"
       
  4473 						type       	"TDes8&")
       
  4474 					    (object Parameter "aInbuf"
       
  4475 						quid       	"439D3CA7032E"
       
  4476 						type       	"const TDesC8&"
       
  4477 						const      	TRUE))
       
  4478 					result     	"void"
       
  4479 					concurrency 	"Sequential"
       
  4480 					opExportControl 	"Public"
       
  4481 					uid        	0)
       
  4482 				    (object Operation "Finish"
       
  4483 					attributes 	(list Attribute_Set
       
  4484 					    (object Attribute
       
  4485 						tool       	"VC++"
       
  4486 						name       	"Inline"
       
  4487 						value      	FALSE))
       
  4488 					quid       	"439D3CA7032F"
       
  4489 					documentation 	
       
  4490 |*
       
  4491 |	// Finish encryption or decryption.
       
  4492 |	//
       
  4493 |	// Calling Finish is optional, it is needed if the total
       
  4494 |	// bytes is not multiple of the blocksize, or if one wants
       
  4495 |	// to get the final IV.
       
  4496 |	//
       
  4497 |	// IPSEC does use the final IV.
       
  4498 |	//
       
  4499 |	// @param	aIV	the place to return the final IV.
       
  4500 					
       
  4501 					stereotype 	"abstract"
       
  4502 					parameters 	(list Parameters
       
  4503 					    (object Parameter "aIV"
       
  4504 						quid       	"439D3CA70331"
       
  4505 						type       	"TDes8&"))
       
  4506 					result     	"void"
       
  4507 					concurrency 	"Sequential"
       
  4508 					opExportControl 	"Public"
       
  4509 					uid        	0)
       
  4510 				    (object Operation "~CSymmetricCipher"
       
  4511 					attributes 	(list Attribute_Set
       
  4512 					    (object Attribute
       
  4513 						tool       	"VC++"
       
  4514 						name       	"Inline"
       
  4515 						value      	TRUE))
       
  4516 					quid       	"439D3CA70332"
       
  4517 					stereotype 	"virtual"
       
  4518 					concurrency 	"Sequential"
       
  4519 					opExportControl 	"Public"
       
  4520 					uid        	0))
       
  4521 				module     	"Component View::ipseccrypto"
       
  4522 				quidu      	"439D3C980379"
       
  4523 				language   	"VC++"
       
  4524 				nestedClasses 	(list nestedClasses
       
  4525 				    (object Class "TAction"
       
  4526 					attributes 	(list Attribute_Set
       
  4527 					    (object Attribute
       
  4528 						tool       	"VC++"
       
  4529 						name       	"AppliedPattern"
       
  4530 						value      	"none")
       
  4531 					    (object Attribute
       
  4532 						tool       	"VC++"
       
  4533 						name       	"AfxSupportMacro"
       
  4534 						value      	""))
       
  4535 					quid       	"439D3CA7033B"
       
  4536 					stereotype 	"enum"
       
  4537 					module     	"Component View::ipseccrypto"
       
  4538 					quidu      	"439D3C980379")
       
  4539 				    (object Class "TAction"
       
  4540 					attributes 	(list Attribute_Set
       
  4541 					    (object Attribute
       
  4542 						tool       	"VC++"
       
  4543 						name       	"AppliedPattern"
       
  4544 						value      	"none")
       
  4545 					    (object Attribute
       
  4546 						tool       	"VC++"
       
  4547 						name       	"AfxSupportMacro"
       
  4548 						value      	""))
       
  4549 					quid       	"439EA7CE0049"
       
  4550 					stereotype 	"enum"
       
  4551 					module     	"Component View::ipseccrypto"
       
  4552 					quidu      	"439D3C980379")))
       
  4553 			    (object Class "CSymmetricCipher3Descbc"
       
  4554 				attributes 	(list Attribute_Set
       
  4555 				    (object Attribute
       
  4556 					tool       	"VC++"
       
  4557 					name       	"AppliedPattern"
       
  4558 					value      	"none")
       
  4559 				    (object Attribute
       
  4560 					tool       	"VC++"
       
  4561 					name       	"AfxSupportMacro"
       
  4562 					value      	""))
       
  4563 				quid       	"439D3CA80156"
       
  4564 				superclasses 	(list inheritance_relationship_list
       
  4565 				    (object Inheritance_Relationship
       
  4566 					quid       	"439D3CA80157"
       
  4567 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherDescbc"
       
  4568 					quidu      	"439D3CA80127"))
       
  4569 				used_nodes 	(list uses_relationship_list
       
  4570 				    (object Uses_Relationship
       
  4571 					quid       	"439EAA0C0207"
       
  4572 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::C3DESDecryptor"
       
  4573 					quidu      	"439D58460169")
       
  4574 				    (object Uses_Relationship
       
  4575 					quid       	"439EAA120052"
       
  4576 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::C3DESEncryptor"
       
  4577 					quidu      	"439D5846014A"))
       
  4578 				operations 	(list Operations
       
  4579 				    (object Operation "SetkeyL"
       
  4580 					attributes 	(list Attribute_Set
       
  4581 					    (object Attribute
       
  4582 						tool       	"VC++"
       
  4583 						name       	"Inline"
       
  4584 						value      	FALSE))
       
  4585 					quid       	"439D3CA80158"
       
  4586 					stereotype 	"virtual"
       
  4587 					parameters 	(list Parameters
       
  4588 					    (object Parameter "aKey"
       
  4589 						quid       	"439D3CA80167"
       
  4590 						type       	"const TDesC8&"
       
  4591 						const      	TRUE))
       
  4592 					result     	"TInt"
       
  4593 					concurrency 	"Sequential"
       
  4594 					opExportControl 	"Public"
       
  4595 					uid        	0)
       
  4596 				    (object Operation "FillinInfo"
       
  4597 					attributes 	(list Attribute_Set
       
  4598 					    (object Attribute
       
  4599 						tool       	"VC++"
       
  4600 						name       	"Inline"
       
  4601 						value      	FALSE))
       
  4602 					quid       	"439D3CA80168"
       
  4603 					stereotype 	"static"
       
  4604 					parameters 	(list Parameters
       
  4605 					    (object Parameter "anEntry"
       
  4606 						quid       	"439D3CA8016A"
       
  4607 						type       	"TAlgorithmDesc&"
       
  4608 						quidu      	"439D3CA7028F"))
       
  4609 					result     	"void"
       
  4610 					concurrency 	"Sequential"
       
  4611 					opExportControl 	"Public"
       
  4612 					uid        	0))
       
  4613 				module     	"Component View::ipseccrypto"
       
  4614 				quidu      	"439D3C980379"
       
  4615 				language   	"VC++")
       
  4616 			    (object Class "CProtocolEay"
       
  4617 				attributes 	(list Attribute_Set
       
  4618 				    (object Attribute
       
  4619 					tool       	"VC++"
       
  4620 					name       	"AppliedPattern"
       
  4621 					value      	"none")
       
  4622 				    (object Attribute
       
  4623 					tool       	"VC++"
       
  4624 					name       	"AfxSupportMacro"
       
  4625 					value      	""))
       
  4626 				quid       	"439D3CA70243"
       
  4627 				superclasses 	(list inheritance_relationship_list
       
  4628 				    (object Inheritance_Relationship
       
  4629 					quid       	"439D3CA70244"
       
  4630 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolCrypto"
       
  4631 					quidu      	"439D3CA7035A"))
       
  4632 				used_nodes 	(list uses_relationship_list
       
  4633 				    (object Uses_Relationship
       
  4634 					quid       	"439EBC860380"
       
  4635 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigestSymbian"
       
  4636 					quidu      	"439D3CA703B8"
       
  4637 					supplier_cardinality 	(value cardinality "0..*"))
       
  4638 				    (object Uses_Relationship
       
  4639 					quid       	"439EC09D0150"
       
  4640 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipher3Descbc"
       
  4641 					quidu      	"439D3CA80156"
       
  4642 					supplier_cardinality 	(value cardinality "0..*"))
       
  4643 				    (object Uses_Relationship
       
  4644 					quid       	"439EC0AF03E0"
       
  4645 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherAesctr::CSymmetricCipherAescbc"
       
  4646 					quidu      	"439E92E701F5"
       
  4647 					supplier_cardinality 	(value cardinality "0..*"))
       
  4648 				    (object Uses_Relationship
       
  4649 					quid       	"439EC0F20007"
       
  4650 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherAesctr"
       
  4651 					quidu      	"439E92E70224"
       
  4652 					supplier_cardinality 	(value cardinality "0..*"))
       
  4653 				    (object Uses_Relationship
       
  4654 					quid       	"439EC0F500D2"
       
  4655 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherDescbc"
       
  4656 					quidu      	"439D3CA80127"
       
  4657 					supplier_cardinality 	(value cardinality "0..*")))
       
  4658 				realized_interfaces 	(list realize_rel_list
       
  4659 				    (object Realize_Relationship
       
  4660 					quid       	"439EC0A502E6"
       
  4661 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipher3Descbc"
       
  4662 					quidu      	"439D3CA80156"))
       
  4663 				operations 	(list Operations
       
  4664 				    (object Operation "CProtocolEay"
       
  4665 					attributes 	(list Attribute_Set
       
  4666 					    (object Attribute
       
  4667 						tool       	"VC++"
       
  4668 						name       	"Inline"
       
  4669 						value      	FALSE))
       
  4670 					quid       	"439D3CA70245"
       
  4671 					concurrency 	"Sequential"
       
  4672 					opExportControl 	"Public"
       
  4673 					uid        	0)
       
  4674 				    (object Operation "~CProtocolEay"
       
  4675 					attributes 	(list Attribute_Set
       
  4676 					    (object Attribute
       
  4677 						tool       	"VC++"
       
  4678 						name       	"Inline"
       
  4679 						value      	TRUE))
       
  4680 					quid       	"439D3CA70246"
       
  4681 					concurrency 	"Sequential"
       
  4682 					opExportControl 	"Public"
       
  4683 					uid        	0)
       
  4684 				    (object Operation "Identify"
       
  4685 					attributes 	(list Attribute_Set
       
  4686 					    (object Attribute
       
  4687 						tool       	"VC++"
       
  4688 						name       	"Inline"
       
  4689 						value      	FALSE))
       
  4690 					quid       	"439D3CA70247"
       
  4691 					stereotype 	"virtual, const"
       
  4692 					parameters 	(list Parameters
       
  4693 					    (object Parameter "aInfo"
       
  4694 						quid       	"439D3CA70249"
       
  4695 						type       	"TServerProtocolDesc*"))
       
  4696 					result     	"void"
       
  4697 					concurrency 	"Sequential"
       
  4698 					opExportControl 	"Public"
       
  4699 					uid        	0)
       
  4700 				    (object Operation "AlgorithmList"
       
  4701 					attributes 	(list Attribute_Set
       
  4702 					    (object Attribute
       
  4703 						tool       	"VC++"
       
  4704 						name       	"Inline"
       
  4705 						value      	FALSE))
       
  4706 					quid       	"439D3CA70250"
       
  4707 					stereotype 	"virtual"
       
  4708 					parameters 	(list Parameters
       
  4709 					    (object Parameter "aList"
       
  4710 						quid       	"439D3CA70252"
       
  4711 						type       	"TAlgorithmDesc* &"))
       
  4712 					result     	"TUint"
       
  4713 					concurrency 	"Sequential"
       
  4714 					opExportControl 	"Public"
       
  4715 					uid        	0)
       
  4716 				    (object Operation "SymmetricCipher"
       
  4717 					attributes 	(list Attribute_Set
       
  4718 					    (object Attribute
       
  4719 						tool       	"VC++"
       
  4720 						name       	"Inline"
       
  4721 						value      	FALSE))
       
  4722 					quid       	"439D3CA70253"
       
  4723 					stereotype 	"virtual"
       
  4724 					parameters 	(list Parameters
       
  4725 					    (object Parameter "anAlg"
       
  4726 						quid       	"439D3CA70255"
       
  4727 						type       	"TUint"))
       
  4728 					result     	"CSymmetricCipher*"
       
  4729 					concurrency 	"Sequential"
       
  4730 					opExportControl 	"Public"
       
  4731 					uid        	0)
       
  4732 				    (object Operation "MessageDigest"
       
  4733 					attributes 	(list Attribute_Set
       
  4734 					    (object Attribute
       
  4735 						tool       	"VC++"
       
  4736 						name       	"Inline"
       
  4737 						value      	FALSE))
       
  4738 					quid       	"439D3CA70256"
       
  4739 					stereotype 	"virtual"
       
  4740 					parameters 	(list Parameters
       
  4741 					    (object Parameter "anAlg"
       
  4742 						quid       	"439D3CA70258"
       
  4743 						type       	"TUint"))
       
  4744 					result     	"CMessageDigestCrypto*"
       
  4745 					concurrency 	"Sequential"
       
  4746 					opExportControl 	"Public"
       
  4747 					uid        	0))
       
  4748 				module     	"Component View::ipseccrypto"
       
  4749 				quidu      	"439D3C980379"
       
  4750 				language   	"VC++")
       
  4751 			    (object Class "CProtocolCrypto"
       
  4752 				attributes 	(list Attribute_Set
       
  4753 				    (object Attribute
       
  4754 					tool       	"VC++"
       
  4755 					name       	"AppliedPattern"
       
  4756 					value      	"none")
       
  4757 				    (object Attribute
       
  4758 					tool       	"VC++"
       
  4759 					name       	"AfxSupportMacro"
       
  4760 					value      	""))
       
  4761 				quid       	"439D3CA7035A"
       
  4762 				documentation 	
       
  4763 | CProtocolCrypto
       
  4764 | ***************
       
  4765 |*
       
  4766 |// Base class of the protocol implementing an algorithm library as a protocol
       
  4767 |//
       
  4768 |// All algorithm libraries must be derived from this base class.
       
  4769 				
       
  4770 				superclasses 	(list inheritance_relationship_list
       
  4771 				    (object Inheritance_Relationship
       
  4772 					quid       	"439D3CA7035B"
       
  4773 					supplier   	"CProtocolBase"))
       
  4774 				operations 	(list Operations
       
  4775 				    (object Operation "AlgorithmList"
       
  4776 					attributes 	(list Attribute_Set
       
  4777 					    (object Attribute
       
  4778 						tool       	"VC++"
       
  4779 						name       	"Inline"
       
  4780 						value      	FALSE))
       
  4781 					quid       	"439D3CA7035C"
       
  4782 					documentation 	
       
  4783 |*
       
  4784 |	// Return the list of supported algorithms.
       
  4785 |	//
       
  4786 |	// IPSEC calls this method once during the binding
       
  4787 |	// process to find out the algorithms that are supported
       
  4788 |	// by this library.
       
  4789 |	//
       
  4790 |	// @retval	aList
       
  4791 |	//	a pointer to a new allocated array of TAlgorithmDesc.
       
  4792 |	//	This array contains the descriptions of the supported
       
  4793 |	//	algorithms. Can also return NULL, if not algorithms
       
  4794 |	//	are supported at this point. The calling IPSEC will
       
  4795 |	//	release this array, when it is not needed.
       
  4796 |	//
       
  4797 |	// @returns
       
  4798 |	//	the length of the the array. May also return <= 0,
       
  4799 |	//	in which case IPSEC will not be using any algorithms
       
  4800 |	//	from this library.
       
  4801 					
       
  4802 					stereotype 	"abstract"
       
  4803 					parameters 	(list Parameters
       
  4804 					    (object Parameter "aList"
       
  4805 						quid       	"439D3CA7035E"
       
  4806 						type       	"TAlgorithmDesc* &"))
       
  4807 					result     	"TUint"
       
  4808 					concurrency 	"Sequential"
       
  4809 					opExportControl 	"Public"
       
  4810 					uid        	0)
       
  4811 				    (object Operation "SymmetricCipher"
       
  4812 					attributes 	(list Attribute_Set
       
  4813 					    (object Attribute
       
  4814 						tool       	"VC++"
       
  4815 						name       	"Inline"
       
  4816 						value      	FALSE))
       
  4817 					quid       	"439D3CA7035F"
       
  4818 					documentation 	
       
  4819 |*
       
  4820 |	// Create an instance of cipher algorithm
       
  4821 |	//
       
  4822 |	// When IPSEC requires a use of specific algorithm, it
       
  4823 |	// asks a new instance of the algorithm by calling this
       
  4824 |	// method.
       
  4825 |	//
       
  4826 |	// @param aAlg
       
  4827 |	//	index of the algorithm in the array of descriptions
       
  4828 |	//	that was returned by the AlgorithmList().
       
  4829 |	//
       
  4830 |	// @return
       
  4831 |	// @li	NULL, if algorithm could not be instantiated
       
  4832 |	// @li	non-NULL (= new algorithm engine instance), if algorithm instantiated
       
  4833 					
       
  4834 					stereotype 	"abstract"
       
  4835 					parameters 	(list Parameters
       
  4836 					    (object Parameter "aAlg"
       
  4837 						quid       	"439D3CA7036A"
       
  4838 						type       	"TUint"))
       
  4839 					result     	"CSymmetricCipher*"
       
  4840 					concurrency 	"Sequential"
       
  4841 					opExportControl 	"Public"
       
  4842 					uid        	0
       
  4843 					quidu      	"439D3CA7030C")
       
  4844 				    (object Operation "MessageDigest"
       
  4845 					attributes 	(list Attribute_Set
       
  4846 					    (object Attribute
       
  4847 						tool       	"VC++"
       
  4848 						name       	"Inline"
       
  4849 						value      	FALSE))
       
  4850 					quid       	"439D3CA7036B"
       
  4851 					documentation 	
       
  4852 |*
       
  4853 |	// Create an instance of digest algorithm
       
  4854 |	//
       
  4855 |	// When IPSEC requires a use of specific algorithm, it
       
  4856 |	// asks a new instance of the algorithm by calling this
       
  4857 |	// method.
       
  4858 |	//
       
  4859 |	// @param aAlg
       
  4860 |	//	index of the algorithm in the array of descriptions
       
  4861 |	//	that was returned by the AlgorithmList().
       
  4862 |	//
       
  4863 |	// @return
       
  4864 |	// @li	NULL, if algorithm could not be instantiated
       
  4865 |	// @li	non-NULL (= new algorithm engine instance), if algorithm instantiated
       
  4866 					
       
  4867 					stereotype 	"abstract"
       
  4868 					parameters 	(list Parameters
       
  4869 					    (object Parameter "aAlg"
       
  4870 						quid       	"439D3CA7036D"
       
  4871 						type       	"TUint"))
       
  4872 					result     	"CMessageDigestCrypto*"
       
  4873 					concurrency 	"Sequential"
       
  4874 					opExportControl 	"Public"
       
  4875 					uid        	0
       
  4876 					quidu      	"439D3CA702DD")
       
  4877 				    (object Operation "~CProtocolCrypto"
       
  4878 					attributes 	(list Attribute_Set
       
  4879 					    (object Attribute
       
  4880 						tool       	"VC++"
       
  4881 						name       	"Inline"
       
  4882 						value      	TRUE))
       
  4883 					quid       	"439D3CA7036E"
       
  4884 					stereotype 	"virtual"
       
  4885 					concurrency 	"Sequential"
       
  4886 					opExportControl 	"Protected"
       
  4887 					uid        	0))
       
  4888 				module     	"Component View::ipseccrypto"
       
  4889 				quidu      	"439D3C980379"
       
  4890 				language   	"VC++")
       
  4891 			    (object Instantiated_Class "CSymmetricCipherCbc<AES_CBLOCK_SIZE>"
       
  4892 				attributes 	(list Attribute_Set
       
  4893 				    (object Attribute
       
  4894 					tool       	"VC++"
       
  4895 					name       	"AppliedPattern"
       
  4896 					value      	"none")
       
  4897 				    (object Attribute
       
  4898 					tool       	"VC++"
       
  4899 					name       	"Generate"
       
  4900 					value      	FALSE))
       
  4901 				quid       	"439D3CA80185"
       
  4902 				used_nodes 	(list uses_relationship_list
       
  4903 				    (object Uses_Relationship
       
  4904 					quid       	"439D3CA80186"
       
  4905 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherCbc"
       
  4906 					quidu      	"439D3CA800F8"))
       
  4907 				module     	"Component View::ipseccrypto"
       
  4908 				quidu      	"439D3C980379"
       
  4909 				language   	"VC++")
       
  4910 			    (object Class "CBlockTransformation"
       
  4911 				attributes 	(list Attribute_Set
       
  4912 				    (object Attribute
       
  4913 					tool       	"VC++"
       
  4914 					name       	"AppliedPattern"
       
  4915 					value      	"none")
       
  4916 				    (object Attribute
       
  4917 					tool       	"VC++"
       
  4918 					name       	"AfxSupportMacro"
       
  4919 					value      	""))
       
  4920 				quid       	"439EA7CE00A7"
       
  4921 				documentation 	
       
  4922 |*
       
  4923 |* Abstract base class defining the interface to block transformation schemes.
       
  4924 |*
       
  4925 |* Block transformation schemes process a fixed-size block of input to return a
       
  4926 |* block of output the same size.  
       
  4927 |*
       
  4928 |* @publishedPartner
       
  4929 |* @released
       
  4930 				
       
  4931 				superclasses 	(list inheritance_relationship_list
       
  4932 				    (object Inheritance_Relationship
       
  4933 					quid       	"439EA7CE00A8"
       
  4934 					supplier   	"CBase"))
       
  4935 				operations 	(list Operations
       
  4936 				    (object Operation "Transform"
       
  4937 					attributes 	(list Attribute_Set
       
  4938 					    (object Attribute
       
  4939 						tool       	"VC++"
       
  4940 						name       	"Inline"
       
  4941 						value      	FALSE))
       
  4942 					quid       	"439EA7CE00A9"
       
  4943 					documentation 	
       
  4944 |*
       
  4945 |	* Transforms the supplied block, returning the new value using the same
       
  4946 |	* parameter. aBlock.Size() must be the same length as BlockSize().
       
  4947 |	*
       
  4948 |	* @param aBlock	On input, the data to be transformed;
       
  4949 |	*				on return, the data after transformation.
       
  4950 					
       
  4951 					stereotype 	"abstract"
       
  4952 					parameters 	(list Parameters
       
  4953 					    (object Parameter "aBlock"
       
  4954 						quid       	"439EA7CE00AB"
       
  4955 						type       	"TDes8&"))
       
  4956 					result     	"void"
       
  4957 					concurrency 	"Sequential"
       
  4958 					opExportControl 	"Public"
       
  4959 					uid        	0)
       
  4960 				    (object Operation "Reset"
       
  4961 					attributes 	(list Attribute_Set
       
  4962 					    (object Attribute
       
  4963 						tool       	"VC++"
       
  4964 						name       	"Inline"
       
  4965 						value      	FALSE))
       
  4966 					quid       	"439EA7CE00AC"
       
  4967 					documentation 	
       
  4968 |*
       
  4969 |	* Resets the transformation back to its original state. Clears all its buffers.
       
  4970 					
       
  4971 					stereotype 	"abstract"
       
  4972 					result     	"void"
       
  4973 					concurrency 	"Sequential"
       
  4974 					opExportControl 	"Public"
       
  4975 					uid        	0)
       
  4976 				    (object Operation "BlockSize"
       
  4977 					attributes 	(list Attribute_Set
       
  4978 					    (object Attribute
       
  4979 						tool       	"VC++"
       
  4980 						name       	"Inline"
       
  4981 						value      	FALSE))
       
  4982 					quid       	"439EA7CE00B8"
       
  4983 					documentation 	
       
  4984 |*
       
  4985 |	* Gets the block size in bytes.
       
  4986 |	*
       
  4987 |	* @return	Block size in bytes.
       
  4988 					
       
  4989 					stereotype 	"abstract, const"
       
  4990 					result     	"TInt"
       
  4991 					concurrency 	"Sequential"
       
  4992 					opExportControl 	"Public"
       
  4993 					uid        	0)
       
  4994 				    (object Operation "KeySize"
       
  4995 					attributes 	(list Attribute_Set
       
  4996 					    (object Attribute
       
  4997 						tool       	"VC++"
       
  4998 						name       	"Inline"
       
  4999 						value      	FALSE))
       
  5000 					quid       	"439EA7CE00BA"
       
  5001 					documentation 	
       
  5002 |*
       
  5003 |	* Gets the key size in bits.	
       
  5004 |	* 
       
  5005 |	* @return	Key size in bits.
       
  5006 					
       
  5007 					stereotype 	"abstract, const"
       
  5008 					result     	"TInt"
       
  5009 					concurrency 	"Sequential"
       
  5010 					opExportControl 	"Public"
       
  5011 					uid        	0))
       
  5012 				module     	"Component View::ipseccrypto"
       
  5013 				quidu      	"439D3C980379"
       
  5014 				language   	"VC++")
       
  5015 			    (object Association "$UNNAMED$0"
       
  5016 				quid       	"439D3CA702AE"
       
  5017 				roles      	(list role_list
       
  5018 				    (object Role "iAlgType"
       
  5019 					quid       	"439D3CA702AF"
       
  5020 					label      	"iAlgType"
       
  5021 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TAlgorithmClass"
       
  5022 					quidu      	"439D3CA7026F"
       
  5023 					is_navigable 	TRUE)
       
  5024 				    (object Role "$UNNAMED$1"
       
  5025 					quid       	"439D3CA702B1"
       
  5026 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TAlgorithmDesc"
       
  5027 					quidu      	"439D3CA7028F"
       
  5028 					is_aggregate 	TRUE)))
       
  5029 			    (object Association "$UNNAMED$2"
       
  5030 				quid       	"439D3CA702B3"
       
  5031 				roles      	(list role_list
       
  5032 				    (object Role "iMinBits"
       
  5033 					quid       	"439D3CA702B4"
       
  5034 					label      	"iMinBits"
       
  5035 					supplier   	"TUint"
       
  5036 					is_navigable 	TRUE)
       
  5037 				    (object Role "$UNNAMED$3"
       
  5038 					quid       	"439D3CA702B6"
       
  5039 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TAlgorithmDesc"
       
  5040 					quidu      	"439D3CA7028F"
       
  5041 					is_aggregate 	TRUE)))
       
  5042 			    (object Association "$UNNAMED$4"
       
  5043 				quid       	"439D3CA702B8"
       
  5044 				roles      	(list role_list
       
  5045 				    (object Role "iMaxBits"
       
  5046 					quid       	"439D3CA702B9"
       
  5047 					label      	"iMaxBits"
       
  5048 					supplier   	"TUint"
       
  5049 					is_navigable 	TRUE)
       
  5050 				    (object Role "$UNNAMED$5"
       
  5051 					quid       	"439D3CA702BE"
       
  5052 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TAlgorithmDesc"
       
  5053 					quidu      	"439D3CA7028F"
       
  5054 					is_aggregate 	TRUE)))
       
  5055 			    (object Association "$UNNAMED$6"
       
  5056 				quid       	"439D3CA702C0"
       
  5057 				roles      	(list role_list
       
  5058 				    (object Role "iBlock"
       
  5059 					quid       	"439D3CA702C1"
       
  5060 					label      	"iBlock"
       
  5061 					supplier   	"TUint"
       
  5062 					is_navigable 	TRUE)
       
  5063 				    (object Role "$UNNAMED$7"
       
  5064 					quid       	"439D3CA702C3"
       
  5065 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TAlgorithmDesc"
       
  5066 					quidu      	"439D3CA7028F"
       
  5067 					is_aggregate 	TRUE)))
       
  5068 			    (object Association "$UNNAMED$8"
       
  5069 				quid       	"439D3CA702C5"
       
  5070 				roles      	(list role_list
       
  5071 				    (object Role "iVector"
       
  5072 					quid       	"439D3CA702C6"
       
  5073 					label      	"iVector"
       
  5074 					supplier   	"TUint"
       
  5075 					is_navigable 	TRUE)
       
  5076 				    (object Role "$UNNAMED$9"
       
  5077 					quid       	"439D3CA702C8"
       
  5078 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TAlgorithmDesc"
       
  5079 					quidu      	"439D3CA7028F"
       
  5080 					is_aggregate 	TRUE)))
       
  5081 			    (object Association "$UNNAMED$10"
       
  5082 				quid       	"439D3CA703DC"
       
  5083 				roles      	(list role_list
       
  5084 				    (object Role "iDigest"
       
  5085 					quid       	"439D3CA703DD"
       
  5086 					label      	"iDigest"
       
  5087 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5088 					quidu      	"439D5845007F"
       
  5089 					exportControl 	"Private"
       
  5090 					is_navigable 	TRUE)
       
  5091 				    (object Role "$UNNAMED$11"
       
  5092 					quid       	"439D3CA703DF"
       
  5093 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigestSymbian"
       
  5094 					quidu      	"439D3CA703B8")))
       
  5095 			    (object Association "$UNNAMED$12"
       
  5096 				quid       	"439D584302A3"
       
  5097 				roles      	(list role_list
       
  5098 				    (object Role "iK[60]"
       
  5099 					quid       	"439D584302A4"
       
  5100 					documentation 	
       
  5101 |* 
       
  5102 |	 * The key schedule 
       
  5103 |	 *
       
  5104 |	 * The maximum size is (((KAESMaxBlockSize/4)+6)+1)*4
       
  5105 					
       
  5106 					label      	"iK[60]"
       
  5107 					supplier   	"TUint32"
       
  5108 					exportControl 	"Protected"
       
  5109 					is_navigable 	TRUE)
       
  5110 				    (object Role "$UNNAMED$13"
       
  5111 					quid       	"439D584302A6"
       
  5112 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CRijndael"
       
  5113 					quidu      	"439D58430273"
       
  5114 					is_aggregate 	TRUE)))
       
  5115 			    (object Association "$UNNAMED$14"
       
  5116 				quid       	"439D584302B1"
       
  5117 				roles      	(list role_list
       
  5118 				    (object Role "iRounds"
       
  5119 					quid       	"439D584302B2"
       
  5120 					documentation 	"* The number of rounds"
       
  5121 					label      	"iRounds"
       
  5122 					supplier   	"TUint"
       
  5123 					exportControl 	"Protected"
       
  5124 					is_navigable 	TRUE)
       
  5125 				    (object Role "$UNNAMED$15"
       
  5126 					quid       	"439D584302B4"
       
  5127 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CRijndael"
       
  5128 					quidu      	"439D58430273"
       
  5129 					is_aggregate 	TRUE)))
       
  5130 			    (object Association "$UNNAMED$16"
       
  5131 				quid       	"439D584302B6"
       
  5132 				roles      	(list role_list
       
  5133 				    (object Role "iKey"
       
  5134 					quid       	"439D584302B7"
       
  5135 					documentation 	
       
  5136 |* 
       
  5137 |	 * The input key 
       
  5138 |	 *
       
  5139 |	 * The key length (in bytes) must be one of the following:
       
  5140 |	 * - KAESKeySize128 (=16)
       
  5141 |	 * - KAESKeySize192 (=24)
       
  5142 |	 * - KAESKeySize256 (=32).
       
  5143 					
       
  5144 					label      	"iKey"
       
  5145 					supplier   	"HBufC8"
       
  5146 					exportControl 	"Protected"
       
  5147 					is_navigable 	TRUE)
       
  5148 				    (object Role "$UNNAMED$17"
       
  5149 					quid       	"439D584302C1"
       
  5150 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CRijndael"
       
  5151 					quidu      	"439D58430273")))
       
  5152 			    (object Association "$UNNAMED$18"
       
  5153 				quid       	"439D5844013D"
       
  5154 				roles      	(list role_list
       
  5155 				    (object Role "iHash"
       
  5156 					quid       	"439D5844013E"
       
  5157 					label      	"iHash"
       
  5158 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<MD2_HASH>"
       
  5159 					quidu      	"439D5844013B"
       
  5160 					exportControl 	"Private"
       
  5161 					is_navigable 	TRUE)
       
  5162 				    (object Role "$UNNAMED$19"
       
  5163 					quid       	"439D5844014B"
       
  5164 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD2"
       
  5165 					quidu      	"439D584400EC"
       
  5166 					is_aggregate 	TRUE)))
       
  5167 			    (object Association "$UNNAMED$20"
       
  5168 				quid       	"439D5844014D"
       
  5169 				roles      	(list role_list
       
  5170 				    (object Role "iNum"
       
  5171 					quid       	"439D5844014E"
       
  5172 					label      	"iNum"
       
  5173 					supplier   	"TInt"
       
  5174 					exportControl 	"Private"
       
  5175 					is_navigable 	TRUE)
       
  5176 				    (object Role "$UNNAMED$21"
       
  5177 					quid       	"439D58440150"
       
  5178 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD2"
       
  5179 					quidu      	"439D584400EC"
       
  5180 					is_aggregate 	TRUE)))
       
  5181 			    (object Association "$UNNAMED$22"
       
  5182 				quid       	"439D58440159"
       
  5183 				roles      	(list role_list
       
  5184 				    (object Role "iData[MD2_BLOCK]"
       
  5185 					quid       	"439D5844015A"
       
  5186 					label      	"iData[MD2_BLOCK]"
       
  5187 					supplier   	"TUint8"
       
  5188 					exportControl 	"Private"
       
  5189 					is_navigable 	TRUE)
       
  5190 				    (object Role "$UNNAMED$23"
       
  5191 					quid       	"439D5844015C"
       
  5192 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD2"
       
  5193 					quidu      	"439D584400EC"
       
  5194 					is_aggregate 	TRUE)))
       
  5195 			    (object Association "$UNNAMED$24"
       
  5196 				quid       	"439D58440169"
       
  5197 				roles      	(list role_list
       
  5198 				    (object Role "iChecksum[MD2_BLOCK]"
       
  5199 					quid       	"439D5844016A"
       
  5200 					label      	"iChecksum[MD2_BLOCK]"
       
  5201 					supplier   	"TUint"
       
  5202 					exportControl 	"Private"
       
  5203 					is_navigable 	TRUE)
       
  5204 				    (object Role "$UNNAMED$25"
       
  5205 					quid       	"439D5844016C"
       
  5206 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD2"
       
  5207 					quidu      	"439D584400EC"
       
  5208 					is_aggregate 	TRUE)))
       
  5209 			    (object Association "$UNNAMED$26"
       
  5210 				quid       	"439D5844016E"
       
  5211 				roles      	(list role_list
       
  5212 				    (object Role "iState[MD2_BLOCK]"
       
  5213 					quid       	"439D5844016F"
       
  5214 					label      	"iState[MD2_BLOCK]"
       
  5215 					supplier   	"TUint"
       
  5216 					exportControl 	"Private"
       
  5217 					is_navigable 	TRUE)
       
  5218 				    (object Role "$UNNAMED$27"
       
  5219 					quid       	"439D58440171"
       
  5220 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD2"
       
  5221 					quidu      	"439D584400EC"
       
  5222 					is_aggregate 	TRUE)))
       
  5223 			    (object Association "$UNNAMED$28"
       
  5224 				quid       	"439D58440179"
       
  5225 				roles      	(list role_list
       
  5226 				    (object Role "iHashBuf"
       
  5227 					quid       	"439D5844017A"
       
  5228 					label      	"iHashBuf"
       
  5229 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<MD2_HASH>"
       
  5230 					quidu      	"439D5844013B"
       
  5231 					exportControl 	"Private"
       
  5232 					is_navigable 	TRUE)
       
  5233 				    (object Role "$UNNAMED$29"
       
  5234 					quid       	"439D5844017C"
       
  5235 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD2"
       
  5236 					quidu      	"439D584400EC"
       
  5237 					is_aggregate 	TRUE)))
       
  5238 			    (object Association "$UNNAMED$30"
       
  5239 				quid       	"439D58440188"
       
  5240 				roles      	(list role_list
       
  5241 				    (object Role "iDataTemp[MD2_BLOCK]"
       
  5242 					quid       	"439D58440189"
       
  5243 					label      	"iDataTemp[MD2_BLOCK]"
       
  5244 					supplier   	"TUint8"
       
  5245 					exportControl 	"Private"
       
  5246 					is_navigable 	TRUE)
       
  5247 				    (object Role "$UNNAMED$31"
       
  5248 					quid       	"439D5844018B"
       
  5249 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD2"
       
  5250 					quidu      	"439D584400EC"
       
  5251 					is_aggregate 	TRUE)))
       
  5252 			    (object Association "$UNNAMED$32"
       
  5253 				quid       	"439D58440198"
       
  5254 				roles      	(list role_list
       
  5255 				    (object Role "iChecksumTemp[MD2_BLOCK]"
       
  5256 					quid       	"439D58440199"
       
  5257 					label      	"iChecksumTemp[MD2_BLOCK]"
       
  5258 					supplier   	"TUint"
       
  5259 					exportControl 	"Private"
       
  5260 					is_navigable 	TRUE)
       
  5261 				    (object Role "$UNNAMED$33"
       
  5262 					quid       	"439D5844019B"
       
  5263 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD2"
       
  5264 					quidu      	"439D584400EC"
       
  5265 					is_aggregate 	TRUE)))
       
  5266 			    (object Association "$UNNAMED$34"
       
  5267 				quid       	"439D584401A8"
       
  5268 				roles      	(list role_list
       
  5269 				    (object Role "iStateTemp[MD2_BLOCK]"
       
  5270 					quid       	"439D584401A9"
       
  5271 					label      	"iStateTemp[MD2_BLOCK]"
       
  5272 					supplier   	"TUint"
       
  5273 					exportControl 	"Private"
       
  5274 					is_navigable 	TRUE)
       
  5275 				    (object Role "$UNNAMED$35"
       
  5276 					quid       	"439D584401AB"
       
  5277 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD2"
       
  5278 					quidu      	"439D584400EC"
       
  5279 					is_aggregate 	TRUE)))
       
  5280 			    (object Association "$UNNAMED$36"
       
  5281 				quid       	"439D584402C4"
       
  5282 				roles      	(list role_list
       
  5283 				    (object Role "iHash"
       
  5284 					quid       	"439D584402D0"
       
  5285 					label      	"iHash"
       
  5286 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<MD5_HASH>"
       
  5287 					quidu      	"439D584402C2"
       
  5288 					exportControl 	"Private"
       
  5289 					is_navigable 	TRUE)
       
  5290 				    (object Role "$UNNAMED$37"
       
  5291 					quid       	"439D584402D2"
       
  5292 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5293 					quidu      	"439D58440273"
       
  5294 					is_aggregate 	TRUE)))
       
  5295 			    (object Association "$UNNAMED$38"
       
  5296 				quid       	"439D584402D4"
       
  5297 				roles      	(list role_list
       
  5298 				    (object Role "iA"
       
  5299 					quid       	"439D584402D5"
       
  5300 					label      	"iA"
       
  5301 					supplier   	"TUint"
       
  5302 					exportControl 	"Private"
       
  5303 					is_navigable 	TRUE)
       
  5304 				    (object Role "$UNNAMED$39"
       
  5305 					quid       	"439D584402D7"
       
  5306 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5307 					quidu      	"439D58440273"
       
  5308 					is_aggregate 	TRUE)))
       
  5309 			    (object Association "$UNNAMED$40"
       
  5310 				quid       	"439D584402E0"
       
  5311 				roles      	(list role_list
       
  5312 				    (object Role "iB"
       
  5313 					quid       	"439D584402E1"
       
  5314 					label      	"iB"
       
  5315 					supplier   	"TUint"
       
  5316 					exportControl 	"Private"
       
  5317 					is_navigable 	TRUE)
       
  5318 				    (object Role "$UNNAMED$41"
       
  5319 					quid       	"439D584402E3"
       
  5320 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5321 					quidu      	"439D58440273"
       
  5322 					is_aggregate 	TRUE)))
       
  5323 			    (object Association "$UNNAMED$42"
       
  5324 				quid       	"439D584402F0"
       
  5325 				roles      	(list role_list
       
  5326 				    (object Role "iC"
       
  5327 					quid       	"439D584402F1"
       
  5328 					label      	"iC"
       
  5329 					supplier   	"TUint"
       
  5330 					exportControl 	"Private"
       
  5331 					is_navigable 	TRUE)
       
  5332 				    (object Role "$UNNAMED$43"
       
  5333 					quid       	"439D584402F3"
       
  5334 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5335 					quidu      	"439D58440273"
       
  5336 					is_aggregate 	TRUE)))
       
  5337 			    (object Association "$UNNAMED$44"
       
  5338 				quid       	"439D584402F5"
       
  5339 				roles      	(list role_list
       
  5340 				    (object Role "iD"
       
  5341 					quid       	"439D584402F6"
       
  5342 					label      	"iD"
       
  5343 					supplier   	"TUint"
       
  5344 					exportControl 	"Private"
       
  5345 					is_navigable 	TRUE)
       
  5346 				    (object Role "$UNNAMED$45"
       
  5347 					quid       	"439D584402F8"
       
  5348 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5349 					quidu      	"439D58440273"
       
  5350 					is_aggregate 	TRUE)))
       
  5351 			    (object Association "$UNNAMED$46"
       
  5352 				quid       	"439D584402FF"
       
  5353 				roles      	(list role_list
       
  5354 				    (object Role "iNl"
       
  5355 					quid       	"439D58440300"
       
  5356 					label      	"iNl"
       
  5357 					supplier   	"TUint"
       
  5358 					exportControl 	"Private"
       
  5359 					is_navigable 	TRUE)
       
  5360 				    (object Role "$UNNAMED$47"
       
  5361 					quid       	"439D58440302"
       
  5362 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5363 					quidu      	"439D58440273"
       
  5364 					is_aggregate 	TRUE)))
       
  5365 			    (object Association "$UNNAMED$48"
       
  5366 				quid       	"439D5844030F"
       
  5367 				roles      	(list role_list
       
  5368 				    (object Role "iNh"
       
  5369 					quid       	"439D58440310"
       
  5370 					label      	"iNh"
       
  5371 					supplier   	"TUint"
       
  5372 					exportControl 	"Private"
       
  5373 					is_navigable 	TRUE)
       
  5374 				    (object Role "$UNNAMED$49"
       
  5375 					quid       	"439D58440312"
       
  5376 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5377 					quidu      	"439D58440273"
       
  5378 					is_aggregate 	TRUE)))
       
  5379 			    (object Association "$UNNAMED$50"
       
  5380 				quid       	"439D5844031F"
       
  5381 				roles      	(list role_list
       
  5382 				    (object Role "iData[MD5_LBLOCK]"
       
  5383 					quid       	"439D58440320"
       
  5384 					label      	"iData[MD5_LBLOCK]"
       
  5385 					supplier   	"TUint"
       
  5386 					exportControl 	"Private"
       
  5387 					is_navigable 	TRUE)
       
  5388 				    (object Role "$UNNAMED$51"
       
  5389 					quid       	"439D58440322"
       
  5390 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5391 					quidu      	"439D58440273"
       
  5392 					is_aggregate 	TRUE)))
       
  5393 			    (object Association "$UNNAMED$52"
       
  5394 				quid       	"439D58440324"
       
  5395 				roles      	(list role_list
       
  5396 				    (object Role "iACopy"
       
  5397 					quid       	"439D58440325"
       
  5398 					label      	"iACopy"
       
  5399 					supplier   	"TUint"
       
  5400 					exportControl 	"Private"
       
  5401 					is_navigable 	TRUE)
       
  5402 				    (object Role "$UNNAMED$53"
       
  5403 					quid       	"439D58440327"
       
  5404 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5405 					quidu      	"439D58440273"
       
  5406 					is_aggregate 	TRUE)))
       
  5407 			    (object Association "$UNNAMED$54"
       
  5408 				quid       	"439D5844032E"
       
  5409 				roles      	(list role_list
       
  5410 				    (object Role "iBCopy"
       
  5411 					quid       	"439D5844032F"
       
  5412 					label      	"iBCopy"
       
  5413 					supplier   	"TUint"
       
  5414 					exportControl 	"Private"
       
  5415 					is_navigable 	TRUE)
       
  5416 				    (object Role "$UNNAMED$55"
       
  5417 					quid       	"439D58440331"
       
  5418 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5419 					quidu      	"439D58440273"
       
  5420 					is_aggregate 	TRUE)))
       
  5421 			    (object Association "$UNNAMED$56"
       
  5422 				quid       	"439D5844033E"
       
  5423 				roles      	(list role_list
       
  5424 				    (object Role "iCCopy"
       
  5425 					quid       	"439D5844033F"
       
  5426 					label      	"iCCopy"
       
  5427 					supplier   	"TUint"
       
  5428 					exportControl 	"Private"
       
  5429 					is_navigable 	TRUE)
       
  5430 				    (object Role "$UNNAMED$57"
       
  5431 					quid       	"439D58440341"
       
  5432 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5433 					quidu      	"439D58440273"
       
  5434 					is_aggregate 	TRUE)))
       
  5435 			    (object Association "$UNNAMED$58"
       
  5436 				quid       	"439D5844034D"
       
  5437 				roles      	(list role_list
       
  5438 				    (object Role "iDCopy"
       
  5439 					quid       	"439D5844034E"
       
  5440 					label      	"iDCopy"
       
  5441 					supplier   	"TUint"
       
  5442 					exportControl 	"Private"
       
  5443 					is_navigable 	TRUE)
       
  5444 				    (object Role "$UNNAMED$59"
       
  5445 					quid       	"439D58440350"
       
  5446 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5447 					quidu      	"439D58440273"
       
  5448 					is_aggregate 	TRUE)))
       
  5449 			    (object Association "$UNNAMED$60"
       
  5450 				quid       	"439D5844035D"
       
  5451 				roles      	(list role_list
       
  5452 				    (object Role "iNlCopy"
       
  5453 					quid       	"439D5844035E"
       
  5454 					label      	"iNlCopy"
       
  5455 					supplier   	"TUint"
       
  5456 					exportControl 	"Private"
       
  5457 					is_navigable 	TRUE)
       
  5458 				    (object Role "$UNNAMED$61"
       
  5459 					quid       	"439D58440360"
       
  5460 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5461 					quidu      	"439D58440273"
       
  5462 					is_aggregate 	TRUE)))
       
  5463 			    (object Association "$UNNAMED$62"
       
  5464 				quid       	"439D5844036D"
       
  5465 				roles      	(list role_list
       
  5466 				    (object Role "iNhCopy"
       
  5467 					quid       	"439D5844036E"
       
  5468 					label      	"iNhCopy"
       
  5469 					supplier   	"TUint"
       
  5470 					exportControl 	"Private"
       
  5471 					is_navigable 	TRUE)
       
  5472 				    (object Role "$UNNAMED$63"
       
  5473 					quid       	"439D58440370"
       
  5474 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5475 					quidu      	"439D58440273"
       
  5476 					is_aggregate 	TRUE)))
       
  5477 			    (object Association "$UNNAMED$64"
       
  5478 				quid       	"439D5844038C"
       
  5479 				roles      	(list role_list
       
  5480 				    (object Role "iDataCopy[MD5_LBLOCK]"
       
  5481 					quid       	"439D5844038D"
       
  5482 					label      	"iDataCopy[MD5_LBLOCK]"
       
  5483 					supplier   	"TUint"
       
  5484 					exportControl 	"Private"
       
  5485 					is_navigable 	TRUE)
       
  5486 				    (object Role "$UNNAMED$65"
       
  5487 					quid       	"439D5844038F"
       
  5488 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5"
       
  5489 					quidu      	"439D58440273"
       
  5490 					is_aggregate 	TRUE)))
       
  5491 			    (object Association "$UNNAMED$66"
       
  5492 				quid       	"439D584500DE"
       
  5493 				roles      	(list role_list
       
  5494 				    (object Role "iHash"
       
  5495 					quid       	"439D584500DF"
       
  5496 					label      	"iHash"
       
  5497 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<SHA1_HASH>"
       
  5498 					quidu      	"439D584500DC"
       
  5499 					exportControl 	"Private"
       
  5500 					is_navigable 	TRUE)
       
  5501 				    (object Role "$UNNAMED$67"
       
  5502 					quid       	"439D584500E1"
       
  5503 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5504 					quidu      	"439D5845007F"
       
  5505 					is_aggregate 	TRUE)))
       
  5506 			    (object Association "$UNNAMED$68"
       
  5507 				quid       	"439D584500EC"
       
  5508 				roles      	(list role_list
       
  5509 				    (object Role "iA"
       
  5510 					quid       	"439D584500ED"
       
  5511 					label      	"iA"
       
  5512 					supplier   	"TUint"
       
  5513 					exportControl 	"Private"
       
  5514 					is_navigable 	TRUE)
       
  5515 				    (object Role "$UNNAMED$69"
       
  5516 					quid       	"439D584500EF"
       
  5517 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5518 					quidu      	"439D5845007F"
       
  5519 					is_aggregate 	TRUE)))
       
  5520 			    (object Association "$UNNAMED$70"
       
  5521 				quid       	"439D584500F1"
       
  5522 				roles      	(list role_list
       
  5523 				    (object Role "iB"
       
  5524 					quid       	"439D584500F2"
       
  5525 					label      	"iB"
       
  5526 					supplier   	"TUint"
       
  5527 					exportControl 	"Private"
       
  5528 					is_navigable 	TRUE)
       
  5529 				    (object Role "$UNNAMED$71"
       
  5530 					quid       	"439D584500F4"
       
  5531 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5532 					quidu      	"439D5845007F"
       
  5533 					is_aggregate 	TRUE)))
       
  5534 			    (object Association "$UNNAMED$72"
       
  5535 				quid       	"439D584500FC"
       
  5536 				roles      	(list role_list
       
  5537 				    (object Role "iC"
       
  5538 					quid       	"439D584500FD"
       
  5539 					label      	"iC"
       
  5540 					supplier   	"TUint"
       
  5541 					exportControl 	"Private"
       
  5542 					is_navigable 	TRUE)
       
  5543 				    (object Role "$UNNAMED$73"
       
  5544 					quid       	"439D584500FF"
       
  5545 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5546 					quidu      	"439D5845007F"
       
  5547 					is_aggregate 	TRUE)))
       
  5548 			    (object Association "$UNNAMED$74"
       
  5549 				quid       	"439D58450101"
       
  5550 				roles      	(list role_list
       
  5551 				    (object Role "iD"
       
  5552 					quid       	"439D58450102"
       
  5553 					label      	"iD"
       
  5554 					supplier   	"TUint"
       
  5555 					exportControl 	"Private"
       
  5556 					is_navigable 	TRUE)
       
  5557 				    (object Role "$UNNAMED$75"
       
  5558 					quid       	"439D58450104"
       
  5559 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5560 					quidu      	"439D5845007F"
       
  5561 					is_aggregate 	TRUE)))
       
  5562 			    (object Association "$UNNAMED$76"
       
  5563 				quid       	"439D5845010B"
       
  5564 				roles      	(list role_list
       
  5565 				    (object Role "iE"
       
  5566 					quid       	"439D5845010C"
       
  5567 					label      	"iE"
       
  5568 					supplier   	"TUint"
       
  5569 					exportControl 	"Private"
       
  5570 					is_navigable 	TRUE)
       
  5571 				    (object Role "$UNNAMED$77"
       
  5572 					quid       	"439D5845010E"
       
  5573 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5574 					quidu      	"439D5845007F"
       
  5575 					is_aggregate 	TRUE)))
       
  5576 			    (object Association "$UNNAMED$78"
       
  5577 				quid       	"439D58450110"
       
  5578 				roles      	(list role_list
       
  5579 				    (object Role "iNl"
       
  5580 					quid       	"439D58450111"
       
  5581 					label      	"iNl"
       
  5582 					supplier   	"TUint"
       
  5583 					exportControl 	"Private"
       
  5584 					is_navigable 	TRUE)
       
  5585 				    (object Role "$UNNAMED$79"
       
  5586 					quid       	"439D58450113"
       
  5587 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5588 					quidu      	"439D5845007F"
       
  5589 					is_aggregate 	TRUE)))
       
  5590 			    (object Association "$UNNAMED$80"
       
  5591 				quid       	"439D5845011B"
       
  5592 				roles      	(list role_list
       
  5593 				    (object Role "iNh"
       
  5594 					quid       	"439D5845011C"
       
  5595 					label      	"iNh"
       
  5596 					supplier   	"TUint"
       
  5597 					exportControl 	"Private"
       
  5598 					is_navigable 	TRUE)
       
  5599 				    (object Role "$UNNAMED$81"
       
  5600 					quid       	"439D5845011E"
       
  5601 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5602 					quidu      	"439D5845007F"
       
  5603 					is_aggregate 	TRUE)))
       
  5604 			    (object Association "$UNNAMED$82"
       
  5605 				quid       	"439D58450120"
       
  5606 				roles      	(list role_list
       
  5607 				    (object Role "iData[SHA1_LBLOCK*5]"
       
  5608 					quid       	"439D58450121"
       
  5609 					label      	"iData[SHA1_LBLOCK*5]"
       
  5610 					supplier   	"TUint"
       
  5611 					exportControl 	"Private"
       
  5612 					is_navigable 	TRUE)
       
  5613 				    (object Role "$UNNAMED$83"
       
  5614 					quid       	"439D58450123"
       
  5615 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5616 					quidu      	"439D5845007F"
       
  5617 					is_aggregate 	TRUE)))
       
  5618 			    (object Association "$UNNAMED$84"
       
  5619 				quid       	"439D5845012B"
       
  5620 				roles      	(list role_list
       
  5621 				    (object Role "iACopy"
       
  5622 					quid       	"439D5845012C"
       
  5623 					label      	"iACopy"
       
  5624 					supplier   	"TUint"
       
  5625 					exportControl 	"Private"
       
  5626 					is_navigable 	TRUE)
       
  5627 				    (object Role "$UNNAMED$85"
       
  5628 					quid       	"439D5845012E"
       
  5629 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5630 					quidu      	"439D5845007F"
       
  5631 					is_aggregate 	TRUE)))
       
  5632 			    (object Association "$UNNAMED$86"
       
  5633 				quid       	"439D5845013A"
       
  5634 				roles      	(list role_list
       
  5635 				    (object Role "iBCopy"
       
  5636 					quid       	"439D5845013B"
       
  5637 					label      	"iBCopy"
       
  5638 					supplier   	"TUint"
       
  5639 					exportControl 	"Private"
       
  5640 					is_navigable 	TRUE)
       
  5641 				    (object Role "$UNNAMED$87"
       
  5642 					quid       	"439D5845013D"
       
  5643 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5644 					quidu      	"439D5845007F"
       
  5645 					is_aggregate 	TRUE)))
       
  5646 			    (object Association "$UNNAMED$88"
       
  5647 				quid       	"439D5845013F"
       
  5648 				roles      	(list role_list
       
  5649 				    (object Role "iCCopy"
       
  5650 					quid       	"439D58450140"
       
  5651 					label      	"iCCopy"
       
  5652 					supplier   	"TUint"
       
  5653 					exportControl 	"Private"
       
  5654 					is_navigable 	TRUE)
       
  5655 				    (object Role "$UNNAMED$89"
       
  5656 					quid       	"439D58450142"
       
  5657 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5658 					quidu      	"439D5845007F"
       
  5659 					is_aggregate 	TRUE)))
       
  5660 			    (object Association "$UNNAMED$90"
       
  5661 				quid       	"439D5845014A"
       
  5662 				roles      	(list role_list
       
  5663 				    (object Role "iDCopy"
       
  5664 					quid       	"439D5845014B"
       
  5665 					label      	"iDCopy"
       
  5666 					supplier   	"TUint"
       
  5667 					exportControl 	"Private"
       
  5668 					is_navigable 	TRUE)
       
  5669 				    (object Role "$UNNAMED$91"
       
  5670 					quid       	"439D5845014D"
       
  5671 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5672 					quidu      	"439D5845007F"
       
  5673 					is_aggregate 	TRUE)))
       
  5674 			    (object Association "$UNNAMED$92"
       
  5675 				quid       	"439D5845014F"
       
  5676 				roles      	(list role_list
       
  5677 				    (object Role "iECopy"
       
  5678 					quid       	"439D58450150"
       
  5679 					label      	"iECopy"
       
  5680 					supplier   	"TUint"
       
  5681 					exportControl 	"Private"
       
  5682 					is_navigable 	TRUE)
       
  5683 				    (object Role "$UNNAMED$93"
       
  5684 					quid       	"439D58450152"
       
  5685 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5686 					quidu      	"439D5845007F"
       
  5687 					is_aggregate 	TRUE)))
       
  5688 			    (object Association "$UNNAMED$94"
       
  5689 				quid       	"439D58450159"
       
  5690 				roles      	(list role_list
       
  5691 				    (object Role "iNlCopy"
       
  5692 					quid       	"439D5845015A"
       
  5693 					label      	"iNlCopy"
       
  5694 					supplier   	"TUint"
       
  5695 					exportControl 	"Private"
       
  5696 					is_navigable 	TRUE)
       
  5697 				    (object Role "$UNNAMED$95"
       
  5698 					quid       	"439D5845015C"
       
  5699 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5700 					quidu      	"439D5845007F"
       
  5701 					is_aggregate 	TRUE)))
       
  5702 			    (object Association "$UNNAMED$96"
       
  5703 				quid       	"439D58450169"
       
  5704 				roles      	(list role_list
       
  5705 				    (object Role "iNhCopy"
       
  5706 					quid       	"439D5845016A"
       
  5707 					label      	"iNhCopy"
       
  5708 					supplier   	"TUint"
       
  5709 					exportControl 	"Private"
       
  5710 					is_navigable 	TRUE)
       
  5711 				    (object Role "$UNNAMED$97"
       
  5712 					quid       	"439D5845016C"
       
  5713 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5714 					quidu      	"439D5845007F"
       
  5715 					is_aggregate 	TRUE)))
       
  5716 			    (object Association "$UNNAMED$98"
       
  5717 				quid       	"439D5845016E"
       
  5718 				roles      	(list role_list
       
  5719 				    (object Role "iDataCopy[SHA1_LBLOCK*5]"
       
  5720 					quid       	"439D5845016F"
       
  5721 					label      	"iDataCopy[SHA1_LBLOCK*5]"
       
  5722 					supplier   	"TUint"
       
  5723 					exportControl 	"Private"
       
  5724 					is_navigable 	TRUE)
       
  5725 				    (object Role "$UNNAMED$99"
       
  5726 					quid       	"439D58450171"
       
  5727 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  5728 					quidu      	"439D5845007F"
       
  5729 					is_aggregate 	TRUE)))
       
  5730 			    (object Association "$UNNAMED$100"
       
  5731 				quid       	"439D584502E0"
       
  5732 				roles      	(list role_list
       
  5733 				    (object Role "iDigest"
       
  5734 					quid       	"439D584502E1"
       
  5735 					label      	"iDigest"
       
  5736 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigest"
       
  5737 					quidu      	"439D584303BB"
       
  5738 					exportControl 	"Private"
       
  5739 					is_navigable 	TRUE)
       
  5740 				    (object Role "$UNNAMED$101"
       
  5741 					quid       	"439D584502E3"
       
  5742 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CHMAC"
       
  5743 					quidu      	"439D58450292")))
       
  5744 			    (object Association "$UNNAMED$102"
       
  5745 				quid       	"439D584502F1"
       
  5746 				roles      	(list role_list
       
  5747 				    (object Role "iInnerPad"
       
  5748 					quid       	"439D584502F2"
       
  5749 					label      	"iInnerPad"
       
  5750 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<HMAC_PAD>"
       
  5751 					quidu      	"439D584502E5"
       
  5752 					exportControl 	"Private"
       
  5753 					is_navigable 	TRUE)
       
  5754 				    (object Role "$UNNAMED$103"
       
  5755 					quid       	"439D584502F4"
       
  5756 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CHMAC"
       
  5757 					quidu      	"439D58450292"
       
  5758 					is_aggregate 	TRUE)))
       
  5759 			    (object Association "$UNNAMED$104"
       
  5760 				quid       	"439D584502FF"
       
  5761 				roles      	(list role_list
       
  5762 				    (object Role "iOuterPad"
       
  5763 					quid       	"439D58450300"
       
  5764 					label      	"iOuterPad"
       
  5765 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<HMAC_PAD>"
       
  5766 					quidu      	"439D584502E5"
       
  5767 					exportControl 	"Private"
       
  5768 					is_navigable 	TRUE)
       
  5769 				    (object Role "$UNNAMED$105"
       
  5770 					quid       	"439D58450302"
       
  5771 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CHMAC"
       
  5772 					quidu      	"439D58450292"
       
  5773 					is_aggregate 	TRUE)))
       
  5774 			    (object Association "$UNNAMED$106"
       
  5775 				quid       	"439D5845030F"
       
  5776 				roles      	(list role_list
       
  5777 				    (object Role "iInnerPadCopy"
       
  5778 					quid       	"439D58450310"
       
  5779 					label      	"iInnerPadCopy"
       
  5780 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<HMAC_PAD>"
       
  5781 					quidu      	"439D584502E5"
       
  5782 					exportControl 	"Private"
       
  5783 					is_navigable 	TRUE)
       
  5784 				    (object Role "$UNNAMED$107"
       
  5785 					quid       	"439D58450312"
       
  5786 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CHMAC"
       
  5787 					quidu      	"439D58450292"
       
  5788 					is_aggregate 	TRUE)))
       
  5789 			    (object Association "$UNNAMED$108"
       
  5790 				quid       	"439D58450314"
       
  5791 				roles      	(list role_list
       
  5792 				    (object Role "iOuterPadCopy"
       
  5793 					quid       	"439D58450315"
       
  5794 					label      	"iOuterPadCopy"
       
  5795 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<HMAC_PAD>"
       
  5796 					quidu      	"439D584502E5"
       
  5797 					exportControl 	"Private"
       
  5798 					is_navigable 	TRUE)
       
  5799 				    (object Role "$UNNAMED$109"
       
  5800 					quid       	"439D5845031F"
       
  5801 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CHMAC"
       
  5802 					quidu      	"439D58450292"
       
  5803 					is_aggregate 	TRUE)))
       
  5804 			    (object Association "$UNNAMED$110"
       
  5805 				quid       	"439D584503BB"
       
  5806 				roles      	(list role_list
       
  5807 				    (object Role "iK1[KDESScheduleSizeInWords]"
       
  5808 					quid       	"439D584503BC"
       
  5809 					documentation 	
       
  5810 |* 
       
  5811 |	 * Key schedule array 
       
  5812 |	 *
       
  5813 |	 * Also used as the first key in triple-DES
       
  5814 					
       
  5815 					label      	"iK1[KDESScheduleSizeInWords]"
       
  5816 					supplier   	"TUint32"
       
  5817 					exportControl 	"Protected"
       
  5818 					is_navigable 	TRUE)
       
  5819 				    (object Role "$UNNAMED$111"
       
  5820 					quid       	"439D584503BE"
       
  5821 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CDES"
       
  5822 					quidu      	"439D5845037C"
       
  5823 					is_aggregate 	TRUE)))
       
  5824 			    (object Association "$UNNAMED$112"
       
  5825 				quid       	"439D584503C0"
       
  5826 				roles      	(list role_list
       
  5827 				    (object Role "iKey"
       
  5828 					quid       	"439D584503C1"
       
  5829 					documentation 	
       
  5830 |* 
       
  5831 |	 * The initial key. 
       
  5832 |	 *
       
  5833 |	 * The key length must be KDESKeySize = 8 bytes.
       
  5834 					
       
  5835 					label      	"iKey"
       
  5836 					supplier   	"HBufC8"
       
  5837 					exportControl 	"Protected"
       
  5838 					is_navigable 	TRUE)
       
  5839 				    (object Role "$UNNAMED$113"
       
  5840 					quid       	"439D584503C3"
       
  5841 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CDES"
       
  5842 					quidu      	"439D5845037C")))
       
  5843 			    (object Association "$UNNAMED$114"
       
  5844 				quid       	"439D5846012F"
       
  5845 				roles      	(list role_list
       
  5846 				    (object Role "iK2[KDESScheduleSizeInWords]"
       
  5847 					quid       	"439D58460130"
       
  5848 					documentation 	"* The second key schedule array"
       
  5849 					label      	"iK2[KDESScheduleSizeInWords]"
       
  5850 					supplier   	"TUint32"
       
  5851 					exportControl 	"Protected"
       
  5852 					is_navigable 	TRUE)
       
  5853 				    (object Role "$UNNAMED$115"
       
  5854 					quid       	"439D58460132"
       
  5855 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::C3DES"
       
  5856 					quidu      	"439D5846010B"
       
  5857 					is_aggregate 	TRUE)))
       
  5858 			    (object Association "$UNNAMED$116"
       
  5859 				quid       	"439D5846013A"
       
  5860 				roles      	(list role_list
       
  5861 				    (object Role "iK3[KDESScheduleSizeInWords]"
       
  5862 					quid       	"439D5846013B"
       
  5863 					documentation 	"* The third key schedule array"
       
  5864 					label      	"iK3[KDESScheduleSizeInWords]"
       
  5865 					supplier   	"TUint32"
       
  5866 					exportControl 	"Protected"
       
  5867 					is_navigable 	TRUE)
       
  5868 				    (object Role "$UNNAMED$117"
       
  5869 					quid       	"439D5846013D"
       
  5870 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::C3DES"
       
  5871 					quidu      	"439D5846010B"
       
  5872 					is_aggregate 	TRUE)))
       
  5873 			    (object Association "$UNNAMED$118"
       
  5874 				quid       	"439D3CA7029E"
       
  5875 				roles      	(list role_list
       
  5876 				    (object Role "iName"
       
  5877 					quid       	"439D3CA7029F"
       
  5878 					label      	"iName"
       
  5879 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TAlgorithmName"
       
  5880 					quidu      	"439D3CA70260"
       
  5881 					is_navigable 	TRUE)
       
  5882 				    (object Role "$UNNAMED$119"
       
  5883 					quid       	"439D3CA702A1"
       
  5884 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TAlgorithmDesc"
       
  5885 					quidu      	"439D3CA7028F"
       
  5886 					is_aggregate 	TRUE)))
       
  5887 			    (object Association "$UNNAMED$120"
       
  5888 				quid       	"439D3CA800BA"
       
  5889 				roles      	(list role_list
       
  5890 				    (object Role "iTmp:TUint32* const"
       
  5891 					quid       	"439D3CA800BB"
       
  5892 					label      	"iTmp:TUint32* const"
       
  5893 					supplier   	"TUint32"
       
  5894 					exportControl 	"Protected"
       
  5895 					is_navigable 	TRUE)
       
  5896 				    (object Role "$UNNAMED$121"
       
  5897 					quid       	"439D3CA800BD"
       
  5898 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase"
       
  5899 					quidu      	"439D3CA8007B")))
       
  5900 			    (object Association "$UNNAMED$122"
       
  5901 				quid       	"439D3CA800AF"
       
  5902 				roles      	(list role_list
       
  5903 				    (object Role "iReg:TUint32* const"
       
  5904 					quid       	"439D3CA800B0"
       
  5905 					label      	"iReg:TUint32* const"
       
  5906 					supplier   	"TUint32"
       
  5907 					exportControl 	"Protected"
       
  5908 					is_navigable 	TRUE)
       
  5909 				    (object Role "$UNNAMED$123"
       
  5910 					quid       	"439D3CA800B2"
       
  5911 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase"
       
  5912 					quidu      	"439D3CA8007B")))
       
  5913 			    (object Association "$UNNAMED$124"
       
  5914 				quid       	"439D3CA800AA"
       
  5915 				roles      	(list role_list
       
  5916 				    (object Role "iBlkSize"
       
  5917 					attributes 	(list Attribute_Set
       
  5918 					    (object Attribute
       
  5919 						tool       	"VC++"
       
  5920 						name       	"Const"
       
  5921 						value      	TRUE))
       
  5922 					quid       	"439D3CA800AB"
       
  5923 					label      	"iBlkSize"
       
  5924 					supplier   	"TInt"
       
  5925 					exportControl 	"Protected"
       
  5926 					is_navigable 	TRUE)
       
  5927 				    (object Role "$UNNAMED$125"
       
  5928 					quid       	"439D3CA800AD"
       
  5929 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase"
       
  5930 					quidu      	"439D3CA8007B"
       
  5931 					is_aggregate 	TRUE)))
       
  5932 			    (object Association "$UNNAMED$126"
       
  5933 				quid       	"439D3CA800CC"
       
  5934 				roles      	(list role_list
       
  5935 				    (object Role "iMode"
       
  5936 					quid       	"439D3CA800CD"
       
  5937 					label      	"iMode"
       
  5938 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::TMode"
       
  5939 					quidu      	"439D3CA70398"
       
  5940 					exportControl 	"Protected"
       
  5941 					is_navigable 	TRUE)
       
  5942 				    (object Role "$UNNAMED$127"
       
  5943 					quid       	"439D3CA800CF"
       
  5944 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase"
       
  5945 					quidu      	"439D3CA8007B"
       
  5946 					is_aggregate 	TRUE)))
       
  5947 			    (object Association "$UNNAMED$128"
       
  5948 				quid       	"439D3CA800C4"
       
  5949 				roles      	(list role_list
       
  5950 				    (object Role "iDecrypt"
       
  5951 					quid       	"439D3CA800C5"
       
  5952 					label      	"iDecrypt"
       
  5953 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CBlockTransformation"
       
  5954 					quidu      	"439EA7CE00A7"
       
  5955 					exportControl 	"Protected"
       
  5956 					is_navigable 	TRUE)
       
  5957 				    (object Role "$UNNAMED$129"
       
  5958 					quid       	"439D3CA800CA"
       
  5959 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase"
       
  5960 					quidu      	"439D3CA8007B")))
       
  5961 			    (object Association "$UNNAMED$130"
       
  5962 				quid       	"439D3CA800BF"
       
  5963 				roles      	(list role_list
       
  5964 				    (object Role "iEncrypt"
       
  5965 					quid       	"439D3CA800C0"
       
  5966 					label      	"iEncrypt"
       
  5967 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CBlockTransformation"
       
  5968 					quidu      	"439EA7CE00A7"
       
  5969 					exportControl 	"Protected"
       
  5970 					is_navigable 	TRUE)
       
  5971 				    (object Role "$UNNAMED$131"
       
  5972 					quid       	"439D3CA800C2"
       
  5973 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase"
       
  5974 					quidu      	"439D3CA8007B")))
       
  5975 			    (object Association "$UNNAMED$132"
       
  5976 				quid       	"439EA7CE01FF"
       
  5977 				roles      	(list role_list
       
  5978 				    (object Role "iBlkSize"
       
  5979 					attributes 	(list Attribute_Set
       
  5980 					    (object Attribute
       
  5981 						tool       	"VC++"
       
  5982 						name       	"Const"
       
  5983 						value      	TRUE))
       
  5984 					quid       	"439EA7CE0200"
       
  5985 					label      	"iBlkSize"
       
  5986 					supplier   	"TInt"
       
  5987 					exportControl 	"Protected"
       
  5988 					is_navigable 	TRUE)
       
  5989 				    (object Role "$UNNAMED$133"
       
  5990 					quid       	"439EA7CE0202"
       
  5991 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase"
       
  5992 					quidu      	"439D3CA8007B"
       
  5993 					is_aggregate 	TRUE)))
       
  5994 			    (object Association "$UNNAMED$134"
       
  5995 				quid       	"439EA7CE020E"
       
  5996 				roles      	(list role_list
       
  5997 				    (object Role "iReg:TUint32* const"
       
  5998 					quid       	"439EA7CE020F"
       
  5999 					label      	"iReg:TUint32* const"
       
  6000 					supplier   	"TUint32"
       
  6001 					exportControl 	"Protected"
       
  6002 					is_navigable 	TRUE)
       
  6003 				    (object Role "$UNNAMED$135"
       
  6004 					quid       	"439EA7CE0211"
       
  6005 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase"
       
  6006 					quidu      	"439D3CA8007B")))
       
  6007 			    (object Association "$UNNAMED$136"
       
  6008 				quid       	"439EA7CE021E"
       
  6009 				roles      	(list role_list
       
  6010 				    (object Role "iTmp:TUint32* const"
       
  6011 					quid       	"439EA7CE021F"
       
  6012 					label      	"iTmp:TUint32* const"
       
  6013 					supplier   	"TUint32"
       
  6014 					exportControl 	"Protected"
       
  6015 					is_navigable 	TRUE)
       
  6016 				    (object Role "$UNNAMED$137"
       
  6017 					quid       	"439EA7CE0221"
       
  6018 					supplier   	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase"
       
  6019 					quidu      	"439D3CA8007B"))))
       
  6020 			logical_presentations 	(list unit_reference_list
       
  6021 			    (object ClassDiagram "ipseccrypto Model Update Overview"
       
  6022 				quid       	"439D3CA801D5"
       
  6023 				title      	"ipseccrypto Model Update Overview"
       
  6024 				zoom       	100
       
  6025 				max_height 	28350
       
  6026 				max_width  	21600
       
  6027 				origin_x   	0
       
  6028 				origin_y   	0
       
  6029 				items      	(list diagram_item_list
       
  6030 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::TAlgorithmClass" @1
       
  6031 					ShowCompartmentStereotypes 	TRUE
       
  6032 					SuppressAttribute 	TRUE
       
  6033 					SuppressOperation 	TRUE
       
  6034 					location   	(645, 2182)
       
  6035 					font       	(object Font
       
  6036 					    size       	10
       
  6037 					    face       	"Arial"
       
  6038 					    bold       	FALSE
       
  6039 					    italics    	FALSE
       
  6040 					    underline  	FALSE
       
  6041 					    strike     	FALSE
       
  6042 					    color      	0
       
  6043 					    default_color 	TRUE)
       
  6044 					label      	(object ItemLabel
       
  6045 					    Parent_View 	@1
       
  6046 					    location   	(453, 2166)
       
  6047 					    fill_color 	13434879
       
  6048 					    nlines     	1
       
  6049 					    max_width  	384
       
  6050 					    justify    	0
       
  6051 					    label      	"TAlgorithmClass")
       
  6052 					stereotype 	(object ItemLabel
       
  6053 					    Parent_View 	@1
       
  6054 					    location   	(453, 2116)
       
  6055 					    fill_color 	13434879
       
  6056 					    anchor     	10
       
  6057 					    nlines     	1
       
  6058 					    max_width  	384
       
  6059 					    justify    	0
       
  6060 					    label      	"<<typedef>>")
       
  6061 					icon_style 	"Icon"
       
  6062 					line_color 	3342489
       
  6063 					fill_color 	13434879
       
  6064 					quidu      	"439D3CA7026F"
       
  6065 					width      	402
       
  6066 					height     	157
       
  6067 					annotation 	8
       
  6068 					autoResize 	TRUE)
       
  6069 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::TAlgorithmDesc" @2
       
  6070 					ShowCompartmentStereotypes 	TRUE
       
  6071 					location   	(1065, 2182)
       
  6072 					font       	(object Font
       
  6073 					    size       	10
       
  6074 					    face       	"Arial"
       
  6075 					    bold       	FALSE
       
  6076 					    italics    	FALSE
       
  6077 					    underline  	FALSE
       
  6078 					    strike     	FALSE
       
  6079 					    color      	0
       
  6080 					    default_color 	TRUE)
       
  6081 					label      	(object ItemLabel
       
  6082 					    Parent_View 	@2
       
  6083 					    location   	(870, 2131)
       
  6084 					    fill_color 	13434879
       
  6085 					    nlines     	1
       
  6086 					    max_width  	390
       
  6087 					    justify    	0
       
  6088 					    label      	"TAlgorithmDesc")
       
  6089 					icon_style 	"Icon"
       
  6090 					line_color 	3342489
       
  6091 					fill_color 	13434879
       
  6092 					quidu      	"439D3CA7028F"
       
  6093 					width      	408
       
  6094 					height     	126
       
  6095 					annotation 	8
       
  6096 					autoResize 	TRUE)
       
  6097 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigestCrypto" @3
       
  6098 					ShowCompartmentStereotypes 	TRUE
       
  6099 					location   	(3569, 1586)
       
  6100 					font       	(object Font
       
  6101 					    size       	10
       
  6102 					    face       	"Arial"
       
  6103 					    bold       	FALSE
       
  6104 					    italics    	FALSE
       
  6105 					    underline  	FALSE
       
  6106 					    strike     	FALSE
       
  6107 					    color      	0
       
  6108 					    default_color 	TRUE)
       
  6109 					label      	(object ItemLabel
       
  6110 					    Parent_View 	@3
       
  6111 					    location   	(3295, 1535)
       
  6112 					    fill_color 	13434879
       
  6113 					    nlines     	1
       
  6114 					    max_width  	548
       
  6115 					    justify    	0
       
  6116 					    label      	"CMessageDigestCrypto")
       
  6117 					icon_style 	"Icon"
       
  6118 					line_color 	3342489
       
  6119 					fill_color 	13434879
       
  6120 					quidu      	"439D3CA702DD"
       
  6121 					width      	566
       
  6122 					height     	126
       
  6123 					annotation 	8
       
  6124 					autoResize 	TRUE)
       
  6125 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolFamilyCryptoEay" @4
       
  6126 					ShowCompartmentStereotypes 	TRUE
       
  6127 					location   	(1987, 2328)
       
  6128 					font       	(object Font
       
  6129 					    size       	10
       
  6130 					    face       	"Arial"
       
  6131 					    bold       	FALSE
       
  6132 					    italics    	FALSE
       
  6133 					    underline  	FALSE
       
  6134 					    strike     	FALSE
       
  6135 					    color      	0
       
  6136 					    default_color 	TRUE)
       
  6137 					label      	(object ItemLabel
       
  6138 					    Parent_View 	@4
       
  6139 					    location   	(1682, 2277)
       
  6140 					    fill_color 	13434879
       
  6141 					    nlines     	1
       
  6142 					    max_width  	610
       
  6143 					    justify    	0
       
  6144 					    label      	"CProtocolFamilyCryptoEay")
       
  6145 					icon_style 	"Icon"
       
  6146 					line_color 	3342489
       
  6147 					fill_color 	13434879
       
  6148 					quidu      	"439D3CA70379"
       
  6149 					width      	628
       
  6150 					height     	126
       
  6151 					annotation 	8
       
  6152 					autoResize 	TRUE)
       
  6153 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::TMode" @5
       
  6154 					ShowCompartmentStereotypes 	TRUE
       
  6155 					SuppressAttribute 	TRUE
       
  6156 					SuppressOperation 	TRUE
       
  6157 					location   	(2414, 2182)
       
  6158 					font       	(object Font
       
  6159 					    size       	10
       
  6160 					    face       	"Arial"
       
  6161 					    bold       	FALSE
       
  6162 					    italics    	FALSE
       
  6163 					    underline  	FALSE
       
  6164 					    strike     	FALSE
       
  6165 					    color      	0
       
  6166 					    default_color 	TRUE)
       
  6167 					label      	(object ItemLabel
       
  6168 					    Parent_View 	@5
       
  6169 					    location   	(2276, 2166)
       
  6170 					    fill_color 	13434879
       
  6171 					    nlines     	1
       
  6172 					    max_width  	276
       
  6173 					    justify    	0
       
  6174 					    label      	"TMode")
       
  6175 					stereotype 	(object ItemLabel
       
  6176 					    Parent_View 	@5
       
  6177 					    location   	(2276, 2116)
       
  6178 					    fill_color 	13434879
       
  6179 					    anchor     	10
       
  6180 					    nlines     	1
       
  6181 					    max_width  	276
       
  6182 					    justify    	0
       
  6183 					    label      	"<<typedef>>")
       
  6184 					icon_style 	"Icon"
       
  6185 					line_color 	3342489
       
  6186 					fill_color 	13434879
       
  6187 					quidu      	"439D3CA70398"
       
  6188 					width      	294
       
  6189 					height     	157
       
  6190 					annotation 	8
       
  6191 					autoResize 	TRUE)
       
  6192 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::TEayAlgorithm" @6
       
  6193 					ShowCompartmentStereotypes 	TRUE
       
  6194 					SuppressAttribute 	TRUE
       
  6195 					SuppressOperation 	TRUE
       
  6196 					location   	(2881, 2275)
       
  6197 					font       	(object Font
       
  6198 					    size       	10
       
  6199 					    face       	"Arial"
       
  6200 					    bold       	FALSE
       
  6201 					    italics    	FALSE
       
  6202 					    underline  	FALSE
       
  6203 					    strike     	FALSE
       
  6204 					    color      	0
       
  6205 					    default_color 	TRUE)
       
  6206 					label      	(object ItemLabel
       
  6207 					    Parent_View 	@6
       
  6208 					    location   	(2708, 2259)
       
  6209 					    fill_color 	13434879
       
  6210 					    nlines     	1
       
  6211 					    max_width  	346
       
  6212 					    justify    	0
       
  6213 					    label      	"TEayAlgorithm")
       
  6214 					stereotype 	(object ItemLabel
       
  6215 					    Parent_View 	@6
       
  6216 					    location   	(2708, 2209)
       
  6217 					    fill_color 	13434879
       
  6218 					    anchor     	10
       
  6219 					    nlines     	1
       
  6220 					    max_width  	346
       
  6221 					    justify    	0
       
  6222 					    label      	"<<typedef>>")
       
  6223 					icon_style 	"Icon"
       
  6224 					line_color 	3342489
       
  6225 					fill_color 	13434879
       
  6226 					quidu      	"439D3CA801D3"
       
  6227 					width      	364
       
  6228 					height     	157
       
  6229 					annotation 	8
       
  6230 					autoResize 	TRUE)
       
  6231 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CRijndael" @7
       
  6232 					ShowCompartmentStereotypes 	TRUE
       
  6233 					location   	(345, 390)
       
  6234 					font       	(object Font
       
  6235 					    size       	10
       
  6236 					    face       	"Arial"
       
  6237 					    bold       	FALSE
       
  6238 					    italics    	FALSE
       
  6239 					    underline  	FALSE
       
  6240 					    strike     	FALSE
       
  6241 					    color      	0
       
  6242 					    default_color 	TRUE)
       
  6243 					label      	(object ItemLabel
       
  6244 					    Parent_View 	@7
       
  6245 					    location   	(224, 338)
       
  6246 					    fill_color 	13434879
       
  6247 					    nlines     	1
       
  6248 					    max_width  	242
       
  6249 					    justify    	0
       
  6250 					    label      	"CRijndael")
       
  6251 					icon_style 	"Icon"
       
  6252 					line_color 	3342489
       
  6253 					fill_color 	13434879
       
  6254 					quidu      	"439D58430273"
       
  6255 					width      	260
       
  6256 					height     	128
       
  6257 					annotation 	8
       
  6258 					autoResize 	TRUE)
       
  6259 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CAESEncryptor" @8
       
  6260 					ShowCompartmentStereotypes 	TRUE
       
  6261 					location   	(363, 750)
       
  6262 					font       	(object Font
       
  6263 					    size       	10
       
  6264 					    face       	"Arial"
       
  6265 					    bold       	FALSE
       
  6266 					    italics    	FALSE
       
  6267 					    underline  	FALSE
       
  6268 					    strike     	FALSE
       
  6269 					    color      	0
       
  6270 					    default_color 	TRUE)
       
  6271 					label      	(object ItemLabel
       
  6272 					    Parent_View 	@8
       
  6273 					    location   	(170, 698)
       
  6274 					    fill_color 	13434879
       
  6275 					    nlines     	1
       
  6276 					    max_width  	386
       
  6277 					    justify    	0
       
  6278 					    label      	"CAESEncryptor")
       
  6279 					icon_style 	"Icon"
       
  6280 					line_color 	3342489
       
  6281 					fill_color 	13434879
       
  6282 					quidu      	"439D584302E0"
       
  6283 					width      	404
       
  6284 					height     	128
       
  6285 					annotation 	8
       
  6286 					autoResize 	TRUE)
       
  6287 				    (object InheritView "" @9
       
  6288 					stereotype 	TRUE
       
  6289 					line_color 	3342489
       
  6290 					quidu      	"439D584302E1"
       
  6291 					client     	@8
       
  6292 					supplier   	@7
       
  6293 					line_style 	0)
       
  6294 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CAESDecryptor" @10
       
  6295 					ShowCompartmentStereotypes 	TRUE
       
  6296 					location   	(810, 390)
       
  6297 					font       	(object Font
       
  6298 					    size       	10
       
  6299 					    face       	"Arial"
       
  6300 					    bold       	FALSE
       
  6301 					    italics    	FALSE
       
  6302 					    underline  	FALSE
       
  6303 					    strike     	FALSE
       
  6304 					    color      	0
       
  6305 					    default_color 	TRUE)
       
  6306 					label      	(object ItemLabel
       
  6307 					    Parent_View 	@10
       
  6308 					    location   	(618, 338)
       
  6309 					    fill_color 	13434879
       
  6310 					    nlines     	1
       
  6311 					    max_width  	384
       
  6312 					    justify    	0
       
  6313 					    label      	"CAESDecryptor")
       
  6314 					icon_style 	"Icon"
       
  6315 					line_color 	3342489
       
  6316 					fill_color 	13434879
       
  6317 					quidu      	"439D5843031F"
       
  6318 					width      	402
       
  6319 					height     	128
       
  6320 					annotation 	8
       
  6321 					autoResize 	TRUE)
       
  6322 				    (object InheritView "" @11
       
  6323 					stereotype 	TRUE
       
  6324 					line_color 	3342489
       
  6325 					quidu      	"439D58430320"
       
  6326 					client     	@10
       
  6327 					supplier   	@7
       
  6328 					line_style 	0)
       
  6329 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigest::THashId" @12
       
  6330 					ShowCompartmentStereotypes 	TRUE
       
  6331 					SuppressOperation 	TRUE
       
  6332 					location   	(270, 1110)
       
  6333 					font       	(object Font
       
  6334 					    size       	10
       
  6335 					    face       	"Arial"
       
  6336 					    bold       	FALSE
       
  6337 					    italics    	FALSE
       
  6338 					    underline  	FALSE
       
  6339 					    strike     	FALSE
       
  6340 					    color      	0
       
  6341 					    default_color 	TRUE)
       
  6342 					label      	(object ItemLabel
       
  6343 					    Parent_View 	@12
       
  6344 					    location   	(71, 1057)
       
  6345 					    fill_color 	13434879
       
  6346 					    nlines     	1
       
  6347 					    max_width  	398
       
  6348 					    justify    	0
       
  6349 					    label      	"THashId")
       
  6350 					stereotype 	(object ItemLabel
       
  6351 					    Parent_View 	@12
       
  6352 					    location   	(71, 1007)
       
  6353 					    fill_color 	13434879
       
  6354 					    anchor     	10
       
  6355 					    nlines     	1
       
  6356 					    max_width  	398
       
  6357 					    justify    	0
       
  6358 					    label      	"<<enum>>")
       
  6359 					icon_style 	"Icon"
       
  6360 					line_color 	3342489
       
  6361 					fill_color 	13434879
       
  6362 					quidu      	"439D58440032"
       
  6363 					width      	416
       
  6364 					height     	230
       
  6365 					annotation 	8
       
  6366 					autoResize 	TRUE)
       
  6367 				    (object ClassView "InstantiatedClass" "Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<MD2_HASH>" @13
       
  6368 					ShowCompartmentStereotypes 	TRUE
       
  6369 					location   	(386, 2499)
       
  6370 					font       	(object Font
       
  6371 					    size       	10
       
  6372 					    face       	"Arial"
       
  6373 					    bold       	FALSE
       
  6374 					    italics    	FALSE
       
  6375 					    underline  	FALSE
       
  6376 					    strike     	FALSE
       
  6377 					    color      	0
       
  6378 					    default_color 	TRUE)
       
  6379 					label      	(object ItemLabel
       
  6380 					    Parent_View 	@13
       
  6381 					    location   	(150, 2448)
       
  6382 					    fill_color 	13434879
       
  6383 					    nlines     	1
       
  6384 					    max_width  	472
       
  6385 					    justify    	0
       
  6386 					    label      	"TBuf8<MD2_HASH>")
       
  6387 					icon_style 	"Icon"
       
  6388 					line_color 	3342489
       
  6389 					fill_color 	13434879
       
  6390 					quidu      	"439D5844013B"
       
  6391 					width      	490
       
  6392 					height     	126
       
  6393 					annotation 	8
       
  6394 					autoResize 	TRUE)
       
  6395 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMD2" @14
       
  6396 					ShowCompartmentStereotypes 	TRUE
       
  6397 					location   	(2660, 748)
       
  6398 					font       	(object Font
       
  6399 					    size       	10
       
  6400 					    face       	"Arial"
       
  6401 					    bold       	FALSE
       
  6402 					    italics    	FALSE
       
  6403 					    underline  	FALSE
       
  6404 					    strike     	FALSE
       
  6405 					    color      	0
       
  6406 					    default_color 	TRUE)
       
  6407 					label      	(object ItemLabel
       
  6408 					    Parent_View 	@14
       
  6409 					    location   	(2564, 696)
       
  6410 					    fill_color 	13434879
       
  6411 					    nlines     	1
       
  6412 					    max_width  	192
       
  6413 					    justify    	0
       
  6414 					    label      	"CMD2")
       
  6415 					icon_style 	"Icon"
       
  6416 					line_color 	3342489
       
  6417 					fill_color 	13434879
       
  6418 					quidu      	"439D584400EC"
       
  6419 					width      	210
       
  6420 					height     	128
       
  6421 					annotation 	8
       
  6422 					autoResize 	TRUE)
       
  6423 				    (object ClassView "InstantiatedClass" "Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<MD5_HASH>" @15
       
  6424 					ShowCompartmentStereotypes 	TRUE
       
  6425 					location   	(2070, 390)
       
  6426 					font       	(object Font
       
  6427 					    size       	10
       
  6428 					    face       	"Arial"
       
  6429 					    bold       	FALSE
       
  6430 					    italics    	FALSE
       
  6431 					    underline  	FALSE
       
  6432 					    strike     	FALSE
       
  6433 					    color      	0
       
  6434 					    default_color 	TRUE)
       
  6435 					label      	(object ItemLabel
       
  6436 					    Parent_View 	@15
       
  6437 					    location   	(1834, 339)
       
  6438 					    fill_color 	13434879
       
  6439 					    nlines     	1
       
  6440 					    max_width  	472
       
  6441 					    justify    	0
       
  6442 					    label      	"TBuf8<MD5_HASH>")
       
  6443 					icon_style 	"Icon"
       
  6444 					line_color 	3342489
       
  6445 					fill_color 	13434879
       
  6446 					quidu      	"439D584402C2"
       
  6447 					width      	490
       
  6448 					height     	126
       
  6449 					annotation 	8
       
  6450 					autoResize 	TRUE)
       
  6451 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5" @16
       
  6452 					ShowCompartmentStereotypes 	TRUE
       
  6453 					location   	(1897, 782)
       
  6454 					font       	(object Font
       
  6455 					    size       	10
       
  6456 					    face       	"Arial"
       
  6457 					    bold       	FALSE
       
  6458 					    italics    	FALSE
       
  6459 					    underline  	FALSE
       
  6460 					    strike     	FALSE
       
  6461 					    color      	0
       
  6462 					    default_color 	TRUE)
       
  6463 					label      	(object ItemLabel
       
  6464 					    Parent_View 	@16
       
  6465 					    location   	(1801, 730)
       
  6466 					    fill_color 	13434879
       
  6467 					    nlines     	1
       
  6468 					    max_width  	192
       
  6469 					    justify    	0
       
  6470 					    label      	"CMD5")
       
  6471 					icon_style 	"Icon"
       
  6472 					line_color 	3342489
       
  6473 					fill_color 	13434879
       
  6474 					quidu      	"439D58440273"
       
  6475 					width      	210
       
  6476 					height     	128
       
  6477 					annotation 	8
       
  6478 					autoResize 	TRUE)
       
  6479 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigestSymbian" @17
       
  6480 					ShowCompartmentStereotypes 	TRUE
       
  6481 					location   	(3085, 1905)
       
  6482 					font       	(object Font
       
  6483 					    size       	10
       
  6484 					    face       	"Arial"
       
  6485 					    bold       	FALSE
       
  6486 					    italics    	FALSE
       
  6487 					    underline  	FALSE
       
  6488 					    strike     	FALSE
       
  6489 					    color      	0
       
  6490 					    default_color 	TRUE)
       
  6491 					label      	(object ItemLabel
       
  6492 					    Parent_View 	@17
       
  6493 					    location   	(2793, 1859)
       
  6494 					    fill_color 	13434879
       
  6495 					    nlines     	1
       
  6496 					    max_width  	584
       
  6497 					    justify    	0
       
  6498 					    label      	"CMessageDigestSymbian")
       
  6499 					icon_style 	"Icon"
       
  6500 					line_color 	3342489
       
  6501 					fill_color 	13434879
       
  6502 					quidu      	"439D3CA703B8"
       
  6503 					width      	602
       
  6504 					height     	117
       
  6505 					annotation 	8
       
  6506 					autoResize 	TRUE)
       
  6507 				    (object InheritView "" @18
       
  6508 					stereotype 	TRUE
       
  6509 					line_color 	3342489
       
  6510 					quidu      	"439D3CA703C7"
       
  6511 					client     	@17
       
  6512 					supplier   	@3
       
  6513 					line_style 	0)
       
  6514 				    (object ClassView "InstantiatedClass" "Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<SHA1_HASH>" @19
       
  6515 					ShowCompartmentStereotypes 	TRUE
       
  6516 					location   	(2340, 120)
       
  6517 					font       	(object Font
       
  6518 					    size       	10
       
  6519 					    face       	"Arial"
       
  6520 					    bold       	FALSE
       
  6521 					    italics    	FALSE
       
  6522 					    underline  	FALSE
       
  6523 					    strike     	FALSE
       
  6524 					    color      	0
       
  6525 					    default_color 	TRUE)
       
  6526 					label      	(object ItemLabel
       
  6527 					    Parent_View 	@19
       
  6528 					    location   	(2082, 69)
       
  6529 					    fill_color 	13434879
       
  6530 					    nlines     	1
       
  6531 					    max_width  	516
       
  6532 					    justify    	0
       
  6533 					    label      	"TBuf8<SHA1_HASH>")
       
  6534 					icon_style 	"Icon"
       
  6535 					line_color 	3342489
       
  6536 					fill_color 	13434879
       
  6537 					quidu      	"439D584500DC"
       
  6538 					width      	534
       
  6539 					height     	126
       
  6540 					annotation 	8
       
  6541 					autoResize 	TRUE)
       
  6542 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1" @20
       
  6543 					ShowCompartmentStereotypes 	TRUE
       
  6544 					location   	(2127, 698)
       
  6545 					font       	(object Font
       
  6546 					    size       	10
       
  6547 					    face       	"Arial"
       
  6548 					    bold       	FALSE
       
  6549 					    italics    	FALSE
       
  6550 					    underline  	FALSE
       
  6551 					    strike     	FALSE
       
  6552 					    color      	0
       
  6553 					    default_color 	TRUE)
       
  6554 					label      	(object ItemLabel
       
  6555 					    Parent_View 	@20
       
  6556 					    location   	(2030, 646)
       
  6557 					    fill_color 	13434879
       
  6558 					    nlines     	1
       
  6559 					    max_width  	194
       
  6560 					    justify    	0
       
  6561 					    label      	"CSHA1")
       
  6562 					icon_style 	"Icon"
       
  6563 					line_color 	3342489
       
  6564 					fill_color 	13434879
       
  6565 					quidu      	"439D5845007F"
       
  6566 					width      	212
       
  6567 					height     	128
       
  6568 					annotation 	8
       
  6569 					autoResize 	TRUE)
       
  6570 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA" @21
       
  6571 					ShowCompartmentStereotypes 	TRUE
       
  6572 					location   	(2725, 901)
       
  6573 					font       	(object Font
       
  6574 					    size       	10
       
  6575 					    face       	"Arial"
       
  6576 					    bold       	FALSE
       
  6577 					    italics    	FALSE
       
  6578 					    underline  	FALSE
       
  6579 					    strike     	FALSE
       
  6580 					    color      	0
       
  6581 					    default_color 	TRUE)
       
  6582 					label      	(object ItemLabel
       
  6583 					    Parent_View 	@21
       
  6584 					    location   	(2629, 849)
       
  6585 					    fill_color 	13434879
       
  6586 					    nlines     	1
       
  6587 					    max_width  	192
       
  6588 					    justify    	0
       
  6589 					    label      	"CSHA")
       
  6590 					icon_style 	"Icon"
       
  6591 					line_color 	3342489
       
  6592 					fill_color 	13434879
       
  6593 					quidu      	"439D584501C7"
       
  6594 					width      	210
       
  6595 					height     	128
       
  6596 					annotation 	8
       
  6597 					autoResize 	TRUE)
       
  6598 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigest" @22
       
  6599 					ShowCompartmentStereotypes 	TRUE
       
  6600 					location   	(2260, 995)
       
  6601 					font       	(object Font
       
  6602 					    size       	10
       
  6603 					    face       	"Arial"
       
  6604 					    bold       	FALSE
       
  6605 					    italics    	FALSE
       
  6606 					    underline  	FALSE
       
  6607 					    strike     	FALSE
       
  6608 					    color      	0
       
  6609 					    default_color 	TRUE)
       
  6610 					label      	(object ItemLabel
       
  6611 					    Parent_View 	@22
       
  6612 					    location   	(2061, 943)
       
  6613 					    fill_color 	13434879
       
  6614 					    nlines     	1
       
  6615 					    max_width  	398
       
  6616 					    justify    	0
       
  6617 					    label      	"CMessageDigest")
       
  6618 					icon_style 	"Icon"
       
  6619 					line_color 	3342489
       
  6620 					fill_color 	13434879
       
  6621 					quidu      	"439D584303BB"
       
  6622 					width      	416
       
  6623 					height     	128
       
  6624 					annotation 	8
       
  6625 					autoResize 	TRUE)
       
  6626 				    (object InheritView "" @23
       
  6627 					stereotype 	TRUE
       
  6628 					line_color 	3342489
       
  6629 					quidu      	"439D584400ED"
       
  6630 					client     	@14
       
  6631 					supplier   	@22
       
  6632 					line_style 	0)
       
  6633 				    (object InheritView "" @24
       
  6634 					stereotype 	TRUE
       
  6635 					line_color 	3342489
       
  6636 					quidu      	"439D58440274"
       
  6637 					client     	@16
       
  6638 					supplier   	@22
       
  6639 					line_style 	0)
       
  6640 				    (object InheritView "" @25
       
  6641 					stereotype 	TRUE
       
  6642 					line_color 	3342489
       
  6643 					quidu      	"439D58450080"
       
  6644 					client     	@20
       
  6645 					supplier   	@22
       
  6646 					line_style 	0)
       
  6647 				    (object InheritView "" @26
       
  6648 					stereotype 	TRUE
       
  6649 					line_color 	3342489
       
  6650 					quidu      	"439D584501D6"
       
  6651 					client     	@21
       
  6652 					supplier   	@22
       
  6653 					line_style 	0)
       
  6654 				    (object ClassView "InstantiatedClass" "Logical View::VC++ Reverse Engineered::ipseccrypto::TBuf8<HMAC_PAD>" @27
       
  6655 					ShowCompartmentStereotypes 	TRUE
       
  6656 					location   	(2880, 120)
       
  6657 					font       	(object Font
       
  6658 					    size       	10
       
  6659 					    face       	"Arial"
       
  6660 					    bold       	FALSE
       
  6661 					    italics    	FALSE
       
  6662 					    underline  	FALSE
       
  6663 					    strike     	FALSE
       
  6664 					    color      	0
       
  6665 					    default_color 	TRUE)
       
  6666 					label      	(object ItemLabel
       
  6667 					    Parent_View 	@27
       
  6668 					    location   	(2641, 69)
       
  6669 					    fill_color 	13434879
       
  6670 					    nlines     	1
       
  6671 					    max_width  	478
       
  6672 					    justify    	0
       
  6673 					    label      	"TBuf8<HMAC_PAD>")
       
  6674 					icon_style 	"Icon"
       
  6675 					line_color 	3342489
       
  6676 					fill_color 	13434879
       
  6677 					quidu      	"439D584502E5"
       
  6678 					width      	496
       
  6679 					height     	126
       
  6680 					annotation 	8
       
  6681 					autoResize 	TRUE)
       
  6682 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CHMAC" @28
       
  6683 					ShowCompartmentStereotypes 	TRUE
       
  6684 					location   	(2397, 701)
       
  6685 					font       	(object Font
       
  6686 					    size       	10
       
  6687 					    face       	"Arial"
       
  6688 					    bold       	FALSE
       
  6689 					    italics    	FALSE
       
  6690 					    underline  	FALSE
       
  6691 					    strike     	FALSE
       
  6692 					    color      	0
       
  6693 					    default_color 	TRUE)
       
  6694 					label      	(object ItemLabel
       
  6695 					    Parent_View 	@28
       
  6696 					    location   	(2283, 649)
       
  6697 					    fill_color 	13434879
       
  6698 					    nlines     	1
       
  6699 					    max_width  	228
       
  6700 					    justify    	0
       
  6701 					    label      	"CHMAC")
       
  6702 					icon_style 	"Icon"
       
  6703 					line_color 	3342489
       
  6704 					fill_color 	13434879
       
  6705 					quidu      	"439D58450292"
       
  6706 					width      	246
       
  6707 					height     	128
       
  6708 					annotation 	8
       
  6709 					autoResize 	TRUE)
       
  6710 				    (object InheritView "" @29
       
  6711 					stereotype 	TRUE
       
  6712 					line_color 	3342489
       
  6713 					quidu      	"439D58450293"
       
  6714 					client     	@28
       
  6715 					supplier   	@22
       
  6716 					line_style 	0)
       
  6717 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigestFactory" @30
       
  6718 					ShowCompartmentStereotypes 	TRUE
       
  6719 					location   	(2268, 2720)
       
  6720 					font       	(object Font
       
  6721 					    size       	10
       
  6722 					    face       	"Arial"
       
  6723 					    bold       	FALSE
       
  6724 					    italics    	FALSE
       
  6725 					    underline  	FALSE
       
  6726 					    strike     	FALSE
       
  6727 					    color      	0
       
  6728 					    default_color 	TRUE)
       
  6729 					label      	(object ItemLabel
       
  6730 					    Parent_View 	@30
       
  6731 					    location   	(1979, 2668)
       
  6732 					    fill_color 	13434879
       
  6733 					    nlines     	1
       
  6734 					    max_width  	578
       
  6735 					    justify    	0
       
  6736 					    label      	"CMessageDigestFactory")
       
  6737 					icon_style 	"Icon"
       
  6738 					line_color 	3342489
       
  6739 					fill_color 	13434879
       
  6740 					quidu      	"439D5845033E"
       
  6741 					width      	596
       
  6742 					height     	128
       
  6743 					annotation 	8
       
  6744 					autoResize 	TRUE)
       
  6745 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CDES" @31
       
  6746 					ShowCompartmentStereotypes 	TRUE
       
  6747 					location   	(1299, 2496)
       
  6748 					font       	(object Font
       
  6749 					    size       	10
       
  6750 					    face       	"Arial"
       
  6751 					    bold       	FALSE
       
  6752 					    italics    	FALSE
       
  6753 					    underline  	FALSE
       
  6754 					    strike     	FALSE
       
  6755 					    color      	0
       
  6756 					    default_color 	TRUE)
       
  6757 					label      	(object ItemLabel
       
  6758 					    Parent_View 	@31
       
  6759 					    location   	(1203, 2444)
       
  6760 					    fill_color 	13434879
       
  6761 					    nlines     	1
       
  6762 					    max_width  	192
       
  6763 					    justify    	0
       
  6764 					    label      	"CDES")
       
  6765 					icon_style 	"Icon"
       
  6766 					line_color 	3342489
       
  6767 					fill_color 	13434879
       
  6768 					quidu      	"439D5845037C"
       
  6769 					width      	210
       
  6770 					height     	128
       
  6771 					annotation 	8
       
  6772 					autoResize 	TRUE)
       
  6773 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CDESEncryptor" @32
       
  6774 					ShowCompartmentStereotypes 	TRUE
       
  6775 					location   	(1555, 2755)
       
  6776 					font       	(object Font
       
  6777 					    size       	10
       
  6778 					    face       	"Arial"
       
  6779 					    bold       	FALSE
       
  6780 					    italics    	FALSE
       
  6781 					    underline  	FALSE
       
  6782 					    strike     	FALSE
       
  6783 					    color      	0
       
  6784 					    default_color 	TRUE)
       
  6785 					label      	(object ItemLabel
       
  6786 					    Parent_View 	@32
       
  6787 					    location   	(1363, 2703)
       
  6788 					    fill_color 	13434879
       
  6789 					    nlines     	1
       
  6790 					    max_width  	384
       
  6791 					    justify    	0
       
  6792 					    label      	"CDESEncryptor")
       
  6793 					icon_style 	"Icon"
       
  6794 					line_color 	3342489
       
  6795 					fill_color 	13434879
       
  6796 					quidu      	"439D584503CA"
       
  6797 					width      	402
       
  6798 					height     	128
       
  6799 					annotation 	8
       
  6800 					autoResize 	TRUE)
       
  6801 				    (object InheritView "" @33
       
  6802 					stereotype 	TRUE
       
  6803 					line_color 	3342489
       
  6804 					quidu      	"439D584503DA"
       
  6805 					client     	@32
       
  6806 					supplier   	@31
       
  6807 					line_style 	0)
       
  6808 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CDESDecryptor" @34
       
  6809 					ShowCompartmentStereotypes 	TRUE
       
  6810 					location   	(1108, 2761)
       
  6811 					font       	(object Font
       
  6812 					    size       	10
       
  6813 					    face       	"Arial"
       
  6814 					    bold       	FALSE
       
  6815 					    italics    	FALSE
       
  6816 					    underline  	FALSE
       
  6817 					    strike     	FALSE
       
  6818 					    color      	0
       
  6819 					    default_color 	TRUE)
       
  6820 					label      	(object ItemLabel
       
  6821 					    Parent_View 	@34
       
  6822 					    location   	(915, 2709)
       
  6823 					    fill_color 	13434879
       
  6824 					    nlines     	1
       
  6825 					    max_width  	386
       
  6826 					    justify    	0
       
  6827 					    label      	"CDESDecryptor")
       
  6828 					icon_style 	"Icon"
       
  6829 					line_color 	3342489
       
  6830 					fill_color 	13434879
       
  6831 					quidu      	"439D58460011"
       
  6832 					width      	404
       
  6833 					height     	128
       
  6834 					annotation 	8
       
  6835 					autoResize 	TRUE)
       
  6836 				    (object InheritView "" @35
       
  6837 					stereotype 	TRUE
       
  6838 					line_color 	3342489
       
  6839 					quidu      	"439D58460012"
       
  6840 					client     	@34
       
  6841 					supplier   	@31
       
  6842 					line_style 	0)
       
  6843 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::C3DES" @36
       
  6844 					ShowCompartmentStereotypes 	TRUE
       
  6845 					location   	(350, 2798)
       
  6846 					font       	(object Font
       
  6847 					    size       	10
       
  6848 					    face       	"Arial"
       
  6849 					    bold       	FALSE
       
  6850 					    italics    	FALSE
       
  6851 					    underline  	FALSE
       
  6852 					    strike     	FALSE
       
  6853 					    color      	0
       
  6854 					    default_color 	TRUE)
       
  6855 					label      	(object ItemLabel
       
  6856 					    Parent_View 	@36
       
  6857 					    location   	(250, 2746)
       
  6858 					    fill_color 	13434879
       
  6859 					    nlines     	1
       
  6860 					    max_width  	200
       
  6861 					    justify    	0
       
  6862 					    label      	"C3DES")
       
  6863 					icon_style 	"Icon"
       
  6864 					line_color 	3342489
       
  6865 					fill_color 	13434879
       
  6866 					quidu      	"439D5846010B"
       
  6867 					width      	218
       
  6868 					height     	128
       
  6869 					annotation 	8
       
  6870 					autoResize 	TRUE)
       
  6871 				    (object InheritView "" @37
       
  6872 					stereotype 	TRUE
       
  6873 					line_color 	3342489
       
  6874 					quidu      	"439D5846010C"
       
  6875 					client     	@36
       
  6876 					supplier   	@31
       
  6877 					line_style 	0)
       
  6878 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::C3DESEncryptor" @38
       
  6879 					ShowCompartmentStereotypes 	TRUE
       
  6880 					location   	(223, 3038)
       
  6881 					font       	(object Font
       
  6882 					    size       	10
       
  6883 					    face       	"Arial"
       
  6884 					    bold       	FALSE
       
  6885 					    italics    	FALSE
       
  6886 					    underline  	FALSE
       
  6887 					    strike     	FALSE
       
  6888 					    color      	0
       
  6889 					    default_color 	TRUE)
       
  6890 					label      	(object ItemLabel
       
  6891 					    Parent_View 	@38
       
  6892 					    location   	(16, 2986)
       
  6893 					    fill_color 	13434879
       
  6894 					    nlines     	1
       
  6895 					    max_width  	414
       
  6896 					    justify    	0
       
  6897 					    label      	"C3DESEncryptor")
       
  6898 					icon_style 	"Icon"
       
  6899 					line_color 	3342489
       
  6900 					fill_color 	13434879
       
  6901 					quidu      	"439D5846014A"
       
  6902 					width      	432
       
  6903 					height     	128
       
  6904 					annotation 	8
       
  6905 					autoResize 	TRUE)
       
  6906 				    (object InheritView "" @39
       
  6907 					stereotype 	TRUE
       
  6908 					line_color 	3342489
       
  6909 					quidu      	"439D5846014B"
       
  6910 					client     	@38
       
  6911 					supplier   	@36
       
  6912 					line_style 	0)
       
  6913 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::C3DESDecryptor" @40
       
  6914 					ShowCompartmentStereotypes 	TRUE
       
  6915 					location   	(755, 3055)
       
  6916 					font       	(object Font
       
  6917 					    size       	10
       
  6918 					    face       	"Arial"
       
  6919 					    bold       	FALSE
       
  6920 					    italics    	FALSE
       
  6921 					    underline  	FALSE
       
  6922 					    strike     	FALSE
       
  6923 					    color      	0
       
  6924 					    default_color 	TRUE)
       
  6925 					label      	(object ItemLabel
       
  6926 					    Parent_View 	@40
       
  6927 					    location   	(547, 3003)
       
  6928 					    fill_color 	13434879
       
  6929 					    nlines     	1
       
  6930 					    max_width  	416
       
  6931 					    justify    	0
       
  6932 					    label      	"C3DESDecryptor")
       
  6933 					icon_style 	"Icon"
       
  6934 					line_color 	3342489
       
  6935 					fill_color 	13434879
       
  6936 					quidu      	"439D58460169"
       
  6937 					width      	434
       
  6938 					height     	128
       
  6939 					annotation 	8
       
  6940 					autoResize 	TRUE)
       
  6941 				    (object InheritView "" @41
       
  6942 					stereotype 	TRUE
       
  6943 					line_color 	3342489
       
  6944 					quidu      	"439D5846016A"
       
  6945 					client     	@40
       
  6946 					supplier   	@36
       
  6947 					line_style 	0)
       
  6948 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherAesctr::CSymmetricCipherAescbc" @42
       
  6949 					ShowCompartmentStereotypes 	TRUE
       
  6950 					location   	(2321, 1640)
       
  6951 					font       	(object Font
       
  6952 					    size       	10
       
  6953 					    face       	"Arial"
       
  6954 					    bold       	FALSE
       
  6955 					    italics    	FALSE
       
  6956 					    underline  	FALSE
       
  6957 					    strike     	FALSE
       
  6958 					    color      	0
       
  6959 					    default_color 	TRUE)
       
  6960 					label      	(object ItemLabel
       
  6961 					    Parent_View 	@42
       
  6962 					    location   	(2016, 1566)
       
  6963 					    fill_color 	13434879
       
  6964 					    nlines     	1
       
  6965 					    max_width  	610
       
  6966 					    justify    	0
       
  6967 					    label      	"CSymmetricCipherAescbc")
       
  6968 					icon_style 	"Icon"
       
  6969 					line_color 	3342489
       
  6970 					fill_color 	13434879
       
  6971 					quidu      	"439E92E701F5"
       
  6972 					width      	628
       
  6973 					height     	172
       
  6974 					annotation 	8
       
  6975 					autoResize 	TRUE)
       
  6976 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherAesctr" @43
       
  6977 					ShowCompartmentStereotypes 	TRUE
       
  6978 					location   	(1620, 1650)
       
  6979 					font       	(object Font
       
  6980 					    size       	10
       
  6981 					    face       	"Arial"
       
  6982 					    bold       	FALSE
       
  6983 					    italics    	FALSE
       
  6984 					    underline  	FALSE
       
  6985 					    strike     	FALSE
       
  6986 					    color      	0
       
  6987 					    default_color 	TRUE)
       
  6988 					label      	(object ItemLabel
       
  6989 					    Parent_View 	@43
       
  6990 					    location   	(1325, 1599)
       
  6991 					    fill_color 	13434879
       
  6992 					    nlines     	1
       
  6993 					    max_width  	590
       
  6994 					    justify    	0
       
  6995 					    label      	"CSymmetricCipherAesctr")
       
  6996 					icon_style 	"Icon"
       
  6997 					line_color 	3342489
       
  6998 					fill_color 	13434879
       
  6999 					quidu      	"439E92E70224"
       
  7000 					width      	608
       
  7001 					height     	126
       
  7002 					annotation 	8
       
  7003 					autoResize 	TRUE)
       
  7004 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::TAlgorithmName" @44
       
  7005 					ShowCompartmentStereotypes 	TRUE
       
  7006 					SuppressAttribute 	TRUE
       
  7007 					SuppressOperation 	TRUE
       
  7008 					location   	(210, 2182)
       
  7009 					font       	(object Font
       
  7010 					    size       	10
       
  7011 					    face       	"Arial"
       
  7012 					    bold       	FALSE
       
  7013 					    italics    	FALSE
       
  7014 					    underline  	FALSE
       
  7015 					    strike     	FALSE
       
  7016 					    color      	0
       
  7017 					    default_color 	TRUE)
       
  7018 					label      	(object ItemLabel
       
  7019 					    Parent_View 	@44
       
  7020 					    location   	(14, 2166)
       
  7021 					    fill_color 	13434879
       
  7022 					    nlines     	1
       
  7023 					    max_width  	392
       
  7024 					    justify    	0
       
  7025 					    label      	"TAlgorithmName")
       
  7026 					stereotype 	(object ItemLabel
       
  7027 					    Parent_View 	@44
       
  7028 					    location   	(14, 2116)
       
  7029 					    fill_color 	13434879
       
  7030 					    anchor     	10
       
  7031 					    nlines     	1
       
  7032 					    max_width  	392
       
  7033 					    justify    	0
       
  7034 					    label      	"<<typedef>>")
       
  7035 					icon_style 	"Icon"
       
  7036 					line_color 	3342489
       
  7037 					fill_color 	13434879
       
  7038 					quidu      	"439D3CA70260"
       
  7039 					width      	410
       
  7040 					height     	157
       
  7041 					annotation 	8
       
  7042 					autoResize 	TRUE)
       
  7043 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolCrypto" @45
       
  7044 					ShowCompartmentStereotypes 	TRUE
       
  7045 					location   	(2827, 1586)
       
  7046 					font       	(object Font
       
  7047 					    size       	10
       
  7048 					    face       	"Arial"
       
  7049 					    bold       	FALSE
       
  7050 					    italics    	FALSE
       
  7051 					    underline  	FALSE
       
  7052 					    strike     	FALSE
       
  7053 					    color      	0
       
  7054 					    default_color 	TRUE)
       
  7055 					label      	(object ItemLabel
       
  7056 					    Parent_View 	@45
       
  7057 					    location   	(2626, 1535)
       
  7058 					    fill_color 	13434879
       
  7059 					    nlines     	1
       
  7060 					    max_width  	402
       
  7061 					    justify    	0
       
  7062 					    label      	"CProtocolCrypto")
       
  7063 					icon_style 	"Icon"
       
  7064 					line_color 	3342489
       
  7065 					fill_color 	13434879
       
  7066 					quidu      	"439D3CA7035A"
       
  7067 					width      	420
       
  7068 					height     	126
       
  7069 					annotation 	8
       
  7070 					autoResize 	TRUE)
       
  7071 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolEay" @46
       
  7072 					location   	(2605, 1918)
       
  7073 					font       	(object Font
       
  7074 					    size       	10
       
  7075 					    face       	"Arial"
       
  7076 					    bold       	FALSE
       
  7077 					    italics    	FALSE
       
  7078 					    underline  	FALSE
       
  7079 					    strike     	FALSE
       
  7080 					    color      	0
       
  7081 					    default_color 	TRUE)
       
  7082 					label      	(object ItemLabel
       
  7083 					    Parent_View 	@46
       
  7084 					    location   	(2437, 1867)
       
  7085 					    fill_color 	13434879
       
  7086 					    nlines     	1
       
  7087 					    max_width  	336
       
  7088 					    justify    	0
       
  7089 					    label      	"CProtocolEay")
       
  7090 					icon_style 	"Icon"
       
  7091 					line_color 	3342489
       
  7092 					fill_color 	13434879
       
  7093 					quidu      	"439D3CA70243"
       
  7094 					width      	354
       
  7095 					height     	126
       
  7096 					annotation 	8
       
  7097 					autoResize 	TRUE)
       
  7098 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipher::TAction" @47
       
  7099 					ShowCompartmentStereotypes 	TRUE
       
  7100 					SuppressOperation 	TRUE
       
  7101 					location   	(1491, 2008)
       
  7102 					font       	(object Font
       
  7103 					    size       	10
       
  7104 					    face       	"Arial"
       
  7105 					    bold       	FALSE
       
  7106 					    italics    	FALSE
       
  7107 					    underline  	FALSE
       
  7108 					    strike     	FALSE
       
  7109 					    color      	0
       
  7110 					    default_color 	TRUE)
       
  7111 					label      	(object ItemLabel
       
  7112 					    Parent_View 	@47
       
  7113 					    location   	(1272, 1956)
       
  7114 					    fill_color 	13434879
       
  7115 					    nlines     	1
       
  7116 					    max_width  	438
       
  7117 					    justify    	0
       
  7118 					    label      	"TAction")
       
  7119 					stereotype 	(object ItemLabel
       
  7120 					    Parent_View 	@47
       
  7121 					    location   	(1272, 1906)
       
  7122 					    fill_color 	13434879
       
  7123 					    anchor     	10
       
  7124 					    nlines     	1
       
  7125 					    max_width  	438
       
  7126 					    justify    	0
       
  7127 					    label      	"<<enum>>")
       
  7128 					icon_style 	"Icon"
       
  7129 					line_color 	3342489
       
  7130 					fill_color 	13434879
       
  7131 					quidu      	"439D3CA7033B"
       
  7132 					width      	456
       
  7133 					height     	228
       
  7134 					annotation 	8
       
  7135 					autoResize 	TRUE)
       
  7136 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipher" @48
       
  7137 					ShowCompartmentStereotypes 	TRUE
       
  7138 					location   	(1492, 366)
       
  7139 					font       	(object Font
       
  7140 					    size       	10
       
  7141 					    face       	"Arial"
       
  7142 					    bold       	FALSE
       
  7143 					    italics    	FALSE
       
  7144 					    underline  	FALSE
       
  7145 					    strike     	FALSE
       
  7146 					    color      	0
       
  7147 					    default_color 	TRUE)
       
  7148 					label      	(object ItemLabel
       
  7149 					    Parent_View 	@48
       
  7150 					    location   	(1269, 315)
       
  7151 					    fill_color 	13434879
       
  7152 					    nlines     	1
       
  7153 					    max_width  	446
       
  7154 					    justify    	0
       
  7155 					    label      	"CSymmetricCipher")
       
  7156 					icon_style 	"Icon"
       
  7157 					line_color 	3342489
       
  7158 					fill_color 	13434879
       
  7159 					quidu      	"439D3CA7030C"
       
  7160 					width      	464
       
  7161 					height     	126
       
  7162 					annotation 	8
       
  7163 					autoResize 	TRUE)
       
  7164 				    (object ClassView "InstantiatedClass" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherCbc<AES_CBLOCK_SIZE>" @49
       
  7165 					ShowCompartmentStereotypes 	TRUE
       
  7166 					location   	(1960, 1349)
       
  7167 					font       	(object Font
       
  7168 					    size       	10
       
  7169 					    face       	"Arial"
       
  7170 					    bold       	FALSE
       
  7171 					    italics    	FALSE
       
  7172 					    underline  	FALSE
       
  7173 					    strike     	FALSE
       
  7174 					    color      	0
       
  7175 					    default_color 	TRUE)
       
  7176 					label      	(object ItemLabel
       
  7177 					    Parent_View 	@49
       
  7178 					    location   	(1447, 1298)
       
  7179 					    fill_color 	13434879
       
  7180 					    nlines     	1
       
  7181 					    max_width  	1026
       
  7182 					    justify    	0
       
  7183 					    label      	"CSymmetricCipherCbc<AES_CBLOCK_SIZE>")
       
  7184 					icon_style 	"Icon"
       
  7185 					line_color 	3342489
       
  7186 					fill_color 	13434879
       
  7187 					quidu      	"439D3CA80185"
       
  7188 					width      	1044
       
  7189 					height     	126
       
  7190 					annotation 	8
       
  7191 					autoResize 	TRUE)
       
  7192 				    (object ClassView "ParameterizedClass" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherCbc" @50
       
  7193 					ShowCompartmentStereotypes 	TRUE
       
  7194 					location   	(1065, 988)
       
  7195 					font       	(object Font
       
  7196 					    size       	10
       
  7197 					    face       	"Arial"
       
  7198 					    bold       	FALSE
       
  7199 					    italics    	FALSE
       
  7200 					    underline  	FALSE
       
  7201 					    strike     	FALSE
       
  7202 					    color      	0
       
  7203 					    default_color 	TRUE)
       
  7204 					label      	(object ItemLabel
       
  7205 					    Parent_View 	@50
       
  7206 					    location   	(804, 958)
       
  7207 					    fill_color 	13434879
       
  7208 					    nlines     	1
       
  7209 					    max_width  	522
       
  7210 					    justify    	0
       
  7211 					    label      	"CSymmetricCipherCbc")
       
  7212 					icon_style 	"Icon"
       
  7213 					line_color 	3342489
       
  7214 					fill_color 	13434879
       
  7215 					quidu      	"439D3CA800F8"
       
  7216 					width      	540
       
  7217 					height     	161
       
  7218 					annotation 	8
       
  7219 					autoResize 	TRUE)
       
  7220 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherDescbc" @51
       
  7221 					ShowCompartmentStereotypes 	TRUE
       
  7222 					location   	(861, 1661)
       
  7223 					font       	(object Font
       
  7224 					    size       	10
       
  7225 					    face       	"Arial"
       
  7226 					    bold       	FALSE
       
  7227 					    italics    	FALSE
       
  7228 					    underline  	FALSE
       
  7229 					    strike     	FALSE
       
  7230 					    color      	0
       
  7231 					    default_color 	TRUE)
       
  7232 					label      	(object ItemLabel
       
  7233 					    Parent_View 	@51
       
  7234 					    location   	(563, 1610)
       
  7235 					    fill_color 	13434879
       
  7236 					    nlines     	1
       
  7237 					    max_width  	596
       
  7238 					    justify    	0
       
  7239 					    label      	"CSymmetricCipherDescbc")
       
  7240 					icon_style 	"Icon"
       
  7241 					line_color 	3342489
       
  7242 					fill_color 	13434879
       
  7243 					quidu      	"439D3CA80127"
       
  7244 					width      	614
       
  7245 					height     	126
       
  7246 					annotation 	8
       
  7247 					autoResize 	TRUE)
       
  7248 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipher3Descbc" @52
       
  7249 					ShowCompartmentStereotypes 	TRUE
       
  7250 					location   	(892, 1880)
       
  7251 					font       	(object Font
       
  7252 					    size       	10
       
  7253 					    face       	"Arial"
       
  7254 					    bold       	FALSE
       
  7255 					    italics    	FALSE
       
  7256 					    underline  	FALSE
       
  7257 					    strike     	FALSE
       
  7258 					    color      	0
       
  7259 					    default_color 	TRUE)
       
  7260 					label      	(object ItemLabel
       
  7261 					    Parent_View 	@52
       
  7262 					    location   	(574, 1829)
       
  7263 					    fill_color 	13434879
       
  7264 					    nlines     	1
       
  7265 					    max_width  	636
       
  7266 					    justify    	0
       
  7267 					    label      	"CSymmetricCipher3Descbc")
       
  7268 					icon_style 	"Icon"
       
  7269 					line_color 	3342489
       
  7270 					fill_color 	13434879
       
  7271 					quidu      	"439D3CA80156"
       
  7272 					width      	654
       
  7273 					height     	126
       
  7274 					annotation 	8
       
  7275 					autoResize 	TRUE)
       
  7276 				    (object ClassView "InstantiatedClass" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherCbc<DES_CBLOCK_SIZE>" @53
       
  7277 					ShowCompartmentStereotypes 	TRUE
       
  7278 					location   	(826, 1324)
       
  7279 					font       	(object Font
       
  7280 					    size       	10
       
  7281 					    face       	"Arial"
       
  7282 					    bold       	FALSE
       
  7283 					    italics    	FALSE
       
  7284 					    underline  	FALSE
       
  7285 					    strike     	FALSE
       
  7286 					    color      	0
       
  7287 					    default_color 	TRUE)
       
  7288 					label      	(object ItemLabel
       
  7289 					    Parent_View 	@53
       
  7290 					    location   	(308, 1273)
       
  7291 					    fill_color 	13434879
       
  7292 					    nlines     	1
       
  7293 					    max_width  	1036
       
  7294 					    justify    	0
       
  7295 					    label      	"CSymmetricCipherCbc<DES_CBLOCK_SIZE>")
       
  7296 					icon_style 	"Icon"
       
  7297 					line_color 	3342489
       
  7298 					fill_color 	13434879
       
  7299 					quidu      	"439E92E701C6"
       
  7300 					width      	1054
       
  7301 					height     	126
       
  7302 					annotation 	8
       
  7303 					autoResize 	TRUE)
       
  7304 				    (object InheritView "" @54
       
  7305 					stereotype 	TRUE
       
  7306 					line_color 	3342489
       
  7307 					quidu      	"439E92E701C8"
       
  7308 					client     	@51
       
  7309 					supplier   	@53
       
  7310 					line_style 	0)
       
  7311 				    (object InheritView "" @55
       
  7312 					stereotype 	TRUE
       
  7313 					line_color 	3342489
       
  7314 					quidu      	"439D3CA80157"
       
  7315 					client     	@52
       
  7316 					supplier   	@51
       
  7317 					line_style 	0)
       
  7318 				    (object UsesView "" @56
       
  7319 					stereotype 	TRUE
       
  7320 					line_color 	3342489
       
  7321 					quidu      	"439E92E701C7"
       
  7322 					client     	@53
       
  7323 					supplier   	@50
       
  7324 					line_style 	0)
       
  7325 				    (object UsesView "" @57
       
  7326 					stereotype 	TRUE
       
  7327 					line_color 	3342489
       
  7328 					quidu      	"439D3CA80186"
       
  7329 					client     	@49
       
  7330 					supplier   	@50
       
  7331 					line_style 	0)
       
  7332 				    (object InheritView "" @58
       
  7333 					stereotype 	TRUE
       
  7334 					line_color 	3342489
       
  7335 					quidu      	"439E92E70234"
       
  7336 					client     	@43
       
  7337 					supplier   	@49
       
  7338 					line_style 	0)
       
  7339 				    (object InheritView "" @59
       
  7340 					stereotype 	TRUE
       
  7341 					line_color 	3342489
       
  7342 					quidu      	"439E92E70205"
       
  7343 					client     	@42
       
  7344 					supplier   	@49
       
  7345 					line_style 	0)
       
  7346 				    (object InheritView "" @60
       
  7347 					stereotype 	TRUE
       
  7348 					line_color 	3342489
       
  7349 					quidu      	"439D3CA70244"
       
  7350 					client     	@46
       
  7351 					supplier   	@45
       
  7352 					line_style 	0)
       
  7353 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CBlockTransformation" @61
       
  7354 					ShowCompartmentStereotypes 	TRUE
       
  7355 					location   	(389, 168)
       
  7356 					font       	(object Font
       
  7357 					    size       	10
       
  7358 					    face       	"Arial"
       
  7359 					    bold       	FALSE
       
  7360 					    italics    	FALSE
       
  7361 					    underline  	FALSE
       
  7362 					    strike     	FALSE
       
  7363 					    color      	0
       
  7364 					    default_color 	TRUE)
       
  7365 					label      	(object ItemLabel
       
  7366 					    Parent_View 	@61
       
  7367 					    location   	(130, 116)
       
  7368 					    fill_color 	13434879
       
  7369 					    nlines     	1
       
  7370 					    max_width  	518
       
  7371 					    justify    	0
       
  7372 					    label      	"CBlockTransformation")
       
  7373 					icon_style 	"Icon"
       
  7374 					line_color 	3342489
       
  7375 					fill_color 	13434879
       
  7376 					quidu      	"439EA7CE00A7"
       
  7377 					width      	536
       
  7378 					height     	128
       
  7379 					annotation 	8
       
  7380 					autoResize 	TRUE)
       
  7381 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase" @62
       
  7382 					ShowCompartmentStereotypes 	TRUE
       
  7383 					location   	(1492, 650)
       
  7384 					font       	(object Font
       
  7385 					    size       	10
       
  7386 					    face       	"Arial"
       
  7387 					    bold       	FALSE
       
  7388 					    italics    	FALSE
       
  7389 					    underline  	FALSE
       
  7390 					    strike     	FALSE
       
  7391 					    color      	0
       
  7392 					    default_color 	TRUE)
       
  7393 					label      	(object ItemLabel
       
  7394 					    Parent_View 	@62
       
  7395 					    location   	(1217, 599)
       
  7396 					    fill_color 	13434879
       
  7397 					    nlines     	1
       
  7398 					    max_width  	550
       
  7399 					    justify    	0
       
  7400 					    label      	"CSymmetricCipherBase")
       
  7401 					icon_style 	"Icon"
       
  7402 					line_color 	3342489
       
  7403 					fill_color 	13434879
       
  7404 					quidu      	"439D3CA8007B"
       
  7405 					width      	568
       
  7406 					height     	126
       
  7407 					annotation 	8
       
  7408 					autoResize 	TRUE)
       
  7409 				    (object InheritView "" @63
       
  7410 					stereotype 	TRUE
       
  7411 					line_color 	3342489
       
  7412 					quidu      	"439D3CA800F9"
       
  7413 					client     	@50
       
  7414 					supplier   	@62
       
  7415 					line_style 	0)
       
  7416 				    (object InheritView "" @64
       
  7417 					stereotype 	TRUE
       
  7418 					line_color 	3342489
       
  7419 					quidu      	"439D3CA8007C"
       
  7420 					client     	@62
       
  7421 					supplier   	@48
       
  7422 					line_style 	0)
       
  7423 				    (object InheritView "" @65
       
  7424 					stereotype 	TRUE
       
  7425 					line_color 	3342489
       
  7426 					quidu      	"439D58430282"
       
  7427 					client     	@7
       
  7428 					supplier   	@61
       
  7429 					line_style 	0)
       
  7430 				    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipher::TAction" @66
       
  7431 					ShowCompartmentStereotypes 	TRUE
       
  7432 					SuppressOperation 	TRUE
       
  7433 					location   	(1710, 120)
       
  7434 					font       	(object Font
       
  7435 					    size       	10
       
  7436 					    face       	"Arial"
       
  7437 					    bold       	FALSE
       
  7438 					    italics    	FALSE
       
  7439 					    underline  	FALSE
       
  7440 					    strike     	FALSE
       
  7441 					    color      	0
       
  7442 					    default_color 	TRUE)
       
  7443 					label      	(object ItemLabel
       
  7444 					    Parent_View 	@66
       
  7445 					    location   	(1491, 68)
       
  7446 					    fill_color 	13434879
       
  7447 					    nlines     	1
       
  7448 					    max_width  	438
       
  7449 					    justify    	0
       
  7450 					    label      	"TAction")
       
  7451 					stereotype 	(object ItemLabel
       
  7452 					    Parent_View 	@66
       
  7453 					    location   	(1491, 18)
       
  7454 					    fill_color 	13434879
       
  7455 					    anchor     	10
       
  7456 					    nlines     	1
       
  7457 					    max_width  	438
       
  7458 					    justify    	0
       
  7459 					    label      	"<<enum>>")
       
  7460 					icon_style 	"Icon"
       
  7461 					line_color 	3342489
       
  7462 					fill_color 	13434879
       
  7463 					quidu      	"439D3CA7033B"
       
  7464 					width      	456
       
  7465 					height     	228
       
  7466 					annotation 	8
       
  7467 					autoResize 	TRUE))))))
       
  7468 		logical_presentations 	(list unit_reference_list))
       
  7469 	    (object Mechanism @67
       
  7470 		logical_models 	(list unit_reference_list
       
  7471 		    (object Object "IPsec"
       
  7472 			quid       	"439D7564034C"
       
  7473 			collaborators 	(list link_list
       
  7474 			    (object Link
       
  7475 				quid       	"439D75C501C4"
       
  7476 				supplier   	"$UNNAMED$138"
       
  7477 				quidu      	"439D7589031C")
       
  7478 			    (object Link
       
  7479 				quid       	"439D7962035E"
       
  7480 				supplier   	"$UNNAMED$139"
       
  7481 				quidu      	"439D7889009F"
       
  7482 				messages   	(list Messages
       
  7483 				    (object Message "Identify(library)"
       
  7484 					quid       	"439D7962035F"
       
  7485 					frequency  	"Aperiodic"
       
  7486 					synchronization 	"Simple"
       
  7487 					dir        	"FromClientToSupplier"
       
  7488 					sequence   	"4"
       
  7489 					ordinal    	4
       
  7490 					Operation  	"Identify(TServerProtocolDesc*)"
       
  7491 					quidu      	"439D3CA70247"
       
  7492 					creation   	FALSE)
       
  7493 				    (object Message "Open()"
       
  7494 					quid       	"439D7976033F"
       
  7495 					frequency  	"Aperiodic"
       
  7496 					synchronization 	"Simple"
       
  7497 					dir        	"FromClientToSupplier"
       
  7498 					sequence   	"5"
       
  7499 					ordinal    	5
       
  7500 					quidu      	"000000000000"
       
  7501 					creation   	FALSE)
       
  7502 				    (object Message "AlgorithmList(alg_list)"
       
  7503 					quid       	"439D798A03AC"
       
  7504 					frequency  	"Aperiodic"
       
  7505 					synchronization 	"Simple"
       
  7506 					dir        	"FromClientToSupplier"
       
  7507 					sequence   	"6"
       
  7508 					ordinal    	6
       
  7509 					Operation  	"AlgorithmList(TAlgorithmDesc* &)"
       
  7510 					quidu      	"439D3CA7035C"
       
  7511 					creation   	FALSE)
       
  7512 				    (object Message "SymmetricCipher(alg_index)"
       
  7513 					quid       	"439D79C701F7"
       
  7514 					frequency  	"Aperiodic"
       
  7515 					synchronization 	"Simple"
       
  7516 					dir        	"FromClientToSupplier"
       
  7517 					sequence   	"7"
       
  7518 					ordinal    	7
       
  7519 					Operation  	"SymmetricCipher(TUint)"
       
  7520 					quidu      	"439D3CA7035F"
       
  7521 					creation   	FALSE)
       
  7522 				    (object Message "MessageDigest(alg_index)"
       
  7523 					quid       	"439D79E60226"
       
  7524 					frequency  	"Aperiodic"
       
  7525 					synchronization 	"Simple"
       
  7526 					dir        	"FromClientToSupplier"
       
  7527 					sequence   	"8"
       
  7528 					ordinal    	8
       
  7529 					Operation  	"MessageDigest(TUint)"
       
  7530 					quidu      	"439D3CA7036B"
       
  7531 					creation   	FALSE)
       
  7532 				    (object Message "Close()"
       
  7533 					quid       	"439D7A480012"
       
  7534 					frequency  	"Aperiodic"
       
  7535 					synchronization 	"Simple"
       
  7536 					dir        	"FromClientToSupplier"
       
  7537 					sequence   	"9"
       
  7538 					ordinal    	9
       
  7539 					quidu      	"000000000000"
       
  7540 					creation   	FALSE))))
       
  7541 			persistence 	"Transient"
       
  7542 			creationObj 	FALSE
       
  7543 			multi      	FALSE)
       
  7544 		    (object Object "$UNNAMED$138"
       
  7545 			quid       	"439D7589031C"
       
  7546 			collaborators 	(list link_list
       
  7547 			    (object Link
       
  7548 				quid       	"439D769100E7"
       
  7549 				supplier   	"$UNNAMED$138"
       
  7550 				quidu      	"439D7589031C")
       
  7551 			    (object Link
       
  7552 				quid       	"439D789D01E7"
       
  7553 				supplier   	"$UNNAMED$139"
       
  7554 				quidu      	"439D7889009F"
       
  7555 				messages   	(list Messages
       
  7556 				    (object Message "CProtocolEay( )"
       
  7557 					quid       	"439D789D01E8"
       
  7558 					frequency  	"Aperiodic"
       
  7559 					synchronization 	"Simple"
       
  7560 					dir        	"FromClientToSupplier"
       
  7561 					sequence   	"3.1"
       
  7562 					ordinal    	3
       
  7563 					quidu      	"439D3CA70245"
       
  7564 					creation   	FALSE))))
       
  7565 			class      	"Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolFamilyCryptoEay"
       
  7566 			quidu      	"439D3CA70379"
       
  7567 			persistence 	"Transient"
       
  7568 			creationObj 	FALSE
       
  7569 			multi      	FALSE)
       
  7570 		    (object Object "SocketServer"
       
  7571 			quid       	"439D75F6028E"
       
  7572 			collaborators 	(list link_list
       
  7573 			    (object Link
       
  7574 				quid       	"439D762802BD"
       
  7575 				supplier   	"$UNNAMED$138"
       
  7576 				quidu      	"439D7589031C"
       
  7577 				messages   	(list Messages
       
  7578 				    (object Message "CProtocolFamilyCryptoEay( )"
       
  7579 					quid       	"439D77EA0101"
       
  7580 					frequency  	"Aperiodic"
       
  7581 					synchronization 	"Simple"
       
  7582 					dir        	"FromClientToSupplier"
       
  7583 					sequence   	"1"
       
  7584 					ordinal    	0
       
  7585 					quidu      	"439D3CA7037B"
       
  7586 					creation   	FALSE)
       
  7587 				    (object Message "ProtocolList(protocollist)"
       
  7588 					quid       	"439D77FB01DC"
       
  7589 					frequency  	"Aperiodic"
       
  7590 					synchronization 	"Simple"
       
  7591 					dir        	"FromClientToSupplier"
       
  7592 					sequence   	"2"
       
  7593 					ordinal    	1
       
  7594 					Operation  	"ProtocolList(TServerProtocolDesc* &)"
       
  7595 					quidu      	"439D3CA7038F"
       
  7596 					creation   	FALSE)
       
  7597 				    (object Message "NewProtocolL(crypto)"
       
  7598 					quid       	"439D783403AC"
       
  7599 					frequency  	"Aperiodic"
       
  7600 					synchronization 	"Simple"
       
  7601 					dir        	"FromClientToSupplier"
       
  7602 					sequence   	"3"
       
  7603 					ordinal    	2
       
  7604 					Operation  	"NewProtocolL(TUint, TUint)"
       
  7605 					quidu      	"439D3CA7038C"
       
  7606 					creation   	FALSE)
       
  7607 				    (object Message "Remove( )"
       
  7608 					quid       	"439D7A7401B8"
       
  7609 					frequency  	"Aperiodic"
       
  7610 					synchronization 	"Simple"
       
  7611 					dir        	"FromClientToSupplier"
       
  7612 					sequence   	"10"
       
  7613 					ordinal    	11
       
  7614 					quidu      	"439D3CA7038B"
       
  7615 					creation   	FALSE)
       
  7616 				    (object Message "~CProtocolFamilyCryptoEay( )"
       
  7617 					quid       	"439D7A7D008F"
       
  7618 					frequency  	"Aperiodic"
       
  7619 					synchronization 	"Simple"
       
  7620 					dir        	"FromClientToSupplier"
       
  7621 					sequence   	"11"
       
  7622 					ordinal    	12
       
  7623 					quidu      	"439D3CA70389"
       
  7624 					creation   	FALSE)))
       
  7625 			    (object Link
       
  7626 				quid       	"439D7914033F"
       
  7627 				supplier   	"$UNNAMED$139"
       
  7628 				quidu      	"439D7889009F"))
       
  7629 			persistence 	"Transient"
       
  7630 			creationObj 	FALSE
       
  7631 			multi      	FALSE)
       
  7632 		    (object Object "$UNNAMED$139"
       
  7633 			quid       	"439D7889009F"
       
  7634 			collaborators 	(list link_list
       
  7635 			    (object Link
       
  7636 				quid       	"439D7A59017A"
       
  7637 				supplier   	"$UNNAMED$139"
       
  7638 				quidu      	"439D7889009F"
       
  7639 				messages   	(list Messages
       
  7640 				    (object Message "~CProtocolEay( )"
       
  7641 					quid       	"439D7A59017B"
       
  7642 					frequency  	"Aperiodic"
       
  7643 					synchronization 	"Simple"
       
  7644 					dir        	"FromClientToSupplier"
       
  7645 					sequence   	"9.1"
       
  7646 					ordinal    	10
       
  7647 					quidu      	"439D3CA70246"
       
  7648 					creation   	FALSE))))
       
  7649 			class      	"Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolEay"
       
  7650 			quidu      	"439D3CA70243"
       
  7651 			persistence 	"Transient"
       
  7652 			creationObj 	FALSE
       
  7653 			multi      	FALSE)))
       
  7654 	    (object Mechanism @68
       
  7655 		logical_models 	(list unit_reference_list
       
  7656 		    (object Object "PKFEY"
       
  7657 			quid       	"439D8CCC013B"
       
  7658 			collaborators 	(list link_list
       
  7659 			    (object Link
       
  7660 				quid       	"439D92C602F1"
       
  7661 				supplier   	"$UNNAMED$140"
       
  7662 				quidu      	"439D8CE3009F"
       
  7663 				messages   	(list Messages
       
  7664 				    (object Message "MessageDigest(sha1)"
       
  7665 					quid       	"439D92C602F2"
       
  7666 					frequency  	"Aperiodic"
       
  7667 					synchronization 	"Simple"
       
  7668 					dir        	"FromClientToSupplier"
       
  7669 					sequence   	"1"
       
  7670 					ordinal    	0
       
  7671 					Operation  	"MessageDigest(TUint)"
       
  7672 					quidu      	"439D3CA7036B"
       
  7673 					creation   	FALSE)))
       
  7674 			    (object Link
       
  7675 				quid       	"439D93870254"
       
  7676 				supplier   	"$UNNAMED$141"
       
  7677 				quidu      	"439D92ED03CB"
       
  7678 				messages   	(list Messages
       
  7679 				    (object Message "Init( )"
       
  7680 					quid       	"439D93870255"
       
  7681 					frequency  	"Aperiodic"
       
  7682 					synchronization 	"Simple"
       
  7683 					dir        	"FromClientToSupplier"
       
  7684 					sequence   	"2"
       
  7685 					ordinal    	3
       
  7686 					quidu      	"439D3CA703C8"
       
  7687 					creation   	FALSE)
       
  7688 				    (object Message "Update(data)"
       
  7689 					quid       	"439D94000320"
       
  7690 					frequency  	"Aperiodic"
       
  7691 					synchronization 	"Simple"
       
  7692 					dir        	"FromClientToSupplier"
       
  7693 					sequence   	"3"
       
  7694 					ordinal    	5
       
  7695 					Operation  	"Update(const TDesC8&)"
       
  7696 					quidu      	"439D3CA702EE"
       
  7697 					creation   	FALSE)
       
  7698 				    (object Message "Final(ivc-out)"
       
  7699 					quid       	"439D94460199"
       
  7700 					frequency  	"Aperiodic"
       
  7701 					synchronization 	"Simple"
       
  7702 					dir        	"FromClientToSupplier"
       
  7703 					sequence   	"4"
       
  7704 					ordinal    	7
       
  7705 					Operation  	"Final(TDes8&)"
       
  7706 					quidu      	"439D3CA702F1"
       
  7707 					creation   	FALSE)
       
  7708 				    (object Message "~CMessageDigestSymbian( )"
       
  7709 					quid       	"439D956D010C"
       
  7710 					frequency  	"Aperiodic"
       
  7711 					synchronization 	"Simple"
       
  7712 					dir        	"FromClientToSupplier"
       
  7713 					sequence   	"5"
       
  7714 					ordinal    	9
       
  7715 					quidu      	"000000000000"
       
  7716 					creation   	FALSE))))
       
  7717 			persistence 	"Transient"
       
  7718 			creationObj 	TRUE
       
  7719 			multi      	FALSE)
       
  7720 		    (object Object "$UNNAMED$140"
       
  7721 			quid       	"439D8CE3009F"
       
  7722 			collaborators 	(list link_list
       
  7723 			    (object Link
       
  7724 				quid       	"439D92F600DD"
       
  7725 				supplier   	"$UNNAMED$141"
       
  7726 				quidu      	"439D92ED03CB"
       
  7727 				messages   	(list Messages
       
  7728 				    (object Message "CMessageDigestSymbian(digest)"
       
  7729 					quid       	"439D92F600DE"
       
  7730 					frequency  	"Aperiodic"
       
  7731 					synchronization 	"Simple"
       
  7732 					dir        	"FromClientToSupplier"
       
  7733 					sequence   	"1.2"
       
  7734 					ordinal    	2
       
  7735 					Operation  	"CMessageDigestSymbian(digest )"
       
  7736 					quidu      	"000000000000"
       
  7737 					creation   	FALSE)))
       
  7738 			    (object Link
       
  7739 				quid       	"441FDBA30322"
       
  7740 				supplier   	"$UNNAMED$142"
       
  7741 				quidu      	"439D93B00041"
       
  7742 				messages   	(list Messages
       
  7743 				    (object Message "NewL(void)"
       
  7744 					quid       	"441FDBA30323"
       
  7745 					frequency  	"Aperiodic"
       
  7746 					synchronization 	"Simple"
       
  7747 					dir        	"FromClientToSupplier"
       
  7748 					sequence   	"1.1"
       
  7749 					ordinal    	1
       
  7750 					quidu      	"439D58450081"
       
  7751 					creation   	FALSE))))
       
  7752 			class      	"Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolEay"
       
  7753 			quidu      	"439D3CA70243"
       
  7754 			persistence 	"Transient"
       
  7755 			creationObj 	FALSE
       
  7756 			multi      	FALSE)
       
  7757 		    (object Object "$UNNAMED$141"
       
  7758 			quid       	"439D92ED03CB"
       
  7759 			collaborators 	(list link_list
       
  7760 			    (object Link
       
  7761 				quid       	"439D93C60293"
       
  7762 				supplier   	"$UNNAMED$142"
       
  7763 				quidu      	"439D93B00041"
       
  7764 				messages   	(list Messages
       
  7765 				    (object Message "Reset(void)"
       
  7766 					quid       	"439D93C60294"
       
  7767 					frequency  	"Aperiodic"
       
  7768 					synchronization 	"Simple"
       
  7769 					dir        	"FromClientToSupplier"
       
  7770 					sequence   	"2.1"
       
  7771 					ordinal    	4
       
  7772 					quidu      	"439D584500A4"
       
  7773 					creation   	FALSE)
       
  7774 				    (object Message "Update(data)"
       
  7775 					quid       	"439D941102D1"
       
  7776 					frequency  	"Aperiodic"
       
  7777 					synchronization 	"Simple"
       
  7778 					dir        	"FromClientToSupplier"
       
  7779 					sequence   	"3.1"
       
  7780 					ordinal    	6
       
  7781 					Operation  	"Update(const TDesC8&)"
       
  7782 					quidu      	"439D58440012"
       
  7783 					creation   	FALSE)
       
  7784 				    (object Message "Final( )"
       
  7785 					quid       	"439D944B016A"
       
  7786 					frequency  	"Aperiodic"
       
  7787 					synchronization 	"Simple"
       
  7788 					dir        	"FromClientToSupplier"
       
  7789 					sequence   	"4.1"
       
  7790 					ordinal    	8
       
  7791 					quidu      	"439D584500B2"
       
  7792 					creation   	FALSE)
       
  7793 				    (object Message "~CSHA1(void)"
       
  7794 					quid       	"441FDC840149"
       
  7795 					frequency  	"Aperiodic"
       
  7796 					synchronization 	"Simple"
       
  7797 					dir        	"FromClientToSupplier"
       
  7798 					sequence   	"5.1"
       
  7799 					ordinal    	10
       
  7800 					quidu      	"439D58450094"
       
  7801 					creation   	FALSE))))
       
  7802 			class      	"Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigestSymbian"
       
  7803 			quidu      	"439D3CA703B8"
       
  7804 			persistence 	"Transient"
       
  7805 			creationObj 	FALSE
       
  7806 			multi      	FALSE)
       
  7807 		    (object Object "$UNNAMED$142"
       
  7808 			quid       	"439D93B00041"
       
  7809 			class      	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1"
       
  7810 			quidu      	"439D5845007F"
       
  7811 			persistence 	"Transient"
       
  7812 			creationObj 	FALSE
       
  7813 			multi      	FALSE)))
       
  7814 	    (object Mechanism @69
       
  7815 		logical_models 	(list unit_reference_list
       
  7816 		    (object Object "PFKEY"
       
  7817 			quid       	"439D9650011C"
       
  7818 			collaborators 	(list link_list
       
  7819 			    (object Link
       
  7820 				quid       	"439D96EB032F"
       
  7821 				supplier   	"$UNNAMED$143"
       
  7822 				quidu      	"439D96610189"
       
  7823 				messages   	(list Messages
       
  7824 				    (object Message "SymmetricCipher(3des)"
       
  7825 					quid       	"439D96EB0330"
       
  7826 					frequency  	"Aperiodic"
       
  7827 					synchronization 	"Simple"
       
  7828 					dir        	"FromClientToSupplier"
       
  7829 					sequence   	"1"
       
  7830 					ordinal    	0
       
  7831 					Operation  	"SymmetricCipher(TUint)"
       
  7832 					quidu      	"439D3CA7035F"
       
  7833 					creation   	FALSE)))
       
  7834 			    (object Link
       
  7835 				quid       	"439D972C0235"
       
  7836 				supplier   	"$UNNAMED$144"
       
  7837 				quidu      	"439D966D0003"
       
  7838 				messages   	(list Messages
       
  7839 				    (object Message "Setkey(key)"
       
  7840 					quid       	"439D972C0236"
       
  7841 					frequency  	"Aperiodic"
       
  7842 					synchronization 	"Simple"
       
  7843 					dir        	"FromClientToSupplier"
       
  7844 					sequence   	"2"
       
  7845 					ordinal    	2
       
  7846 					quidu      	"000000000000"
       
  7847 					creation   	FALSE)
       
  7848 				    (object Message "Init(iv-in, encrypt)"
       
  7849 					quid       	"439D984D037D"
       
  7850 					frequency  	"Aperiodic"
       
  7851 					synchronization 	"Simple"
       
  7852 					dir        	"FromClientToSupplier"
       
  7853 					sequence   	"3"
       
  7854 					ordinal    	6
       
  7855 					Operation  	"Init(encrypt)"
       
  7856 					quidu      	"000000000000"
       
  7857 					creation   	FALSE)
       
  7858 				    (object Message "Update(data-in, data-out)"
       
  7859 					quid       	"439D98F50206"
       
  7860 					frequency  	"Aperiodic"
       
  7861 					synchronization 	"Simple"
       
  7862 					dir        	"FromClientToSupplier"
       
  7863 					sequence   	"4"
       
  7864 					ordinal    	7
       
  7865 					Operation  	"Update(data)"
       
  7866 					quidu      	"000000000000"
       
  7867 					creation   	FALSE)
       
  7868 				    (object Message "Finish(iv-out)"
       
  7869 					quid       	"439D99BC00ED"
       
  7870 					frequency  	"Aperiodic"
       
  7871 					synchronization 	"Simple"
       
  7872 					dir        	"FromClientToSupplier"
       
  7873 					sequence   	"5"
       
  7874 					ordinal    	10
       
  7875 					quidu      	"000000000000"
       
  7876 					creation   	FALSE)
       
  7877 				    (object Message "~CSymmetricCipher3Descbc()"
       
  7878 					quid       	"439D9A500283"
       
  7879 					frequency  	"Aperiodic"
       
  7880 					synchronization 	"Simple"
       
  7881 					dir        	"FromClientToSupplier"
       
  7882 					sequence   	"6"
       
  7883 					ordinal    	13
       
  7884 					quidu      	"000000000000"
       
  7885 					creation   	FALSE))))
       
  7886 			persistence 	"Transient"
       
  7887 			creationObj 	FALSE
       
  7888 			multi      	FALSE)
       
  7889 		    (object Object "$UNNAMED$143"
       
  7890 			quid       	"439D96610189"
       
  7891 			collaborators 	(list link_list
       
  7892 			    (object Link
       
  7893 				quid       	"439D96FB035E"
       
  7894 				supplier   	"$UNNAMED$144"
       
  7895 				quidu      	"439D966D0003"
       
  7896 				messages   	(list Messages
       
  7897 				    (object Message "CSymmetricCipher3Descbc"
       
  7898 					quid       	"439D96FB035F"
       
  7899 					frequency  	"Aperiodic"
       
  7900 					synchronization 	"Simple"
       
  7901 					dir        	"FromClientToSupplier"
       
  7902 					sequence   	"1.1"
       
  7903 					ordinal    	1
       
  7904 					quidu      	"000000000000"
       
  7905 					creation   	FALSE))))
       
  7906 			class      	"Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolEay"
       
  7907 			quidu      	"439D3CA70243"
       
  7908 			persistence 	"Transient"
       
  7909 			creationObj 	TRUE
       
  7910 			multi      	FALSE)
       
  7911 		    (object Object "$UNNAMED$144"
       
  7912 			quid       	"439D966D0003"
       
  7913 			collaborators 	(list link_list
       
  7914 			    (object Link
       
  7915 				quid       	"439D979F00DD"
       
  7916 				supplier   	"$UNNAMED$145"
       
  7917 				quidu      	"439D96C300ED"
       
  7918 				messages   	(list Messages
       
  7919 				    (object Message "NewL(key)"
       
  7920 					quid       	"439D979F00DE"
       
  7921 					frequency  	"Aperiodic"
       
  7922 					synchronization 	"Simple"
       
  7923 					dir        	"FromClientToSupplier"
       
  7924 					sequence   	"2.2"
       
  7925 					ordinal    	4
       
  7926 					Operation  	"NewL(const TDesC8&)"
       
  7927 					quidu      	"439D5846014C"
       
  7928 					creation   	FALSE)
       
  7929 				    (object Message "Transform(blk)"
       
  7930 					quid       	"439D997D016A"
       
  7931 					frequency  	"Aperiodic"
       
  7932 					synchronization 	"Simple"
       
  7933 					dir        	"FromClientToSupplier"
       
  7934 					sequence   	"4.2"
       
  7935 					ordinal    	9
       
  7936 					Operation  	"Transform(TDes8&)"
       
  7937 					quidu      	"439D5845038D"
       
  7938 					creation   	FALSE)
       
  7939 				    (object Message "Tranform(blk)"
       
  7940 					quid       	"439D99F0035E"
       
  7941 					frequency  	"Aperiodic"
       
  7942 					synchronization 	"Simple"
       
  7943 					dir        	"FromClientToSupplier"
       
  7944 					sequence   	"5.2"
       
  7945 					ordinal    	12
       
  7946 					Operation  	"Tranform(data)"
       
  7947 					quidu      	"000000000000"
       
  7948 					creation   	FALSE)
       
  7949 				    (object Message "~C3DESEncryptor( )"
       
  7950 					quid       	"439D9B1C0320"
       
  7951 					frequency  	"Aperiodic"
       
  7952 					synchronization 	"Simple"
       
  7953 					dir        	"FromClientToSupplier"
       
  7954 					sequence   	"6.1"
       
  7955 					ordinal    	14
       
  7956 					quidu      	"000000000000"
       
  7957 					creation   	FALSE)))
       
  7958 			    (object Link
       
  7959 				quid       	"439D97C20070"
       
  7960 				supplier   	"$UNNAMED$146"
       
  7961 				quidu      	"439D96D100ED"
       
  7962 				messages   	(list Messages
       
  7963 				    (object Message "NewL(key)"
       
  7964 					quid       	"439D97C20071"
       
  7965 					frequency  	"Aperiodic"
       
  7966 					synchronization 	"Simple"
       
  7967 					dir        	"FromClientToSupplier"
       
  7968 					sequence   	"2.3"
       
  7969 					ordinal    	5
       
  7970 					Operation  	"NewL(const TDesC8&)"
       
  7971 					quidu      	"439D5846016B"
       
  7972 					creation   	FALSE)
       
  7973 				    (object Message "~C3DESDecryptor( )"
       
  7974 					quid       	"439D9B660080"
       
  7975 					frequency  	"Aperiodic"
       
  7976 					synchronization 	"Simple"
       
  7977 					dir        	"FromClientToSupplier"
       
  7978 					sequence   	"6.2"
       
  7979 					ordinal    	15
       
  7980 					quidu      	"000000000000"
       
  7981 					creation   	FALSE)))
       
  7982 			    (object Link
       
  7983 				quid       	"439D9921014B"
       
  7984 				supplier   	"$UNNAMED$144"
       
  7985 				quidu      	"439D966D0003"
       
  7986 				messages   	(list Messages
       
  7987 				    (object Message "Call(in, out, len)"
       
  7988 					quid       	"439D9921014C"
       
  7989 					frequency  	"Aperiodic"
       
  7990 					synchronization 	"Simple"
       
  7991 					dir        	"FromClientToSupplier"
       
  7992 					sequence   	"4.1"
       
  7993 					ordinal    	8
       
  7994 					Operation  	"Call()"
       
  7995 					quidu      	"000000000000"
       
  7996 					creation   	FALSE)
       
  7997 				    (object Message "Call(in, out, len)"
       
  7998 					quid       	"439D99E00022"
       
  7999 					frequency  	"Aperiodic"
       
  8000 					synchronization 	"Simple"
       
  8001 					dir        	"FromClientToSupplier"
       
  8002 					sequence   	"5.1"
       
  8003 					ordinal    	11
       
  8004 					quidu      	"000000000000"
       
  8005 					creation   	FALSE)
       
  8006 				    (object Message "SetkeyL(key)"
       
  8007 					quid       	"43CE050E0088"
       
  8008 					frequency  	"Aperiodic"
       
  8009 					synchronization 	"Simple"
       
  8010 					dir        	"FromClientToSupplier"
       
  8011 					sequence   	"2.1"
       
  8012 					ordinal    	3
       
  8013 					Operation  	"SetkeyL(const TDesC8&)"
       
  8014 					quidu      	"439D3CA8013A"
       
  8015 					creation   	FALSE))))
       
  8016 			class      	"Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipher3Descbc"
       
  8017 			quidu      	"439D3CA80156"
       
  8018 			persistence 	"Transient"
       
  8019 			creationObj 	FALSE
       
  8020 			multi      	FALSE)
       
  8021 		    (object Object "$UNNAMED$145"
       
  8022 			quid       	"439D96C300ED"
       
  8023 			class      	"Logical View::VC++ Reverse Engineered::ipseccrypto::C3DESEncryptor"
       
  8024 			quidu      	"439D5846014A"
       
  8025 			persistence 	"Transient"
       
  8026 			creationObj 	FALSE
       
  8027 			multi      	FALSE)
       
  8028 		    (object Object "$UNNAMED$146"
       
  8029 			quid       	"439D96D100ED"
       
  8030 			class      	"Logical View::VC++ Reverse Engineered::ipseccrypto::C3DESDecryptor"
       
  8031 			quidu      	"439D58460169"
       
  8032 			persistence 	"Transient"
       
  8033 			creationObj 	FALSE
       
  8034 			multi      	FALSE))))
       
  8035 	statemachine 	(object State_Machine "State/Activity Model"
       
  8036 	    quid       	"439ECCA90109"
       
  8037 	    states     	(list States
       
  8038 		(object State "Idle"
       
  8039 		    quid       	"439ECCD8036A"
       
  8040 		    transitions 	(list transition_list
       
  8041 			(object State_Transition
       
  8042 			    quid       	"439ECE4402E8"
       
  8043 			    label      	""
       
  8044 			    supplier   	"Ready"
       
  8045 			    quidu      	"439ECE3100D5"
       
  8046 			    Event      	(object Event "SetKeyL"
       
  8047 				quid       	"439ECE4402E9")
       
  8048 			    sendEvent  	(object sendEvent
       
  8049 				quid       	"439ECE4402EB"))
       
  8050 			(object State_Transition
       
  8051 			    quid       	"439EDCD50151"
       
  8052 			    supplier   	"$UNNAMED$147"
       
  8053 			    quidu      	"439EDCCE03E1"
       
  8054 			    sendEvent  	(object sendEvent
       
  8055 				quid       	"439EDCD50154")))
       
  8056 		    type       	"Normal")
       
  8057 		(object State "$UNNAMED$148"
       
  8058 		    quid       	"439ECCF90231"
       
  8059 		    transitions 	(list transition_list
       
  8060 			(object State_Transition
       
  8061 			    quid       	"439ECD430388"
       
  8062 			    label      	""
       
  8063 			    supplier   	"Idle"
       
  8064 			    quidu      	"439ECCD8036A"
       
  8065 			    Event      	(object Event "SymmetricCipher"
       
  8066 				quid       	"439ECD430389")
       
  8067 			    sendEvent  	(object sendEvent
       
  8068 				quid       	"439ECD43038B"))
       
  8069 			(object State_Transition
       
  8070 			    quid       	"441FDACA02E8"
       
  8071 			    supplier   	"Waiting"
       
  8072 			    quidu      	"43A030F00093"
       
  8073 			    sendEvent  	(object sendEvent
       
  8074 				quid       	"441FDACA02EB")))
       
  8075 		    type       	"StartState")
       
  8076 		(object State "Ready"
       
  8077 		    quid       	"439ECE3100D5"
       
  8078 		    transitions 	(list transition_list
       
  8079 			(object State_Transition
       
  8080 			    quid       	"439ECEB60066"
       
  8081 			    label      	""
       
  8082 			    supplier   	"Encrypting"
       
  8083 			    quidu      	"439ECE8F02C8"
       
  8084 			    Event      	(object Event "Init"
       
  8085 				quid       	"439ECEB60067"
       
  8086 				parameters 	"iv-in, encrypt")
       
  8087 			    sendEvent  	(object sendEvent
       
  8088 				quid       	"439ECEB60069"))
       
  8089 			(object State_Transition
       
  8090 			    quid       	"439ECED601EC"
       
  8091 			    label      	""
       
  8092 			    supplier   	"Decrypting"
       
  8093 			    quidu      	"439ECEC90298"
       
  8094 			    Event      	(object Event "Init(iv-in, decrypt)"
       
  8095 				quid       	"439ECED601ED")
       
  8096 			    sendEvent  	(object sendEvent
       
  8097 				quid       	"439ECED601EF"))
       
  8098 			(object State_Transition
       
  8099 			    quid       	"439EE2B40361"
       
  8100 			    supplier   	"$UNNAMED$149"
       
  8101 			    quidu      	"439EE2B00380"
       
  8102 			    sendEvent  	(object sendEvent
       
  8103 				quid       	"439EE2B40364")))
       
  8104 		    type       	"Normal")
       
  8105 		(object State "Encrypting"
       
  8106 		    quid       	"439ECE8F02C8"
       
  8107 		    transitions 	(list transition_list
       
  8108 			(object State_Transition
       
  8109 			    quid       	"439ECF4F0083"
       
  8110 			    label      	""
       
  8111 			    supplier   	"Ready"
       
  8112 			    quidu      	"439ECE3100D5"
       
  8113 			    Event      	(object Event "SetKeyL"
       
  8114 				quid       	"439ECF4F0084")
       
  8115 			    sendEvent  	(object sendEvent
       
  8116 				quid       	"439ECF4F0086"))
       
  8117 			(object State_Transition
       
  8118 			    quid       	"439ED0240090"
       
  8119 			    label      	""
       
  8120 			    supplier   	"Encrypting"
       
  8121 			    quidu      	"439ECE8F02C8"
       
  8122 			    Event      	(object Event "Update(data)"
       
  8123 				quid       	"439ED0240091")
       
  8124 			    sendEvent  	(object sendEvent
       
  8125 				quid       	"439ED0240093"))
       
  8126 			(object State_Transition
       
  8127 			    quid       	"439ED081039C"
       
  8128 			    label      	""
       
  8129 			    supplier   	"Decrypting"
       
  8130 			    quidu      	"439ECEC90298"
       
  8131 			    Event      	(object Event "Init(iv-in, decrypt)"
       
  8132 				quid       	"439ED081039D")
       
  8133 			    sendEvent  	(object sendEvent
       
  8134 				quid       	"439ED081039F"))
       
  8135 			(object State_Transition
       
  8136 			    quid       	"439ED20800B9"
       
  8137 			    label      	""
       
  8138 			    supplier   	"Encrypting"
       
  8139 			    quidu      	"439ECE8F02C8"
       
  8140 			    Event      	(object Event "Finish(iv-out)"
       
  8141 				quid       	"439ED20800BA")
       
  8142 			    sendEvent  	(object sendEvent
       
  8143 				quid       	"439ED20800BC"))
       
  8144 			(object State_Transition
       
  8145 			    quid       	"439ED3DF0074"
       
  8146 			    supplier   	"Data"
       
  8147 			    quidu      	"439ED3BF0094"
       
  8148 			    sendEvent  	(object sendEvent
       
  8149 				quid       	"439ED3DF0077"))
       
  8150 			(object State_Transition
       
  8151 			    quid       	"439ED40803B0"
       
  8152 			    label      	""
       
  8153 			    supplier   	"Finished"
       
  8154 			    quidu      	"439ED3CC018E"
       
  8155 			    Event      	(object Event "Finish(iv-out)"
       
  8156 				quid       	"439ED40803B1")
       
  8157 			    sendEvent  	(object sendEvent
       
  8158 				quid       	"439ED40803B3"))
       
  8159 			(object State_Transition
       
  8160 			    quid       	"439ED56F0031"
       
  8161 			    label      	""
       
  8162 			    supplier   	"Finished"
       
  8163 			    quidu      	"439ED3CC018E"
       
  8164 			    Event      	(object Event "Finish(iv-out)"
       
  8165 				quid       	"439ED56F0032")
       
  8166 			    sendEvent  	(object sendEvent
       
  8167 				quid       	"439ED56F0034"))
       
  8168 			(object State_Transition
       
  8169 			    quid       	"439EDFB7001F"
       
  8170 			    label      	""
       
  8171 			    supplier   	"Ready"
       
  8172 			    quidu      	"439ECE3100D5"
       
  8173 			    Event      	(object Event "SetKeyL"
       
  8174 				quid       	"439EDFB70020")
       
  8175 			    sendEvent  	(object sendEvent
       
  8176 				quid       	"439EDFB70022"))
       
  8177 			(object State_Transition
       
  8178 			    quid       	"439EE2210382"
       
  8179 			    supplier   	"Decrypting"
       
  8180 			    quidu      	"439ECEC90298"
       
  8181 			    sendEvent  	(object sendEvent
       
  8182 				quid       	"439EE2210385"))
       
  8183 			(object State_Transition
       
  8184 			    quid       	"439EE2EB0285"
       
  8185 			    supplier   	"$UNNAMED$150"
       
  8186 			    quidu      	"439EE2DB0312"
       
  8187 			    sendEvent  	(object sendEvent
       
  8188 				quid       	"439EE2EB0288")))
       
  8189 		    type       	"Normal")
       
  8190 		(object State "Decrypting"
       
  8191 		    quid       	"439ECEC90298"
       
  8192 		    transitions 	(list transition_list
       
  8193 			(object State_Transition
       
  8194 			    quid       	"439ECF85016D"
       
  8195 			    label      	""
       
  8196 			    supplier   	"Ready"
       
  8197 			    quidu      	"439ECE3100D5"
       
  8198 			    Event      	(object Event "SetKeyL"
       
  8199 				quid       	"439ECF85016E")
       
  8200 			    sendEvent  	(object sendEvent
       
  8201 				quid       	"439ECF850170"))
       
  8202 			(object State_Transition
       
  8203 			    quid       	"439ED0570080"
       
  8204 			    label      	""
       
  8205 			    supplier   	"Decrypting"
       
  8206 			    quidu      	"439ECEC90298"
       
  8207 			    Event      	(object Event "Finish(iv-out)"
       
  8208 				quid       	"439ED0570081")
       
  8209 			    sendEvent  	(object sendEvent
       
  8210 				quid       	"439ED0570083"))
       
  8211 			(object State_Transition
       
  8212 			    quid       	"439ED155007D"
       
  8213 			    supplier   	"Encrypting"
       
  8214 			    quidu      	"439ECE8F02C8"
       
  8215 			    sendEvent  	(object sendEvent
       
  8216 				quid       	"439ED1550080"))
       
  8217 			(object State_Transition
       
  8218 			    quid       	"439ED15A00BB"
       
  8219 			    supplier   	"Encrypting"
       
  8220 			    quidu      	"439ECE8F02C8"
       
  8221 			    sendEvent  	(object sendEvent
       
  8222 				quid       	"439ED15A00BE"))
       
  8223 			(object State_Transition
       
  8224 			    quid       	"439ED1650232"
       
  8225 			    label      	""
       
  8226 			    supplier   	"Encrypting"
       
  8227 			    quidu      	"439ECE8F02C8"
       
  8228 			    Event      	(object Event "Init"
       
  8229 				quid       	"439ED1650233"
       
  8230 				parameters 	"iv-in, encrypt")
       
  8231 			    sendEvent  	(object sendEvent
       
  8232 				quid       	"439ED1650235"))
       
  8233 			(object State_Transition
       
  8234 			    quid       	"439ED552033E"
       
  8235 			    label      	""
       
  8236 			    supplier   	"Finished"
       
  8237 			    quidu      	"439ED3CC018E"
       
  8238 			    Event      	(object Event "Finish(iv-out)"
       
  8239 				quid       	"439ED552033F")
       
  8240 			    sendEvent  	(object sendEvent
       
  8241 				quid       	"439ED5520341"))
       
  8242 			(object State_Transition
       
  8243 			    quid       	"439ED61A005E"
       
  8244 			    label      	""
       
  8245 			    supplier   	"Decrypting"
       
  8246 			    quidu      	"439ECEC90298"
       
  8247 			    Event      	(object Event "Update(data)"
       
  8248 				quid       	"439ED61A005F")
       
  8249 			    sendEvent  	(object sendEvent
       
  8250 				quid       	"439ED61A0061"))
       
  8251 			(object State_Transition
       
  8252 			    quid       	"439EDFD000EA"
       
  8253 			    label      	""
       
  8254 			    supplier   	"Ready"
       
  8255 			    quidu      	"439ECE3100D5"
       
  8256 			    Event      	(object Event "SetKeyL"
       
  8257 				quid       	"439EDFD000EB")
       
  8258 			    sendEvent  	(object sendEvent
       
  8259 				quid       	"439EDFD000ED"))
       
  8260 			(object State_Transition
       
  8261 			    quid       	"439EE2F000B0"
       
  8262 			    supplier   	"$UNNAMED$150"
       
  8263 			    quidu      	"439EE2DB0312"
       
  8264 			    sendEvent  	(object sendEvent
       
  8265 				quid       	"439EE2F000B3")))
       
  8266 		    type       	"Normal")
       
  8267 		(object State "Data"
       
  8268 		    quid       	"439ED3BF0094"
       
  8269 		    type       	"Normal")
       
  8270 		(object State "Finished"
       
  8271 		    quid       	"439ED3CC018E"
       
  8272 		    transitions 	(list transition_list
       
  8273 			(object State_Transition
       
  8274 			    quid       	"439ED4230248"
       
  8275 			    label      	""
       
  8276 			    supplier   	"Encrypting"
       
  8277 			    quidu      	"439ECE8F02C8"
       
  8278 			    Event      	(object Event "Init(iv-in, encrypt)"
       
  8279 				quid       	"439ED4230249")
       
  8280 			    sendEvent  	(object sendEvent
       
  8281 				quid       	"439ED423024B"))
       
  8282 			(object State_Transition
       
  8283 			    quid       	"439ED5C0011A"
       
  8284 			    label      	""
       
  8285 			    supplier   	"Encrypting"
       
  8286 			    quidu      	"439ECE8F02C8"
       
  8287 			    Event      	(object Event "Init(iv-in,encrypt)"
       
  8288 				quid       	"439ED5C0011B")
       
  8289 			    sendEvent  	(object sendEvent
       
  8290 				quid       	"439ED5C0011D"))
       
  8291 			(object State_Transition
       
  8292 			    quid       	"439ED5DD0178"
       
  8293 			    label      	""
       
  8294 			    supplier   	"Decrypting"
       
  8295 			    quidu      	"439ECEC90298"
       
  8296 			    Event      	(object Event "Init(iv-in, decrypt)"
       
  8297 				quid       	"439ED5DD0179")
       
  8298 			    sendEvent  	(object sendEvent
       
  8299 				quid       	"439ED5DD017B"))
       
  8300 			(object State_Transition
       
  8301 			    quid       	"439EDF9202A0"
       
  8302 			    label      	""
       
  8303 			    supplier   	"Ready"
       
  8304 			    quidu      	"439ECE3100D5"
       
  8305 			    Event      	(object Event "SetKeyL"
       
  8306 				quid       	"439EDF9202A1")
       
  8307 			    sendEvent  	(object sendEvent
       
  8308 				quid       	"439EDF9202A3"))
       
  8309 			(object State_Transition
       
  8310 			    quid       	"439EE2E300C0"
       
  8311 			    supplier   	"$UNNAMED$150"
       
  8312 			    quidu      	"439EE2DB0312"
       
  8313 			    sendEvent  	(object sendEvent
       
  8314 				quid       	"439EE2E300C3")))
       
  8315 		    type       	"Normal")
       
  8316 		(object State "$UNNAMED$147"
       
  8317 		    quid       	"439EDCCE03E1"
       
  8318 		    type       	"EndState")
       
  8319 		(object State "$UNNAMED$149"
       
  8320 		    quid       	"439EE2B00380"
       
  8321 		    type       	"EndState")
       
  8322 		(object State "$UNNAMED$150"
       
  8323 		    quid       	"439EE2DB0312"
       
  8324 		    type       	"EndState")
       
  8325 		(object State "$UNNAMED$151"
       
  8326 		    quid       	"43A02F54032B"
       
  8327 		    type       	"EndState")
       
  8328 		(object State "Waiting"
       
  8329 		    quid       	"43A030F00093"
       
  8330 		    transitions 	(list transition_list
       
  8331 			(object State_Transition
       
  8332 			    quid       	"43A0311203DD"
       
  8333 			    label      	""
       
  8334 			    supplier   	"Digesting"
       
  8335 			    quidu      	"43A031030024"
       
  8336 			    Event      	(object Event "Init()"
       
  8337 				quid       	"43A0311203DE")
       
  8338 			    sendEvent  	(object sendEvent
       
  8339 				quid       	"43A0311203E0"))
       
  8340 			(object State_Transition
       
  8341 			    quid       	"43A031740185"
       
  8342 			    supplier   	"$UNNAMED$152"
       
  8343 			    quidu      	"43A0316D033B"
       
  8344 			    sendEvent  	(object sendEvent
       
  8345 				quid       	"43A031740188")))
       
  8346 		    type       	"Normal")
       
  8347 		(object State "Digesting"
       
  8348 		    quid       	"43A031030024"
       
  8349 		    transitions 	(list transition_list
       
  8350 			(object State_Transition
       
  8351 			    quid       	"43A0312902A3"
       
  8352 			    label      	""
       
  8353 			    supplier   	"Digesting"
       
  8354 			    quidu      	"43A031030024"
       
  8355 			    Event      	(object Event "Update(data)"
       
  8356 				quid       	"43A0312902A4")
       
  8357 			    sendEvent  	(object sendEvent
       
  8358 				quid       	"43A0312902A6"))
       
  8359 			(object State_Transition
       
  8360 			    quid       	"43A0313800CD"
       
  8361 			    label      	""
       
  8362 			    supplier   	"Waiting"
       
  8363 			    quidu      	"43A030F00093"
       
  8364 			    Event      	(object Event "Finish(digest-out)"
       
  8365 				quid       	"43A0313800CE")
       
  8366 			    sendEvent  	(object sendEvent
       
  8367 				quid       	"43A0313800D0"))
       
  8368 			(object State_Transition
       
  8369 			    quid       	"43A0317D00BA"
       
  8370 			    supplier   	"$UNNAMED$152"
       
  8371 			    quidu      	"43A0316D033B"
       
  8372 			    sendEvent  	(object sendEvent
       
  8373 				quid       	"43A0317D00BD")))
       
  8374 		    type       	"Normal")
       
  8375 		(object State "$UNNAMED$152"
       
  8376 		    quid       	"43A0316D033B"
       
  8377 		    type       	"EndState"))
       
  8378 	    partitions 	(list Partitions
       
  8379 		(object Partition "Constructed"
       
  8380 		    quid       	"439EDCA700A6"
       
  8381 		    persistence 	"Transient"
       
  8382 		    creationObj 	FALSE
       
  8383 		    multi      	FALSE)
       
  8384 		(object Partition "Ready"
       
  8385 		    quid       	"439EDD750074"
       
  8386 		    persistence 	"Transient"
       
  8387 		    creationObj 	FALSE
       
  8388 		    multi      	FALSE)
       
  8389 		(object Partition "Running"
       
  8390 		    quid       	"439EE0E90328"
       
  8391 		    persistence 	"Transient"
       
  8392 		    creationObj 	FALSE
       
  8393 		    multi      	FALSE)
       
  8394 		(object Partition "Idle"
       
  8395 		    quid       	"43A02EF4018B"
       
  8396 		    persistence 	"Transient"
       
  8397 		    creationObj 	FALSE
       
  8398 		    multi      	FALSE)
       
  8399 		(object Partition "Digesting"
       
  8400 		    quid       	"43A02F00037E"
       
  8401 		    persistence 	"Transient"
       
  8402 		    creationObj 	FALSE
       
  8403 		    multi      	FALSE))
       
  8404 	    objects    	(list Objects)
       
  8405 	    statediagrams 	(list StateDiagrams
       
  8406 		(object ActivityDiagram "Cipher Engine"
       
  8407 		    quid       	"439ECCA90119"
       
  8408 		    title      	"Cipher Engine"
       
  8409 		    zoom       	100
       
  8410 		    max_height 	28350
       
  8411 		    max_width  	21600
       
  8412 		    origin_x   	1594
       
  8413 		    origin_y   	359
       
  8414 		    items      	(list diagram_item_list
       
  8415 			(object Swimlane "Constructed" @70
       
  8416 			    line_color 	3342489
       
  8417 			    quidu      	"439EDCA700A6"
       
  8418 			    width      	464)
       
  8419 			(object StateView "Normal" "Idle" @71
       
  8420 			    Parent_View 	@70
       
  8421 			    location   	(219, 1106)
       
  8422 			    font       	(object Font
       
  8423 				size       	10
       
  8424 				face       	"Arial"
       
  8425 				bold       	FALSE
       
  8426 				italics    	FALSE
       
  8427 				underline  	FALSE
       
  8428 				strike     	FALSE
       
  8429 				color      	0
       
  8430 				default_color 	TRUE)
       
  8431 			    label      	(object ItemLabel
       
  8432 				Parent_View 	@71
       
  8433 				location   	(219, 1097)
       
  8434 				fill_color 	13434879
       
  8435 				anchor_loc 	1
       
  8436 				nlines     	2
       
  8437 				max_width  	210
       
  8438 				justify    	0
       
  8439 				label      	"Idle")
       
  8440 			    icon_style 	"Icon"
       
  8441 			    line_color 	3342489
       
  8442 			    fill_color 	13434879
       
  8443 			    quidu      	"439ECCD8036A"
       
  8444 			    width      	306
       
  8445 			    height     	131
       
  8446 			    autoResize 	TRUE)
       
  8447 			(object StateView "StartState" "$UNNAMED$148" @72
       
  8448 			    Parent_View 	@70
       
  8449 			    location   	(220, 439)
       
  8450 			    font       	(object Font
       
  8451 				size       	10
       
  8452 				face       	"Arial"
       
  8453 				bold       	FALSE
       
  8454 				italics    	FALSE
       
  8455 				underline  	FALSE
       
  8456 				strike     	FALSE
       
  8457 				color      	0
       
  8458 				default_color 	TRUE)
       
  8459 			    label      	(object ItemLabel
       
  8460 				Parent_View 	@72
       
  8461 				location   	(262, 409)
       
  8462 				nlines     	2
       
  8463 				max_width  	600
       
  8464 				label      	"")
       
  8465 			    icon_style 	"Icon"
       
  8466 			    line_color 	3342489
       
  8467 			    quidu      	"439ECCF90231"
       
  8468 			    autoResize 	TRUE)
       
  8469 			(object TransView "" @73
       
  8470 			    font       	(object Font
       
  8471 				size       	10
       
  8472 				face       	"Arial"
       
  8473 				bold       	FALSE
       
  8474 				italics    	FALSE
       
  8475 				underline  	FALSE
       
  8476 				strike     	FALSE
       
  8477 				color      	0
       
  8478 				default_color 	TRUE)
       
  8479 			    label      	(object SegLabel @74
       
  8480 				Parent_View 	@73
       
  8481 				location   	(249, 710)
       
  8482 				font       	(object Font
       
  8483 				    size       	10
       
  8484 				    face       	"Arial"
       
  8485 				    bold       	FALSE
       
  8486 				    italics    	FALSE
       
  8487 				    underline  	FALSE
       
  8488 				    strike     	FALSE
       
  8489 				    color      	0
       
  8490 				    default_color 	TRUE)
       
  8491 				anchor_loc 	1
       
  8492 				nlines     	1
       
  8493 				max_width  	450
       
  8494 				justify    	0
       
  8495 				label      	"SymmetricCipher"
       
  8496 				pctDist    	0.500000
       
  8497 				height     	45
       
  8498 				orientation 	0)
       
  8499 			    stereotype 	TRUE
       
  8500 			    line_color 	3342489
       
  8501 			    quidu      	"439ECD430388"
       
  8502 			    client     	@72
       
  8503 			    supplier   	@71
       
  8504 			    line_style 	0
       
  8505 			    x_offset   	FALSE)
       
  8506 			(object StateView "EndState" "$UNNAMED$147" @75
       
  8507 			    Parent_View 	@70
       
  8508 			    location   	(220, 1583)
       
  8509 			    font       	(object Font
       
  8510 				size       	10
       
  8511 				face       	"Arial"
       
  8512 				bold       	FALSE
       
  8513 				italics    	FALSE
       
  8514 				underline  	FALSE
       
  8515 				strike     	FALSE
       
  8516 				color      	0
       
  8517 				default_color 	TRUE)
       
  8518 			    label      	(object ItemLabel
       
  8519 				Parent_View 	@75
       
  8520 				location   	(274, 1541)
       
  8521 				nlines     	2
       
  8522 				max_width  	600
       
  8523 				label      	"")
       
  8524 			    icon_style 	"Icon"
       
  8525 			    line_color 	3342489
       
  8526 			    quidu      	"439EDCCE03E1"
       
  8527 			    autoResize 	TRUE)
       
  8528 			(object TransView "" @76
       
  8529 			    stereotype 	TRUE
       
  8530 			    line_color 	3342489
       
  8531 			    quidu      	"439EDCD50151"
       
  8532 			    client     	@71
       
  8533 			    supplier   	@75
       
  8534 			    line_style 	0
       
  8535 			    x_offset   	FALSE)
       
  8536 			(object Swimlane "Ready" @77
       
  8537 			    location   	(464, 0)
       
  8538 			    line_color 	3342489
       
  8539 			    quidu      	"439EDD750074"
       
  8540 			    width      	546)
       
  8541 			(object StateView "Normal" "Ready" @78
       
  8542 			    Parent_View 	@77
       
  8543 			    location   	(744, 1105)
       
  8544 			    font       	(object Font
       
  8545 				size       	10
       
  8546 				face       	"Arial"
       
  8547 				bold       	FALSE
       
  8548 				italics    	FALSE
       
  8549 				underline  	FALSE
       
  8550 				strike     	FALSE
       
  8551 				color      	0
       
  8552 				default_color 	TRUE)
       
  8553 			    label      	(object ItemLabel
       
  8554 				Parent_View 	@78
       
  8555 				location   	(744, 1094)
       
  8556 				fill_color 	13434879
       
  8557 				anchor_loc 	1
       
  8558 				nlines     	2
       
  8559 				max_width  	204
       
  8560 				justify    	0
       
  8561 				label      	"Ready")
       
  8562 			    icon_style 	"Icon"
       
  8563 			    line_color 	3342489
       
  8564 			    fill_color 	13434879
       
  8565 			    quidu      	"439ECE3100D5"
       
  8566 			    autoResize 	TRUE)
       
  8567 			(object TransView "" @79
       
  8568 			    font       	(object Font
       
  8569 				size       	10
       
  8570 				face       	"Arial"
       
  8571 				bold       	FALSE
       
  8572 				italics    	FALSE
       
  8573 				underline  	FALSE
       
  8574 				strike     	FALSE
       
  8575 				color      	0
       
  8576 				default_color 	TRUE)
       
  8577 			    label      	(object SegLabel @80
       
  8578 				Parent_View 	@79
       
  8579 				location   	(572, 973)
       
  8580 				font       	(object Font
       
  8581 				    size       	10
       
  8582 				    face       	"Arial"
       
  8583 				    bold       	FALSE
       
  8584 				    italics    	FALSE
       
  8585 				    underline  	FALSE
       
  8586 				    strike     	FALSE
       
  8587 				    color      	0
       
  8588 				    default_color 	TRUE)
       
  8589 				anchor_loc 	1
       
  8590 				nlines     	1
       
  8591 				max_width  	450
       
  8592 				justify    	0
       
  8593 				label      	"SetKeyL"
       
  8594 				pctDist    	0.900901
       
  8595 				height     	132
       
  8596 				orientation 	0)
       
  8597 			    stereotype 	FALSE
       
  8598 			    line_color 	3342489
       
  8599 			    quidu      	"439ECE4402E8"
       
  8600 			    client     	@71
       
  8601 			    supplier   	@78
       
  8602 			    line_style 	0
       
  8603 			    x_offset   	FALSE)
       
  8604 			(object StateView "EndState" "$UNNAMED$149" @81
       
  8605 			    Parent_View 	@77
       
  8606 			    location   	(745, 1539)
       
  8607 			    font       	(object Font
       
  8608 				size       	10
       
  8609 				face       	"Arial"
       
  8610 				bold       	FALSE
       
  8611 				italics    	FALSE
       
  8612 				underline  	FALSE
       
  8613 				strike     	FALSE
       
  8614 				color      	0
       
  8615 				default_color 	TRUE)
       
  8616 			    label      	(object ItemLabel
       
  8617 				Parent_View 	@81
       
  8618 				location   	(799, 1497)
       
  8619 				nlines     	2
       
  8620 				max_width  	600
       
  8621 				label      	"")
       
  8622 			    icon_style 	"Icon"
       
  8623 			    line_color 	3342489
       
  8624 			    quidu      	"439EE2B00380"
       
  8625 			    autoResize 	TRUE)
       
  8626 			(object TransView "" @82
       
  8627 			    stereotype 	TRUE
       
  8628 			    line_color 	3342489
       
  8629 			    quidu      	"439EE2B40361"
       
  8630 			    client     	@78
       
  8631 			    supplier   	@81
       
  8632 			    line_style 	0
       
  8633 			    x_offset   	FALSE)
       
  8634 			(object Swimlane "Running" @83
       
  8635 			    location   	(1010, 0)
       
  8636 			    line_color 	3342489
       
  8637 			    quidu      	"439EE0E90328"
       
  8638 			    width      	1256)
       
  8639 			(object StateView "Normal" "Encrypting" @84
       
  8640 			    Parent_View 	@83
       
  8641 			    location   	(1949, 436)
       
  8642 			    font       	(object Font
       
  8643 				size       	10
       
  8644 				face       	"Arial"
       
  8645 				bold       	FALSE
       
  8646 				italics    	FALSE
       
  8647 				underline  	FALSE
       
  8648 				strike     	FALSE
       
  8649 				color      	0
       
  8650 				default_color 	TRUE)
       
  8651 			    label      	(object ItemLabel
       
  8652 				Parent_View 	@84
       
  8653 				location   	(1949, 425)
       
  8654 				fill_color 	13434879
       
  8655 				anchor_loc 	1
       
  8656 				nlines     	2
       
  8657 				max_width  	204
       
  8658 				justify    	0
       
  8659 				label      	"Encrypting")
       
  8660 			    icon_style 	"Icon"
       
  8661 			    line_color 	3342489
       
  8662 			    fill_color 	13434879
       
  8663 			    quidu      	"439ECE8F02C8"
       
  8664 			    autoResize 	TRUE)
       
  8665 			(object TransView "" @85
       
  8666 			    font       	(object Font
       
  8667 				size       	10
       
  8668 				face       	"Arial"
       
  8669 				bold       	FALSE
       
  8670 				italics    	FALSE
       
  8671 				underline  	FALSE
       
  8672 				strike     	FALSE
       
  8673 				color      	0
       
  8674 				default_color 	TRUE)
       
  8675 			    stereotype 	TRUE
       
  8676 			    line_color 	3342489
       
  8677 			    quidu      	"439ECEB60066"
       
  8678 			    client     	@78
       
  8679 			    supplier   	@84
       
  8680 			    line_style 	0
       
  8681 			    x_offset   	FALSE)
       
  8682 			(object SelfTransView "" @86
       
  8683 			    location   	(1949, 219)
       
  8684 			    font       	(object Font
       
  8685 				size       	10
       
  8686 				face       	"Arial"
       
  8687 				bold       	FALSE
       
  8688 				italics    	FALSE
       
  8689 				underline  	FALSE
       
  8690 				strike     	FALSE
       
  8691 				color      	0
       
  8692 				default_color 	TRUE)
       
  8693 			    label      	(object SegLabel @87
       
  8694 				Parent_View 	@86
       
  8695 				location   	(2136, 280)
       
  8696 				font       	(object Font
       
  8697 				    size       	10
       
  8698 				    face       	"Arial"
       
  8699 				    bold       	FALSE
       
  8700 				    italics    	FALSE
       
  8701 				    underline  	FALSE
       
  8702 				    strike     	FALSE
       
  8703 				    color      	0
       
  8704 				    default_color 	TRUE)
       
  8705 				anchor_loc 	1
       
  8706 				nlines     	1
       
  8707 				max_width  	450
       
  8708 				justify    	0
       
  8709 				label      	"Update(data)"
       
  8710 				pctDist    	2.147342
       
  8711 				height     	91
       
  8712 				orientation 	0)
       
  8713 			    stereotype 	TRUE
       
  8714 			    line_color 	3342489
       
  8715 			    quidu      	"439ED0240090"
       
  8716 			    client     	@84
       
  8717 			    supplier   	@84
       
  8718 			    line_style 	4)
       
  8719 			(object TransView "" @88
       
  8720 			    font       	(object Font
       
  8721 				size       	10
       
  8722 				face       	"Arial"
       
  8723 				bold       	FALSE
       
  8724 				italics    	FALSE
       
  8725 				underline  	FALSE
       
  8726 				strike     	FALSE
       
  8727 				color      	0
       
  8728 				default_color 	TRUE)
       
  8729 			    label      	(object SegLabel @89
       
  8730 				Parent_View 	@88
       
  8731 				location   	(995, 901)
       
  8732 				font       	(object Font
       
  8733 				    size       	10
       
  8734 				    face       	"Arial"
       
  8735 				    bold       	FALSE
       
  8736 				    italics    	FALSE
       
  8737 				    underline  	FALSE
       
  8738 				    strike     	FALSE
       
  8739 				    color      	0
       
  8740 				    default_color 	TRUE)
       
  8741 				anchor_loc 	1
       
  8742 				nlines     	1
       
  8743 				max_width  	450
       
  8744 				justify    	0
       
  8745 				label      	"SetKeyL"
       
  8746 				pctDist    	0.836216
       
  8747 				height     	56
       
  8748 				orientation 	0)
       
  8749 			    stereotype 	TRUE
       
  8750 			    line_color 	3342489
       
  8751 			    quidu      	"439EDFB7001F"
       
  8752 			    client     	@84
       
  8753 			    supplier   	@78
       
  8754 			    line_style 	0
       
  8755 			    x_offset   	FALSE)
       
  8756 			(object StateView "Normal" "Decrypting" @90
       
  8757 			    Parent_View 	@83
       
  8758 			    location   	(1949, 1733)
       
  8759 			    font       	(object Font
       
  8760 				size       	10
       
  8761 				face       	"Arial"
       
  8762 				bold       	FALSE
       
  8763 				italics    	FALSE
       
  8764 				underline  	FALSE
       
  8765 				strike     	FALSE
       
  8766 				color      	0
       
  8767 				default_color 	TRUE)
       
  8768 			    label      	(object ItemLabel
       
  8769 				Parent_View 	@90
       
  8770 				location   	(1949, 1722)
       
  8771 				fill_color 	13434879
       
  8772 				anchor_loc 	1
       
  8773 				nlines     	2
       
  8774 				max_width  	204
       
  8775 				justify    	0
       
  8776 				label      	"Decrypting")
       
  8777 			    icon_style 	"Icon"
       
  8778 			    line_color 	3342489
       
  8779 			    fill_color 	13434879
       
  8780 			    quidu      	"439ECEC90298"
       
  8781 			    autoResize 	TRUE)
       
  8782 			(object TransView "" @91
       
  8783 			    font       	(object Font
       
  8784 				size       	10
       
  8785 				face       	"Arial"
       
  8786 				bold       	FALSE
       
  8787 				italics    	FALSE
       
  8788 				underline  	FALSE
       
  8789 				strike     	FALSE
       
  8790 				color      	0
       
  8791 				default_color 	TRUE)
       
  8792 			    stereotype 	TRUE
       
  8793 			    line_color 	3342489
       
  8794 			    quidu      	"439ECED601EC"
       
  8795 			    client     	@78
       
  8796 			    supplier   	@90
       
  8797 			    line_style 	0
       
  8798 			    x_offset   	FALSE)
       
  8799 			(object SelfTransView "" @92
       
  8800 			    location   	(1949, 1516)
       
  8801 			    font       	(object Font
       
  8802 				size       	10
       
  8803 				face       	"Arial"
       
  8804 				bold       	FALSE
       
  8805 				italics    	FALSE
       
  8806 				underline  	FALSE
       
  8807 				strike     	FALSE
       
  8808 				color      	0
       
  8809 				default_color 	TRUE)
       
  8810 			    label      	(object SegLabel @93
       
  8811 				Parent_View 	@92
       
  8812 				location   	(2135, 1598)
       
  8813 				font       	(object Font
       
  8814 				    size       	10
       
  8815 				    face       	"Arial"
       
  8816 				    bold       	FALSE
       
  8817 				    italics    	FALSE
       
  8818 				    underline  	FALSE
       
  8819 				    strike     	FALSE
       
  8820 				    color      	0
       
  8821 				    default_color 	TRUE)
       
  8822 				anchor_loc 	1
       
  8823 				nlines     	1
       
  8824 				max_width  	450
       
  8825 				justify    	0
       
  8826 				label      	"Update(data)"
       
  8827 				pctDist    	2.126183
       
  8828 				height     	70
       
  8829 				orientation 	0)
       
  8830 			    stereotype 	TRUE
       
  8831 			    line_color 	3342489
       
  8832 			    quidu      	"439ED61A005E"
       
  8833 			    client     	@90
       
  8834 			    supplier   	@90
       
  8835 			    line_style 	4)
       
  8836 			(object TransView "" @94
       
  8837 			    font       	(object Font
       
  8838 				size       	10
       
  8839 				face       	"Arial"
       
  8840 				bold       	FALSE
       
  8841 				italics    	FALSE
       
  8842 				underline  	FALSE
       
  8843 				strike     	FALSE
       
  8844 				color      	0
       
  8845 				default_color 	TRUE)
       
  8846 			    label      	(object SegLabel @95
       
  8847 				Parent_View 	@94
       
  8848 				location   	(1291, 1466)
       
  8849 				font       	(object Font
       
  8850 				    size       	10
       
  8851 				    face       	"Arial"
       
  8852 				    bold       	FALSE
       
  8853 				    italics    	FALSE
       
  8854 				    underline  	FALSE
       
  8855 				    strike     	FALSE
       
  8856 				    color      	0
       
  8857 				    default_color 	TRUE)
       
  8858 				anchor_loc 	1
       
  8859 				nlines     	1
       
  8860 				max_width  	450
       
  8861 				justify    	0
       
  8862 				label      	"SetKeyL"
       
  8863 				pctDist    	0.524877
       
  8864 				height     	68
       
  8865 				orientation 	1)
       
  8866 			    stereotype 	TRUE
       
  8867 			    line_color 	3342489
       
  8868 			    quidu      	"439EDFD000EA"
       
  8869 			    client     	@90
       
  8870 			    supplier   	@78
       
  8871 			    line_style 	0
       
  8872 			    x_offset   	FALSE)
       
  8873 			(object TransView "" @96
       
  8874 			    stereotype 	TRUE
       
  8875 			    line_color 	3342489
       
  8876 			    quidu      	"439ED155007D"
       
  8877 			    client     	@90
       
  8878 			    supplier   	@84
       
  8879 			    line_style 	0
       
  8880 			    x_offset   	FALSE)
       
  8881 			(object TransView "" @97
       
  8882 			    stereotype 	TRUE
       
  8883 			    line_color 	3342489
       
  8884 			    quidu      	"439EE2210382"
       
  8885 			    client     	@84
       
  8886 			    supplier   	@90
       
  8887 			    line_style 	0
       
  8888 			    x_offset   	FALSE)
       
  8889 			(object StateView "Normal" "Finished" @98
       
  8890 			    Parent_View 	@83
       
  8891 			    location   	(1311, 1105)
       
  8892 			    font       	(object Font
       
  8893 				size       	10
       
  8894 				face       	"Arial"
       
  8895 				bold       	FALSE
       
  8896 				italics    	FALSE
       
  8897 				underline  	FALSE
       
  8898 				strike     	FALSE
       
  8899 				color      	0
       
  8900 				default_color 	TRUE)
       
  8901 			    label      	(object ItemLabel
       
  8902 				Parent_View 	@98
       
  8903 				location   	(1311, 1094)
       
  8904 				fill_color 	13434879
       
  8905 				anchor_loc 	1
       
  8906 				nlines     	2
       
  8907 				max_width  	204
       
  8908 				justify    	0
       
  8909 				label      	"Finished")
       
  8910 			    icon_style 	"Icon"
       
  8911 			    line_color 	3342489
       
  8912 			    fill_color 	13434879
       
  8913 			    quidu      	"439ED3CC018E"
       
  8914 			    autoResize 	TRUE)
       
  8915 			(object TransView "" @99
       
  8916 			    font       	(object Font
       
  8917 				size       	10
       
  8918 				face       	"Arial"
       
  8919 				bold       	FALSE
       
  8920 				italics    	FALSE
       
  8921 				underline  	FALSE
       
  8922 				strike     	FALSE
       
  8923 				color      	0
       
  8924 				default_color 	TRUE)
       
  8925 			    label      	(object SegLabel @100
       
  8926 				Parent_View 	@99
       
  8927 				location   	(1567, 991)
       
  8928 				font       	(object Font
       
  8929 				    size       	10
       
  8930 				    face       	"Arial"
       
  8931 				    bold       	FALSE
       
  8932 				    italics    	FALSE
       
  8933 				    underline  	FALSE
       
  8934 				    strike     	FALSE
       
  8935 				    color      	0
       
  8936 				    default_color 	TRUE)
       
  8937 				anchor_loc 	1
       
  8938 				nlines     	1
       
  8939 				max_width  	450
       
  8940 				justify    	0
       
  8941 				label      	"Finish(iv-out)"
       
  8942 				pctDist    	0.773876
       
  8943 				height     	107
       
  8944 				orientation 	1)
       
  8945 			    stereotype 	TRUE
       
  8946 			    line_color 	3342489
       
  8947 			    quidu      	"439ED56F0031"
       
  8948 			    client     	@84
       
  8949 			    supplier   	@98
       
  8950 			    line_style 	0
       
  8951 			    x_offset   	FALSE)
       
  8952 			(object TransView "" @101
       
  8953 			    font       	(object Font
       
  8954 				size       	10
       
  8955 				face       	"Arial"
       
  8956 				bold       	FALSE
       
  8957 				italics    	FALSE
       
  8958 				underline  	FALSE
       
  8959 				strike     	FALSE
       
  8960 				color      	0
       
  8961 				default_color 	TRUE)
       
  8962 			    label      	(object SegLabel @102
       
  8963 				Parent_View 	@101
       
  8964 				location   	(1577, 1203)
       
  8965 				font       	(object Font
       
  8966 				    size       	10
       
  8967 				    face       	"Arial"
       
  8968 				    bold       	FALSE
       
  8969 				    italics    	FALSE
       
  8970 				    underline  	FALSE
       
  8971 				    strike     	FALSE
       
  8972 				    color      	0
       
  8973 				    default_color 	TRUE)
       
  8974 				anchor_loc 	1
       
  8975 				nlines     	1
       
  8976 				max_width  	450
       
  8977 				justify    	0
       
  8978 				label      	"Finish(iv-out)"
       
  8979 				pctDist    	0.768281
       
  8980 				height     	117
       
  8981 				orientation 	0)
       
  8982 			    stereotype 	TRUE
       
  8983 			    line_color 	3342489
       
  8984 			    quidu      	"439ED552033E"
       
  8985 			    client     	@90
       
  8986 			    supplier   	@98
       
  8987 			    line_style 	0
       
  8988 			    x_offset   	FALSE)
       
  8989 			(object TransView "" @103
       
  8990 			    font       	(object Font
       
  8991 				size       	10
       
  8992 				face       	"Arial"
       
  8993 				bold       	FALSE
       
  8994 				italics    	FALSE
       
  8995 				underline  	FALSE
       
  8996 				strike     	FALSE
       
  8997 				color      	0
       
  8998 				default_color 	TRUE)
       
  8999 			    label      	(object SegLabel @104
       
  9000 				Parent_View 	@103
       
  9001 				location   	(1628, 442)
       
  9002 				font       	(object Font
       
  9003 				    size       	10
       
  9004 				    face       	"Arial"
       
  9005 				    bold       	FALSE
       
  9006 				    italics    	FALSE
       
  9007 				    underline  	FALSE
       
  9008 				    strike     	FALSE
       
  9009 				    color      	0
       
  9010 				    default_color 	TRUE)
       
  9011 				anchor_loc 	1
       
  9012 				nlines     	1
       
  9013 				max_width  	450
       
  9014 				justify    	0
       
  9015 				label      	"Init(iv-in,encrypt)"
       
  9016 				pctDist    	0.819690
       
  9017 				height     	228
       
  9018 				orientation 	0)
       
  9019 			    stereotype 	TRUE
       
  9020 			    line_color 	3342489
       
  9021 			    quidu      	"439ED5C0011A"
       
  9022 			    client     	@98
       
  9023 			    supplier   	@84
       
  9024 			    line_style 	0
       
  9025 			    x_offset   	FALSE)
       
  9026 			(object TransView "" @105
       
  9027 			    font       	(object Font
       
  9028 				size       	10
       
  9029 				face       	"Arial"
       
  9030 				bold       	FALSE
       
  9031 				italics    	FALSE
       
  9032 				underline  	FALSE
       
  9033 				strike     	FALSE
       
  9034 				color      	0
       
  9035 				default_color 	TRUE)
       
  9036 			    label      	(object SegLabel @106
       
  9037 				Parent_View 	@105
       
  9038 				location   	(1631, 1711)
       
  9039 				font       	(object Font
       
  9040 				    size       	10
       
  9041 				    face       	"Arial"
       
  9042 				    bold       	FALSE
       
  9043 				    italics    	FALSE
       
  9044 				    underline  	FALSE
       
  9045 				    strike     	FALSE
       
  9046 				    color      	0
       
  9047 				    default_color 	TRUE)
       
  9048 				anchor_loc 	1
       
  9049 				nlines     	1
       
  9050 				max_width  	450
       
  9051 				justify    	0
       
  9052 				label      	"Init(iv-in, decrypt)"
       
  9053 				pctDist    	0.793399
       
  9054 				height     	207
       
  9055 				orientation 	1)
       
  9056 			    stereotype 	TRUE
       
  9057 			    line_color 	3342489
       
  9058 			    quidu      	"439ED5DD0178"
       
  9059 			    client     	@98
       
  9060 			    supplier   	@90
       
  9061 			    line_style 	0
       
  9062 			    x_offset   	FALSE)
       
  9063 			(object TransView "" @107
       
  9064 			    font       	(object Font
       
  9065 				size       	10
       
  9066 				face       	"Arial"
       
  9067 				bold       	FALSE
       
  9068 				italics    	FALSE
       
  9069 				underline  	FALSE
       
  9070 				strike     	FALSE
       
  9071 				color      	0
       
  9072 				default_color 	TRUE)
       
  9073 			    label      	(object SegLabel @108
       
  9074 				Parent_View 	@107
       
  9075 				location   	(1069, 1158)
       
  9076 				font       	(object Font
       
  9077 				    size       	10
       
  9078 				    face       	"Arial"
       
  9079 				    bold       	FALSE
       
  9080 				    italics    	FALSE
       
  9081 				    underline  	FALSE
       
  9082 				    strike     	FALSE
       
  9083 				    color      	0
       
  9084 				    default_color 	TRUE)
       
  9085 				anchor_loc 	1
       
  9086 				nlines     	1
       
  9087 				max_width  	450
       
  9088 				justify    	0
       
  9089 				label      	"SetKeyL"
       
  9090 				pctDist    	0.703518
       
  9091 				height     	53
       
  9092 				orientation 	1)
       
  9093 			    stereotype 	TRUE
       
  9094 			    line_color 	3342489
       
  9095 			    quidu      	"439EDF9202A0"
       
  9096 			    client     	@98
       
  9097 			    supplier   	@78
       
  9098 			    line_style 	0
       
  9099 			    x_offset   	FALSE)
       
  9100 			(object StateView "EndState" "$UNNAMED$150" @109
       
  9101 			    Parent_View 	@83
       
  9102 			    location   	(1714, 1108)
       
  9103 			    font       	(object Font
       
  9104 				size       	10
       
  9105 				face       	"Arial"
       
  9106 				bold       	FALSE
       
  9107 				italics    	FALSE
       
  9108 				underline  	FALSE
       
  9109 				strike     	FALSE
       
  9110 				color      	0
       
  9111 				default_color 	TRUE)
       
  9112 			    label      	(object ItemLabel
       
  9113 				Parent_View 	@109
       
  9114 				location   	(1768, 1066)
       
  9115 				nlines     	2
       
  9116 				max_width  	600
       
  9117 				label      	"")
       
  9118 			    icon_style 	"Icon"
       
  9119 			    line_color 	3342489
       
  9120 			    quidu      	"439EE2DB0312"
       
  9121 			    autoResize 	TRUE)
       
  9122 			(object Swimlane "" @110
       
  9123 			    location   	(2266, 0)
       
  9124 			    line_color 	3342489
       
  9125 			    width      	450)
       
  9126 			(object TransView "" @111
       
  9127 			    stereotype 	TRUE
       
  9128 			    line_color 	3342489
       
  9129 			    quidu      	"439EE2E300C0"
       
  9130 			    client     	@98
       
  9131 			    supplier   	@109
       
  9132 			    line_style 	0
       
  9133 			    x_offset   	FALSE)
       
  9134 			(object TransView "" @112
       
  9135 			    stereotype 	TRUE
       
  9136 			    line_color 	3342489
       
  9137 			    quidu      	"439EE2EB0285"
       
  9138 			    client     	@84
       
  9139 			    supplier   	@109
       
  9140 			    line_style 	0
       
  9141 			    x_offset   	FALSE)
       
  9142 			(object TransView "" @113
       
  9143 			    stereotype 	TRUE
       
  9144 			    line_color 	3342489
       
  9145 			    quidu      	"439EE2F000B0"
       
  9146 			    client     	@90
       
  9147 			    supplier   	@109
       
  9148 			    line_style 	0
       
  9149 			    x_offset   	FALSE)))
       
  9150 		(object ActivityDiagram "Digest Engine"
       
  9151 		    quid       	"43A03069002D"
       
  9152 		    title      	"Digest Engine"
       
  9153 		    zoom       	100
       
  9154 		    max_height 	28350
       
  9155 		    max_width  	21600
       
  9156 		    origin_x   	0
       
  9157 		    origin_y   	0
       
  9158 		    items      	(list diagram_item_list
       
  9159 			(object Swimlane "" @114
       
  9160 			    line_color 	3342489
       
  9161 			    width      	450)
       
  9162 			(object StateView "Normal" "Waiting" @115
       
  9163 			    Parent_View 	@114
       
  9164 			    location   	(600, 611)
       
  9165 			    font       	(object Font
       
  9166 				size       	10
       
  9167 				face       	"Arial"
       
  9168 				bold       	FALSE
       
  9169 				italics    	FALSE
       
  9170 				underline  	FALSE
       
  9171 				strike     	FALSE
       
  9172 				color      	0
       
  9173 				default_color 	TRUE)
       
  9174 			    label      	(object ItemLabel
       
  9175 				Parent_View 	@115
       
  9176 				location   	(600, 600)
       
  9177 				fill_color 	13434879
       
  9178 				anchor_loc 	1
       
  9179 				nlines     	2
       
  9180 				max_width  	204
       
  9181 				justify    	0
       
  9182 				label      	"Waiting")
       
  9183 			    icon_style 	"Icon"
       
  9184 			    line_color 	3342489
       
  9185 			    fill_color 	13434879
       
  9186 			    quidu      	"43A030F00093"
       
  9187 			    autoResize 	TRUE)
       
  9188 			(object StateView "Normal" "Digesting" @116
       
  9189 			    Parent_View 	@114
       
  9190 			    location   	(1447, 606)
       
  9191 			    font       	(object Font
       
  9192 				size       	10
       
  9193 				face       	"Arial"
       
  9194 				bold       	FALSE
       
  9195 				italics    	FALSE
       
  9196 				underline  	FALSE
       
  9197 				strike     	FALSE
       
  9198 				color      	0
       
  9199 				default_color 	TRUE)
       
  9200 			    label      	(object ItemLabel
       
  9201 				Parent_View 	@116
       
  9202 				location   	(1447, 595)
       
  9203 				fill_color 	13434879
       
  9204 				anchor_loc 	1
       
  9205 				nlines     	2
       
  9206 				max_width  	204
       
  9207 				justify    	0
       
  9208 				label      	"Digesting")
       
  9209 			    icon_style 	"Icon"
       
  9210 			    line_color 	3342489
       
  9211 			    fill_color 	13434879
       
  9212 			    quidu      	"43A031030024"
       
  9213 			    autoResize 	TRUE)
       
  9214 			(object TransView "" @117
       
  9215 			    font       	(object Font
       
  9216 				size       	10
       
  9217 				face       	"Arial"
       
  9218 				bold       	FALSE
       
  9219 				italics    	FALSE
       
  9220 				underline  	FALSE
       
  9221 				strike     	FALSE
       
  9222 				color      	0
       
  9223 				default_color 	TRUE)
       
  9224 			    label      	(object SegLabel @118
       
  9225 				Parent_View 	@117
       
  9226 				location   	(1086, 491)
       
  9227 				font       	(object Font
       
  9228 				    size       	10
       
  9229 				    face       	"Arial"
       
  9230 				    bold       	FALSE
       
  9231 				    italics    	FALSE
       
  9232 				    underline  	FALSE
       
  9233 				    strike     	FALSE
       
  9234 				    color      	0
       
  9235 				    default_color 	TRUE)
       
  9236 				anchor_loc 	1
       
  9237 				nlines     	1
       
  9238 				max_width  	450
       
  9239 				justify    	0
       
  9240 				label      	"Init()"
       
  9241 				pctDist    	0.500000
       
  9242 				height     	45
       
  9243 				orientation 	0)
       
  9244 			    stereotype 	TRUE
       
  9245 			    line_color 	3342489
       
  9246 			    quidu      	"43A0311203DD"
       
  9247 			    client     	@115
       
  9248 			    supplier   	@116
       
  9249 			    vertices   	(list Points
       
  9250 				(750, 578)
       
  9251 				(997, 525)
       
  9252 				(1297, 578))
       
  9253 			    line_style 	0
       
  9254 			    x_offset   	FALSE)
       
  9255 			(object SelfTransView "" @119
       
  9256 			    location   	(1447, 389)
       
  9257 			    font       	(object Font
       
  9258 				size       	10
       
  9259 				face       	"Arial"
       
  9260 				bold       	FALSE
       
  9261 				italics    	FALSE
       
  9262 				underline  	FALSE
       
  9263 				strike     	FALSE
       
  9264 				color      	0
       
  9265 				default_color 	TRUE)
       
  9266 			    label      	(object SegLabel @120
       
  9267 				Parent_View 	@119
       
  9268 				location   	(1448, 329)
       
  9269 				font       	(object Font
       
  9270 				    size       	10
       
  9271 				    face       	"Arial"
       
  9272 				    bold       	FALSE
       
  9273 				    italics    	FALSE
       
  9274 				    underline  	FALSE
       
  9275 				    strike     	FALSE
       
  9276 				    color      	0
       
  9277 				    default_color 	TRUE)
       
  9278 				anchor_loc 	1
       
  9279 				nlines     	1
       
  9280 				max_width  	450
       
  9281 				justify    	0
       
  9282 				label      	"Update(data)"
       
  9283 				pctDist    	0.500000
       
  9284 				height     	210
       
  9285 				orientation 	0)
       
  9286 			    stereotype 	TRUE
       
  9287 			    line_color 	3342489
       
  9288 			    quidu      	"43A0312902A3"
       
  9289 			    client     	@116
       
  9290 			    supplier   	@116
       
  9291 			    line_style 	4)
       
  9292 			(object TransView "" @121
       
  9293 			    font       	(object Font
       
  9294 				size       	10
       
  9295 				face       	"Arial"
       
  9296 				bold       	FALSE
       
  9297 				italics    	FALSE
       
  9298 				underline  	FALSE
       
  9299 				strike     	FALSE
       
  9300 				color      	0
       
  9301 				default_color 	TRUE)
       
  9302 			    label      	(object SegLabel @122
       
  9303 				Parent_View 	@121
       
  9304 				location   	(1019, 719)
       
  9305 				font       	(object Font
       
  9306 				    size       	10
       
  9307 				    face       	"Arial"
       
  9308 				    bold       	FALSE
       
  9309 				    italics    	FALSE
       
  9310 				    underline  	FALSE
       
  9311 				    strike     	FALSE
       
  9312 				    color      	0
       
  9313 				    default_color 	TRUE)
       
  9314 				anchor_loc 	1
       
  9315 				nlines     	1
       
  9316 				max_width  	450
       
  9317 				justify    	0
       
  9318 				label      	"Finish(digest-out)"
       
  9319 				pctDist    	0.500000
       
  9320 				height     	45
       
  9321 				orientation 	0)
       
  9322 			    stereotype 	TRUE
       
  9323 			    line_color 	3342489
       
  9324 			    quidu      	"43A0313800CD"
       
  9325 			    client     	@116
       
  9326 			    supplier   	@115
       
  9327 			    vertices   	(list Points
       
  9328 				(1297, 630)
       
  9329 				(1028, 675)
       
  9330 				(750, 633))
       
  9331 			    line_style 	0
       
  9332 			    x_offset   	FALSE)
       
  9333 			(object StateView "EndState" "$UNNAMED$152" @123
       
  9334 			    Parent_View 	@114
       
  9335 			    location   	(1045, 1023)
       
  9336 			    font       	(object Font
       
  9337 				size       	10
       
  9338 				face       	"Arial"
       
  9339 				bold       	FALSE
       
  9340 				italics    	FALSE
       
  9341 				underline  	FALSE
       
  9342 				strike     	FALSE
       
  9343 				color      	0
       
  9344 				default_color 	TRUE)
       
  9345 			    label      	(object ItemLabel
       
  9346 				Parent_View 	@123
       
  9347 				location   	(1099, 981)
       
  9348 				nlines     	2
       
  9349 				max_width  	600
       
  9350 				label      	"")
       
  9351 			    icon_style 	"Icon"
       
  9352 			    line_color 	3342489
       
  9353 			    quidu      	"43A0316D033B"
       
  9354 			    autoResize 	TRUE)
       
  9355 			(object TransView "" @124
       
  9356 			    stereotype 	TRUE
       
  9357 			    line_color 	3342489
       
  9358 			    quidu      	"43A031740185"
       
  9359 			    client     	@115
       
  9360 			    supplier   	@123
       
  9361 			    line_style 	0
       
  9362 			    x_offset   	FALSE)
       
  9363 			(object TransView "" @125
       
  9364 			    stereotype 	TRUE
       
  9365 			    line_color 	3342489
       
  9366 			    quidu      	"43A0317D00BA"
       
  9367 			    client     	@116
       
  9368 			    supplier   	@123
       
  9369 			    line_style 	0
       
  9370 			    x_offset   	FALSE)
       
  9371 			(object StateView "StartState" "$UNNAMED$148" @126
       
  9372 			    Parent_View 	@114
       
  9373 			    location   	(600, 265)
       
  9374 			    font       	(object Font
       
  9375 				size       	10
       
  9376 				face       	"Arial"
       
  9377 				bold       	FALSE
       
  9378 				italics    	FALSE
       
  9379 				underline  	FALSE
       
  9380 				strike     	FALSE
       
  9381 				color      	0
       
  9382 				default_color 	TRUE)
       
  9383 			    label      	(object ItemLabel
       
  9384 				Parent_View 	@126
       
  9385 				location   	(642, 235)
       
  9386 				nlines     	2
       
  9387 				max_width  	600
       
  9388 				label      	"")
       
  9389 			    icon_style 	"Icon"
       
  9390 			    line_color 	3342489
       
  9391 			    quidu      	"439ECCF90231"
       
  9392 			    autoResize 	TRUE)
       
  9393 			(object TransView "" @127
       
  9394 			    stereotype 	TRUE
       
  9395 			    line_color 	3342489
       
  9396 			    quidu      	"441FDACA02E8"
       
  9397 			    client     	@126
       
  9398 			    supplier   	@115
       
  9399 			    line_style 	0
       
  9400 			    x_offset   	FALSE)))))
       
  9401 	logical_presentations 	(list unit_reference_list
       
  9402 	    (object ClassDiagram "Cipher Classes"
       
  9403 		quid       	"439E90D20363"
       
  9404 		title      	"Cipher Classes"
       
  9405 		zoom       	100
       
  9406 		max_height 	28350
       
  9407 		max_width  	21600
       
  9408 		origin_x   	22
       
  9409 		origin_y   	0
       
  9410 		items      	(list diagram_item_list
       
  9411 		    (object ClassView "InstantiatedClass" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherCbc<AES_CBLOCK_SIZE>" @128
       
  9412 			ShowCompartmentStereotypes 	TRUE
       
  9413 			IncludeAttribute 	TRUE
       
  9414 			IncludeOperation 	TRUE
       
  9415 			location   	(1561, 940)
       
  9416 			font       	(object Font
       
  9417 			    size       	10
       
  9418 			    face       	"Arial"
       
  9419 			    bold       	FALSE
       
  9420 			    italics    	FALSE
       
  9421 			    underline  	FALSE
       
  9422 			    strike     	FALSE
       
  9423 			    color      	0
       
  9424 			    default_color 	TRUE)
       
  9425 			label      	(object ItemLabel
       
  9426 			    Parent_View 	@128
       
  9427 			    location   	(1048, 888)
       
  9428 			    fill_color 	13434879
       
  9429 			    nlines     	1
       
  9430 			    max_width  	1026
       
  9431 			    justify    	0
       
  9432 			    label      	"CSymmetricCipherCbc<AES_CBLOCK_SIZE>")
       
  9433 			icon_style 	"Icon"
       
  9434 			line_color 	3342489
       
  9435 			fill_color 	13434879
       
  9436 			quidu      	"439D3CA80185"
       
  9437 			width      	1044
       
  9438 			height     	128
       
  9439 			autoResize 	TRUE)
       
  9440 		    (object ClassView "InstantiatedClass" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherCbc<DES_CBLOCK_SIZE>" @129
       
  9441 			ShowCompartmentStereotypes 	TRUE
       
  9442 			IncludeAttribute 	TRUE
       
  9443 			IncludeOperation 	TRUE
       
  9444 			location   	(556, 1121)
       
  9445 			font       	(object Font
       
  9446 			    size       	10
       
  9447 			    face       	"Arial"
       
  9448 			    bold       	FALSE
       
  9449 			    italics    	FALSE
       
  9450 			    underline  	FALSE
       
  9451 			    strike     	FALSE
       
  9452 			    color      	0
       
  9453 			    default_color 	TRUE)
       
  9454 			label      	(object ItemLabel
       
  9455 			    Parent_View 	@129
       
  9456 			    location   	(38, 1069)
       
  9457 			    fill_color 	13434879
       
  9458 			    nlines     	1
       
  9459 			    max_width  	1036
       
  9460 			    justify    	0
       
  9461 			    label      	"CSymmetricCipherCbc<DES_CBLOCK_SIZE>")
       
  9462 			icon_style 	"Icon"
       
  9463 			line_color 	3342489
       
  9464 			fill_color 	13434879
       
  9465 			quidu      	"439E92E701C6"
       
  9466 			width      	1054
       
  9467 			height     	128
       
  9468 			autoResize 	TRUE)
       
  9469 		    (object ClassView "ParameterizedClass" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherCbc" @130
       
  9470 			ShowCompartmentStereotypes 	TRUE
       
  9471 			location   	(1128, 673)
       
  9472 			font       	(object Font
       
  9473 			    size       	10
       
  9474 			    face       	"Arial"
       
  9475 			    bold       	FALSE
       
  9476 			    italics    	FALSE
       
  9477 			    underline  	FALSE
       
  9478 			    strike     	FALSE
       
  9479 			    color      	0
       
  9480 			    default_color 	TRUE)
       
  9481 			label      	(object ItemLabel
       
  9482 			    Parent_View 	@130
       
  9483 			    location   	(867, 642)
       
  9484 			    fill_color 	13434879
       
  9485 			    nlines     	1
       
  9486 			    max_width  	522
       
  9487 			    justify    	0
       
  9488 			    label      	"CSymmetricCipherCbc")
       
  9489 			icon_style 	"Icon"
       
  9490 			line_color 	3342489
       
  9491 			fill_color 	13434879
       
  9492 			quidu      	"439D3CA800F8"
       
  9493 			width      	540
       
  9494 			height     	162
       
  9495 			autoResize 	TRUE)
       
  9496 		    (object UsesView "" @131
       
  9497 			stereotype 	TRUE
       
  9498 			line_color 	3342489
       
  9499 			quidu      	"439D3CA80186"
       
  9500 			client     	@128
       
  9501 			supplier   	@130
       
  9502 			line_style 	0)
       
  9503 		    (object UsesView "" @132
       
  9504 			stereotype 	TRUE
       
  9505 			line_color 	3342489
       
  9506 			quidu      	"439E92E701C7"
       
  9507 			client     	@129
       
  9508 			supplier   	@130
       
  9509 			line_style 	0)
       
  9510 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherAesctr" @133
       
  9511 			ShowCompartmentStereotypes 	TRUE
       
  9512 			location   	(1679, 1271)
       
  9513 			font       	(object Font
       
  9514 			    size       	10
       
  9515 			    face       	"Arial"
       
  9516 			    bold       	FALSE
       
  9517 			    italics    	FALSE
       
  9518 			    underline  	FALSE
       
  9519 			    strike     	FALSE
       
  9520 			    color      	0
       
  9521 			    default_color 	TRUE)
       
  9522 			label      	(object ItemLabel
       
  9523 			    Parent_View 	@133
       
  9524 			    location   	(1384, 1219)
       
  9525 			    fill_color 	13434879
       
  9526 			    nlines     	1
       
  9527 			    max_width  	590
       
  9528 			    justify    	0
       
  9529 			    label      	"CSymmetricCipherAesctr")
       
  9530 			icon_style 	"Icon"
       
  9531 			line_color 	3342489
       
  9532 			fill_color 	13434879
       
  9533 			quidu      	"439E92E70224"
       
  9534 			width      	608
       
  9535 			height     	128
       
  9536 			autoResize 	TRUE)
       
  9537 		    (object InheritView "" @134
       
  9538 			stereotype 	TRUE
       
  9539 			line_color 	3342489
       
  9540 			quidu      	"439E92E70234"
       
  9541 			client     	@133
       
  9542 			supplier   	@128
       
  9543 			line_style 	0)
       
  9544 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherAesctr::CSymmetricCipherAescbc" @135
       
  9545 			ShowCompartmentStereotypes 	TRUE
       
  9546 			IncludeAttribute 	TRUE
       
  9547 			location   	(1099, 1502)
       
  9548 			font       	(object Font
       
  9549 			    size       	10
       
  9550 			    face       	"Arial"
       
  9551 			    bold       	FALSE
       
  9552 			    italics    	FALSE
       
  9553 			    underline  	FALSE
       
  9554 			    strike     	FALSE
       
  9555 			    color      	0
       
  9556 			    default_color 	TRUE)
       
  9557 			label      	(object ItemLabel
       
  9558 			    Parent_View 	@135
       
  9559 			    location   	(794, 1450)
       
  9560 			    fill_color 	13434879
       
  9561 			    nlines     	1
       
  9562 			    max_width  	610
       
  9563 			    justify    	0
       
  9564 			    label      	"CSymmetricCipherAescbc")
       
  9565 			icon_style 	"Icon"
       
  9566 			line_color 	3342489
       
  9567 			fill_color 	13434879
       
  9568 			quidu      	"439E92E701F5"
       
  9569 			width      	628
       
  9570 			height     	128
       
  9571 			autoResize 	TRUE)
       
  9572 		    (object InheritView "" @136
       
  9573 			stereotype 	TRUE
       
  9574 			line_color 	3342489
       
  9575 			quidu      	"439E92E70205"
       
  9576 			client     	@135
       
  9577 			supplier   	@128
       
  9578 			line_style 	0)
       
  9579 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherDescbc" @137
       
  9580 			ShowCompartmentStereotypes 	TRUE
       
  9581 			IncludeAttribute 	TRUE
       
  9582 			location   	(554, 1753)
       
  9583 			font       	(object Font
       
  9584 			    size       	10
       
  9585 			    face       	"Arial"
       
  9586 			    bold       	FALSE
       
  9587 			    italics    	FALSE
       
  9588 			    underline  	FALSE
       
  9589 			    strike     	FALSE
       
  9590 			    color      	0
       
  9591 			    default_color 	TRUE)
       
  9592 			label      	(object ItemLabel
       
  9593 			    Parent_View 	@137
       
  9594 			    location   	(248, 1701)
       
  9595 			    fill_color 	13434879
       
  9596 			    nlines     	1
       
  9597 			    max_width  	612
       
  9598 			    justify    	0
       
  9599 			    label      	"CSymmetricCipherDescbc")
       
  9600 			icon_style 	"Icon"
       
  9601 			line_color 	3342489
       
  9602 			fill_color 	13434879
       
  9603 			quidu      	"439D3CA80127"
       
  9604 			width      	630
       
  9605 			height     	128
       
  9606 			autoResize 	TRUE)
       
  9607 		    (object InheritView "" @138
       
  9608 			stereotype 	TRUE
       
  9609 			line_color 	3342489
       
  9610 			quidu      	"439E92E701C8"
       
  9611 			client     	@137
       
  9612 			supplier   	@129
       
  9613 			line_style 	0)
       
  9614 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::C3DESEncryptor" @139
       
  9615 			ShowCompartmentStereotypes 	TRUE
       
  9616 			IncludeAttribute 	TRUE
       
  9617 			location   	(2429, 2835)
       
  9618 			font       	(object Font
       
  9619 			    size       	10
       
  9620 			    face       	"Arial"
       
  9621 			    bold       	FALSE
       
  9622 			    italics    	FALSE
       
  9623 			    underline  	FALSE
       
  9624 			    strike     	FALSE
       
  9625 			    color      	0
       
  9626 			    default_color 	TRUE)
       
  9627 			label      	(object ItemLabel
       
  9628 			    Parent_View 	@139
       
  9629 			    location   	(2222, 2783)
       
  9630 			    fill_color 	13434879
       
  9631 			    nlines     	1
       
  9632 			    max_width  	414
       
  9633 			    justify    	0
       
  9634 			    label      	"C3DESEncryptor")
       
  9635 			icon_style 	"Icon"
       
  9636 			line_color 	3342489
       
  9637 			fill_color 	13434879
       
  9638 			quidu      	"439D5846014A"
       
  9639 			width      	432
       
  9640 			height     	128
       
  9641 			autoResize 	TRUE)
       
  9642 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::C3DESDecryptor" @140
       
  9643 			ShowCompartmentStereotypes 	TRUE
       
  9644 			IncludeAttribute 	TRUE
       
  9645 			location   	(2230, 2587)
       
  9646 			font       	(object Font
       
  9647 			    size       	10
       
  9648 			    face       	"Arial"
       
  9649 			    bold       	FALSE
       
  9650 			    italics    	FALSE
       
  9651 			    underline  	FALSE
       
  9652 			    strike     	FALSE
       
  9653 			    color      	0
       
  9654 			    default_color 	TRUE)
       
  9655 			label      	(object ItemLabel
       
  9656 			    Parent_View 	@140
       
  9657 			    location   	(2022, 2535)
       
  9658 			    fill_color 	13434879
       
  9659 			    nlines     	1
       
  9660 			    max_width  	416
       
  9661 			    justify    	0
       
  9662 			    label      	"C3DESDecryptor")
       
  9663 			icon_style 	"Icon"
       
  9664 			line_color 	3342489
       
  9665 			fill_color 	13434879
       
  9666 			quidu      	"439D58460169"
       
  9667 			width      	434
       
  9668 			height     	128
       
  9669 			autoResize 	TRUE)
       
  9670 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CDESDecryptor" @141
       
  9671 			ShowCompartmentStereotypes 	TRUE
       
  9672 			IncludeAttribute 	TRUE
       
  9673 			location   	(2082, 2380)
       
  9674 			font       	(object Font
       
  9675 			    size       	10
       
  9676 			    face       	"Arial"
       
  9677 			    bold       	FALSE
       
  9678 			    italics    	FALSE
       
  9679 			    underline  	FALSE
       
  9680 			    strike     	FALSE
       
  9681 			    color      	0
       
  9682 			    default_color 	TRUE)
       
  9683 			label      	(object ItemLabel
       
  9684 			    Parent_View 	@141
       
  9685 			    location   	(1889, 2328)
       
  9686 			    fill_color 	13434879
       
  9687 			    nlines     	1
       
  9688 			    max_width  	386
       
  9689 			    justify    	0
       
  9690 			    label      	"CDESDecryptor")
       
  9691 			icon_style 	"Icon"
       
  9692 			line_color 	3342489
       
  9693 			fill_color 	13434879
       
  9694 			quidu      	"439D58460011"
       
  9695 			width      	404
       
  9696 			height     	128
       
  9697 			autoResize 	TRUE)
       
  9698 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CDESEncryptor" @142
       
  9699 			ShowCompartmentStereotypes 	TRUE
       
  9700 			IncludeAttribute 	TRUE
       
  9701 			location   	(1980, 2154)
       
  9702 			font       	(object Font
       
  9703 			    size       	10
       
  9704 			    face       	"Arial"
       
  9705 			    bold       	FALSE
       
  9706 			    italics    	FALSE
       
  9707 			    underline  	FALSE
       
  9708 			    strike     	FALSE
       
  9709 			    color      	0
       
  9710 			    default_color 	TRUE)
       
  9711 			label      	(object ItemLabel
       
  9712 			    Parent_View 	@142
       
  9713 			    location   	(1788, 2102)
       
  9714 			    fill_color 	13434879
       
  9715 			    nlines     	1
       
  9716 			    max_width  	384
       
  9717 			    justify    	0
       
  9718 			    label      	"CDESEncryptor")
       
  9719 			icon_style 	"Icon"
       
  9720 			line_color 	3342489
       
  9721 			fill_color 	13434879
       
  9722 			quidu      	"439D584503CA"
       
  9723 			width      	402
       
  9724 			height     	128
       
  9725 			autoResize 	TRUE)
       
  9726 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipher3Descbc" @143
       
  9727 			ShowCompartmentStereotypes 	TRUE
       
  9728 			IncludeAttribute 	TRUE
       
  9729 			location   	(555, 2128)
       
  9730 			font       	(object Font
       
  9731 			    size       	10
       
  9732 			    face       	"Arial"
       
  9733 			    bold       	FALSE
       
  9734 			    italics    	FALSE
       
  9735 			    underline  	FALSE
       
  9736 			    strike     	FALSE
       
  9737 			    color      	0
       
  9738 			    default_color 	TRUE)
       
  9739 			label      	(object ItemLabel
       
  9740 			    Parent_View 	@143
       
  9741 			    location   	(237, 2076)
       
  9742 			    fill_color 	13434879
       
  9743 			    nlines     	1
       
  9744 			    max_width  	636
       
  9745 			    justify    	0
       
  9746 			    label      	"CSymmetricCipher3Descbc")
       
  9747 			icon_style 	"Icon"
       
  9748 			line_color 	3342489
       
  9749 			fill_color 	13434879
       
  9750 			quidu      	"439D3CA80156"
       
  9751 			width      	654
       
  9752 			height     	128
       
  9753 			autoResize 	TRUE)
       
  9754 		    (object InheritView "" @144
       
  9755 			stereotype 	TRUE
       
  9756 			line_color 	3342489
       
  9757 			quidu      	"439D3CA80157"
       
  9758 			client     	@143
       
  9759 			supplier   	@137
       
  9760 			line_style 	0)
       
  9761 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CAESDecryptor" @145
       
  9762 			ShowCompartmentStereotypes 	TRUE
       
  9763 			IncludeAttribute 	TRUE
       
  9764 			location   	(1908, 1934)
       
  9765 			font       	(object Font
       
  9766 			    size       	10
       
  9767 			    face       	"Arial"
       
  9768 			    bold       	FALSE
       
  9769 			    italics    	FALSE
       
  9770 			    underline  	FALSE
       
  9771 			    strike     	FALSE
       
  9772 			    color      	0
       
  9773 			    default_color 	TRUE)
       
  9774 			label      	(object ItemLabel
       
  9775 			    Parent_View 	@145
       
  9776 			    location   	(1716, 1882)
       
  9777 			    fill_color 	13434879
       
  9778 			    nlines     	1
       
  9779 			    max_width  	384
       
  9780 			    justify    	0
       
  9781 			    label      	"CAESDecryptor")
       
  9782 			icon_style 	"Icon"
       
  9783 			line_color 	3342489
       
  9784 			fill_color 	13434879
       
  9785 			quidu      	"439D5843031F"
       
  9786 			width      	402
       
  9787 			height     	128
       
  9788 			autoResize 	TRUE)
       
  9789 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CAESEncryptor" @146
       
  9790 			ShowCompartmentStereotypes 	TRUE
       
  9791 			IncludeAttribute 	TRUE
       
  9792 			location   	(1843, 1677)
       
  9793 			font       	(object Font
       
  9794 			    size       	10
       
  9795 			    face       	"Arial"
       
  9796 			    bold       	FALSE
       
  9797 			    italics    	FALSE
       
  9798 			    underline  	FALSE
       
  9799 			    strike     	FALSE
       
  9800 			    color      	0
       
  9801 			    default_color 	TRUE)
       
  9802 			label      	(object ItemLabel
       
  9803 			    Parent_View 	@146
       
  9804 			    location   	(1650, 1625)
       
  9805 			    fill_color 	13434879
       
  9806 			    nlines     	1
       
  9807 			    max_width  	386
       
  9808 			    justify    	0
       
  9809 			    label      	"CAESEncryptor")
       
  9810 			icon_style 	"Icon"
       
  9811 			line_color 	3342489
       
  9812 			fill_color 	13434879
       
  9813 			quidu      	"439D584302E0"
       
  9814 			width      	404
       
  9815 			height     	128
       
  9816 			autoResize 	TRUE)
       
  9817 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherBase" @147
       
  9818 			ShowCompartmentStereotypes 	TRUE
       
  9819 			location   	(1129, 427)
       
  9820 			font       	(object Font
       
  9821 			    size       	10
       
  9822 			    face       	"Arial"
       
  9823 			    bold       	FALSE
       
  9824 			    italics    	FALSE
       
  9825 			    underline  	FALSE
       
  9826 			    strike     	FALSE
       
  9827 			    color      	0
       
  9828 			    default_color 	TRUE)
       
  9829 			label      	(object ItemLabel
       
  9830 			    Parent_View 	@147
       
  9831 			    location   	(854, 375)
       
  9832 			    fill_color 	13434879
       
  9833 			    nlines     	1
       
  9834 			    max_width  	550
       
  9835 			    justify    	0
       
  9836 			    label      	"CSymmetricCipherBase")
       
  9837 			icon_style 	"Icon"
       
  9838 			line_color 	3342489
       
  9839 			fill_color 	13434879
       
  9840 			quidu      	"439D3CA8007B"
       
  9841 			width      	568
       
  9842 			height     	128
       
  9843 			autoResize 	TRUE)
       
  9844 		    (object InheritView "" @148
       
  9845 			stereotype 	TRUE
       
  9846 			line_color 	3342489
       
  9847 			quidu      	"439D3CA800F9"
       
  9848 			client     	@130
       
  9849 			supplier   	@147
       
  9850 			line_style 	0)
       
  9851 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CBlockTransformation" @149
       
  9852 			ShowCompartmentStereotypes 	TRUE
       
  9853 			IncludeAttribute 	TRUE
       
  9854 			location   	(2141, 427)
       
  9855 			font       	(object Font
       
  9856 			    size       	10
       
  9857 			    face       	"Arial"
       
  9858 			    bold       	FALSE
       
  9859 			    italics    	FALSE
       
  9860 			    underline  	FALSE
       
  9861 			    strike     	FALSE
       
  9862 			    color      	0
       
  9863 			    default_color 	TRUE)
       
  9864 			label      	(object ItemLabel
       
  9865 			    Parent_View 	@149
       
  9866 			    location   	(1882, 375)
       
  9867 			    fill_color 	13434879
       
  9868 			    nlines     	1
       
  9869 			    max_width  	518
       
  9870 			    justify    	0
       
  9871 			    label      	"CBlockTransformation")
       
  9872 			icon_style 	"Icon"
       
  9873 			line_color 	3342489
       
  9874 			fill_color 	13434879
       
  9875 			quidu      	"439EA7CE00A7"
       
  9876 			width      	536
       
  9877 			height     	128
       
  9878 			autoResize 	TRUE)
       
  9879 		    (object AssociationViewNew "$UNNAMED$128" @150
       
  9880 			location   	(1642, 427)
       
  9881 			stereotype 	TRUE
       
  9882 			line_color 	3342489
       
  9883 			quidu      	"439D3CA800C4"
       
  9884 			roleview_list 	(list RoleViews
       
  9885 			    (object RoleView "$UNNAMED$129" @151
       
  9886 				Parent_View 	@150
       
  9887 				location   	(1210, 227)
       
  9888 				font       	(object Font
       
  9889 				    size       	10
       
  9890 				    face       	"Arial"
       
  9891 				    bold       	FALSE
       
  9892 				    italics    	FALSE
       
  9893 				    underline  	FALSE
       
  9894 				    strike     	FALSE
       
  9895 				    color      	0
       
  9896 				    default_color 	TRUE)
       
  9897 				label      	(object SegLabel @152
       
  9898 				    Parent_View 	@151
       
  9899 				    location   	(1460, 386)
       
  9900 				    font       	(object Font
       
  9901 					size       	10
       
  9902 					face       	"Arial"
       
  9903 					bold       	FALSE
       
  9904 					italics    	FALSE
       
  9905 					underline  	FALSE
       
  9906 					strike     	FALSE
       
  9907 					color      	0
       
  9908 					default_color 	TRUE)
       
  9909 				    hidden     	TRUE
       
  9910 				    anchor     	1
       
  9911 				    anchor_loc 	1
       
  9912 				    nlines     	1
       
  9913 				    max_width  	450
       
  9914 				    justify    	0
       
  9915 				    label      	""
       
  9916 				    pctDist    	0.800000
       
  9917 				    height     	42
       
  9918 				    orientation 	1)
       
  9919 				stereotype 	TRUE
       
  9920 				line_color 	3342489
       
  9921 				quidu      	"439D3CA800CA"
       
  9922 				client     	@150
       
  9923 				supplier   	@147
       
  9924 				line_style 	0)
       
  9925 			    (object RoleView "iDecrypt" @153
       
  9926 				Parent_View 	@150
       
  9927 				location   	(1210, 227)
       
  9928 				font       	(object Font
       
  9929 				    size       	10
       
  9930 				    face       	"Arial"
       
  9931 				    bold       	FALSE
       
  9932 				    italics    	FALSE
       
  9933 				    underline  	FALSE
       
  9934 				    strike     	FALSE
       
  9935 				    color      	0
       
  9936 				    default_color 	TRUE)
       
  9937 				stereotype 	TRUE
       
  9938 				line_color 	3342489
       
  9939 				quidu      	"439D3CA800C5"
       
  9940 				client     	@150
       
  9941 				supplier   	@149
       
  9942 				line_style 	0)))
       
  9943 		    (object AssociationViewNew "$UNNAMED$130" @154
       
  9944 			location   	(1642, 427)
       
  9945 			stereotype 	TRUE
       
  9946 			line_color 	3342489
       
  9947 			quidu      	"439D3CA800BF"
       
  9948 			roleview_list 	(list RoleViews
       
  9949 			    (object RoleView "$UNNAMED$131" @155
       
  9950 				Parent_View 	@154
       
  9951 				location   	(1210, 227)
       
  9952 				font       	(object Font
       
  9953 				    size       	10
       
  9954 				    face       	"Arial"
       
  9955 				    bold       	FALSE
       
  9956 				    italics    	FALSE
       
  9957 				    underline  	FALSE
       
  9958 				    strike     	FALSE
       
  9959 				    color      	0
       
  9960 				    default_color 	TRUE)
       
  9961 				label      	(object SegLabel @156
       
  9962 				    Parent_View 	@155
       
  9963 				    location   	(1460, 386)
       
  9964 				    font       	(object Font
       
  9965 					size       	10
       
  9966 					face       	"Arial"
       
  9967 					bold       	FALSE
       
  9968 					italics    	FALSE
       
  9969 					underline  	FALSE
       
  9970 					strike     	FALSE
       
  9971 					color      	0
       
  9972 					default_color 	TRUE)
       
  9973 				    hidden     	TRUE
       
  9974 				    anchor     	1
       
  9975 				    anchor_loc 	1
       
  9976 				    nlines     	1
       
  9977 				    max_width  	450
       
  9978 				    justify    	0
       
  9979 				    label      	""
       
  9980 				    pctDist    	0.800000
       
  9981 				    height     	42
       
  9982 				    orientation 	1)
       
  9983 				stereotype 	TRUE
       
  9984 				line_color 	3342489
       
  9985 				quidu      	"439D3CA800C2"
       
  9986 				client     	@154
       
  9987 				supplier   	@147
       
  9988 				line_style 	0)
       
  9989 			    (object RoleView "iEncrypt" @157
       
  9990 				Parent_View 	@154
       
  9991 				location   	(1210, 227)
       
  9992 				font       	(object Font
       
  9993 				    size       	10
       
  9994 				    face       	"Arial"
       
  9995 				    bold       	FALSE
       
  9996 				    italics    	FALSE
       
  9997 				    underline  	FALSE
       
  9998 				    strike     	FALSE
       
  9999 				    color      	0
       
 10000 				    default_color 	TRUE)
       
 10001 				stereotype 	TRUE
       
 10002 				line_color 	3342489
       
 10003 				quidu      	"439D3CA800C0"
       
 10004 				client     	@154
       
 10005 				supplier   	@149
       
 10006 				line_style 	0)))
       
 10007 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CDES" @158
       
 10008 			ShowCompartmentStereotypes 	TRUE
       
 10009 			IncludeAttribute 	TRUE
       
 10010 			location   	(2566, 1814)
       
 10011 			font       	(object Font
       
 10012 			    size       	10
       
 10013 			    face       	"Arial"
       
 10014 			    bold       	FALSE
       
 10015 			    italics    	FALSE
       
 10016 			    underline  	FALSE
       
 10017 			    strike     	FALSE
       
 10018 			    color      	0
       
 10019 			    default_color 	TRUE)
       
 10020 			label      	(object ItemLabel
       
 10021 			    Parent_View 	@158
       
 10022 			    location   	(2470, 1762)
       
 10023 			    fill_color 	13434879
       
 10024 			    nlines     	1
       
 10025 			    max_width  	192
       
 10026 			    justify    	0
       
 10027 			    label      	"CDES")
       
 10028 			icon_style 	"Icon"
       
 10029 			line_color 	3342489
       
 10030 			fill_color 	13434879
       
 10031 			quidu      	"439D5845037C"
       
 10032 			width      	210
       
 10033 			height     	128
       
 10034 			autoResize 	TRUE)
       
 10035 		    (object InheritView "" @159
       
 10036 			stereotype 	TRUE
       
 10037 			line_color 	3342489
       
 10038 			quidu      	"439D584503DA"
       
 10039 			client     	@142
       
 10040 			supplier   	@158
       
 10041 			line_style 	0)
       
 10042 		    (object InheritView "" @160
       
 10043 			stereotype 	TRUE
       
 10044 			line_color 	3342489
       
 10045 			quidu      	"439D5845038C"
       
 10046 			client     	@158
       
 10047 			supplier   	@149
       
 10048 			line_style 	0)
       
 10049 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::C3DES" @161
       
 10050 			ShowCompartmentStereotypes 	TRUE
       
 10051 			IncludeAttribute 	TRUE
       
 10052 			location   	(2530, 2332)
       
 10053 			font       	(object Font
       
 10054 			    size       	10
       
 10055 			    face       	"Arial"
       
 10056 			    bold       	FALSE
       
 10057 			    italics    	FALSE
       
 10058 			    underline  	FALSE
       
 10059 			    strike     	FALSE
       
 10060 			    color      	0
       
 10061 			    default_color 	TRUE)
       
 10062 			label      	(object ItemLabel
       
 10063 			    Parent_View 	@161
       
 10064 			    location   	(2430, 2280)
       
 10065 			    fill_color 	13434879
       
 10066 			    nlines     	1
       
 10067 			    max_width  	200
       
 10068 			    justify    	0
       
 10069 			    label      	"C3DES")
       
 10070 			icon_style 	"Icon"
       
 10071 			line_color 	3342489
       
 10072 			fill_color 	13434879
       
 10073 			quidu      	"439D5846010B"
       
 10074 			width      	218
       
 10075 			height     	128
       
 10076 			autoResize 	TRUE)
       
 10077 		    (object InheritView "" @162
       
 10078 			stereotype 	TRUE
       
 10079 			line_color 	3342489
       
 10080 			quidu      	"439D5846014B"
       
 10081 			client     	@139
       
 10082 			supplier   	@161
       
 10083 			line_style 	0)
       
 10084 		    (object InheritView "" @163
       
 10085 			stereotype 	TRUE
       
 10086 			line_color 	3342489
       
 10087 			quidu      	"439D5846016A"
       
 10088 			client     	@140
       
 10089 			supplier   	@161
       
 10090 			line_style 	0)
       
 10091 		    (object InheritView "" @164
       
 10092 			stereotype 	TRUE
       
 10093 			line_color 	3342489
       
 10094 			quidu      	"439D5846010C"
       
 10095 			client     	@161
       
 10096 			supplier   	@158
       
 10097 			line_style 	0)
       
 10098 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CRijndael" @165
       
 10099 			ShowCompartmentStereotypes 	TRUE
       
 10100 			IncludeAttribute 	TRUE
       
 10101 			location   	(2284, 1649)
       
 10102 			font       	(object Font
       
 10103 			    size       	10
       
 10104 			    face       	"Arial"
       
 10105 			    bold       	FALSE
       
 10106 			    italics    	FALSE
       
 10107 			    underline  	FALSE
       
 10108 			    strike     	FALSE
       
 10109 			    color      	0
       
 10110 			    default_color 	TRUE)
       
 10111 			label      	(object ItemLabel
       
 10112 			    Parent_View 	@165
       
 10113 			    location   	(2163, 1597)
       
 10114 			    fill_color 	13434879
       
 10115 			    nlines     	1
       
 10116 			    max_width  	242
       
 10117 			    justify    	0
       
 10118 			    label      	"CRijndael")
       
 10119 			icon_style 	"Icon"
       
 10120 			line_color 	3342489
       
 10121 			fill_color 	13434879
       
 10122 			quidu      	"439D58430273"
       
 10123 			width      	260
       
 10124 			height     	128
       
 10125 			autoResize 	TRUE)
       
 10126 		    (object InheritView "" @166
       
 10127 			stereotype 	TRUE
       
 10128 			line_color 	3342489
       
 10129 			quidu      	"439D584302E1"
       
 10130 			client     	@146
       
 10131 			supplier   	@165
       
 10132 			line_style 	0)
       
 10133 		    (object InheritView "" @167
       
 10134 			stereotype 	TRUE
       
 10135 			line_color 	3342489
       
 10136 			quidu      	"439D58430320"
       
 10137 			client     	@145
       
 10138 			supplier   	@165
       
 10139 			line_style 	0)
       
 10140 		    (object InheritView "" @168
       
 10141 			stereotype 	TRUE
       
 10142 			line_color 	3342489
       
 10143 			quidu      	"439D58430282"
       
 10144 			client     	@165
       
 10145 			supplier   	@149
       
 10146 			line_style 	0)
       
 10147 		    (object UsesView "" @169
       
 10148 			stereotype 	TRUE
       
 10149 			line_color 	3342489
       
 10150 			quidu      	"439EAA0C0207"
       
 10151 			client     	@143
       
 10152 			supplier   	@140
       
 10153 			line_style 	0)
       
 10154 		    (object UsesView "" @170
       
 10155 			stereotype 	TRUE
       
 10156 			line_color 	3342489
       
 10157 			quidu      	"439EAA120052"
       
 10158 			client     	@143
       
 10159 			supplier   	@139
       
 10160 			line_style 	0)
       
 10161 		    (object UsesView "" @171
       
 10162 			stereotype 	TRUE
       
 10163 			line_color 	3342489
       
 10164 			quidu      	"439EAA2400EE"
       
 10165 			client     	@133
       
 10166 			supplier   	@146
       
 10167 			line_style 	0)
       
 10168 		    (object UsesView "" @172
       
 10169 			stereotype 	TRUE
       
 10170 			line_color 	3342489
       
 10171 			quidu      	"439EAA77010C"
       
 10172 			client     	@137
       
 10173 			supplier   	@141
       
 10174 			line_style 	0)
       
 10175 		    (object UsesView "" @173
       
 10176 			stereotype 	TRUE
       
 10177 			line_color 	3342489
       
 10178 			quidu      	"439EAA7D00CD"
       
 10179 			client     	@137
       
 10180 			supplier   	@142
       
 10181 			line_style 	0)
       
 10182 		    (object UsesView "" @174
       
 10183 			stereotype 	TRUE
       
 10184 			line_color 	3342489
       
 10185 			quidu      	"439EAA3A0003"
       
 10186 			client     	@135
       
 10187 			supplier   	@145
       
 10188 			line_style 	0)
       
 10189 		    (object UsesView "" @175
       
 10190 			stereotype 	TRUE
       
 10191 			line_color 	3342489
       
 10192 			quidu      	"439EAA47033F"
       
 10193 			client     	@135
       
 10194 			supplier   	@146
       
 10195 			line_style 	0)
       
 10196 		    (object InheritView "" @176
       
 10197 			stereotype 	TRUE
       
 10198 			line_color 	3342489
       
 10199 			quidu      	"439D58460012"
       
 10200 			client     	@141
       
 10201 			supplier   	@158
       
 10202 			line_style 	0)
       
 10203 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipher" @177
       
 10204 			IncludeAttribute 	TRUE
       
 10205 			location   	(1128, 137)
       
 10206 			font       	(object Font
       
 10207 			    size       	10
       
 10208 			    face       	"Arial"
       
 10209 			    bold       	FALSE
       
 10210 			    italics    	FALSE
       
 10211 			    underline  	FALSE
       
 10212 			    strike     	FALSE
       
 10213 			    color      	0
       
 10214 			    default_color 	TRUE)
       
 10215 			label      	(object ItemLabel
       
 10216 			    Parent_View 	@177
       
 10217 			    location   	(905, 85)
       
 10218 			    fill_color 	13434879
       
 10219 			    nlines     	1
       
 10220 			    max_width  	446
       
 10221 			    justify    	0
       
 10222 			    label      	"CSymmetricCipher")
       
 10223 			icon_style 	"Icon"
       
 10224 			line_color 	3342489
       
 10225 			fill_color 	13434879
       
 10226 			quidu      	"439D3CA7030C"
       
 10227 			width      	464
       
 10228 			height     	128
       
 10229 			autoResize 	TRUE)
       
 10230 		    (object InheritView "" @178
       
 10231 			stereotype 	TRUE
       
 10232 			line_color 	3342489
       
 10233 			quidu      	"439D3CA8007C"
       
 10234 			client     	@147
       
 10235 			supplier   	@177
       
 10236 			line_style 	0)))
       
 10237 	    (object ClassDiagram "Digest Classes"
       
 10238 		quid       	"439EBA090359"
       
 10239 		title      	"Digest Classes"
       
 10240 		zoom       	100
       
 10241 		max_height 	28350
       
 10242 		max_width  	21600
       
 10243 		origin_x   	0
       
 10244 		origin_y   	0
       
 10245 		items      	(list diagram_item_list
       
 10246 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigestCrypto" @179
       
 10247 			ShowCompartmentStereotypes 	TRUE
       
 10248 			IncludeAttribute 	TRUE
       
 10249 			location   	(1456, 561)
       
 10250 			font       	(object Font
       
 10251 			    size       	10
       
 10252 			    face       	"Arial"
       
 10253 			    bold       	FALSE
       
 10254 			    italics    	FALSE
       
 10255 			    underline  	FALSE
       
 10256 			    strike     	FALSE
       
 10257 			    color      	0
       
 10258 			    default_color 	TRUE)
       
 10259 			label      	(object ItemLabel
       
 10260 			    Parent_View 	@179
       
 10261 			    location   	(1187, 509)
       
 10262 			    fill_color 	13434879
       
 10263 			    nlines     	1
       
 10264 			    max_width  	538
       
 10265 			    justify    	0
       
 10266 			    label      	"CMessageDigestCrypto")
       
 10267 			icon_style 	"Icon"
       
 10268 			line_color 	3342489
       
 10269 			fill_color 	13434879
       
 10270 			quidu      	"439D3CA702DD"
       
 10271 			width      	556
       
 10272 			height     	128
       
 10273 			autoResize 	TRUE)
       
 10274 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMD5" @180
       
 10275 			ShowCompartmentStereotypes 	TRUE
       
 10276 			IncludeAttribute 	TRUE
       
 10277 			location   	(2898, 998)
       
 10278 			font       	(object Font
       
 10279 			    size       	10
       
 10280 			    face       	"Arial"
       
 10281 			    bold       	FALSE
       
 10282 			    italics    	FALSE
       
 10283 			    underline  	FALSE
       
 10284 			    strike     	FALSE
       
 10285 			    color      	0
       
 10286 			    default_color 	TRUE)
       
 10287 			label      	(object ItemLabel
       
 10288 			    Parent_View 	@180
       
 10289 			    location   	(2802, 946)
       
 10290 			    fill_color 	13434879
       
 10291 			    nlines     	1
       
 10292 			    max_width  	192
       
 10293 			    justify    	0
       
 10294 			    label      	"CMD5")
       
 10295 			icon_style 	"Icon"
       
 10296 			line_color 	3342489
       
 10297 			fill_color 	13434879
       
 10298 			quidu      	"439D58440273"
       
 10299 			width      	210
       
 10300 			height     	128
       
 10301 			autoResize 	TRUE)
       
 10302 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigestSymbian" @181
       
 10303 			ShowCompartmentStereotypes 	TRUE
       
 10304 			IncludeAttribute 	TRUE
       
 10305 			location   	(1457, 986)
       
 10306 			font       	(object Font
       
 10307 			    size       	10
       
 10308 			    face       	"Arial"
       
 10309 			    bold       	FALSE
       
 10310 			    italics    	FALSE
       
 10311 			    underline  	FALSE
       
 10312 			    strike     	FALSE
       
 10313 			    color      	0
       
 10314 			    default_color 	TRUE)
       
 10315 			label      	(object ItemLabel
       
 10316 			    Parent_View 	@181
       
 10317 			    location   	(1165, 935)
       
 10318 			    fill_color 	13434879
       
 10319 			    nlines     	1
       
 10320 			    max_width  	584
       
 10321 			    justify    	0
       
 10322 			    label      	"CMessageDigestSymbian")
       
 10323 			icon_style 	"Icon"
       
 10324 			line_color 	3342489
       
 10325 			fill_color 	13434879
       
 10326 			quidu      	"439D3CA703B8"
       
 10327 			width      	602
       
 10328 			height     	126
       
 10329 			autoResize 	TRUE)
       
 10330 		    (object InheritView "" @182
       
 10331 			stereotype 	TRUE
       
 10332 			line_color 	3342489
       
 10333 			quidu      	"439D3CA703C7"
       
 10334 			client     	@181
       
 10335 			supplier   	@179
       
 10336 			line_style 	0)
       
 10337 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSHA1" @183
       
 10338 			ShowCompartmentStereotypes 	TRUE
       
 10339 			IncludeAttribute 	TRUE
       
 10340 			location   	(2484, 989)
       
 10341 			font       	(object Font
       
 10342 			    size       	10
       
 10343 			    face       	"Arial"
       
 10344 			    bold       	FALSE
       
 10345 			    italics    	FALSE
       
 10346 			    underline  	FALSE
       
 10347 			    strike     	FALSE
       
 10348 			    color      	0
       
 10349 			    default_color 	TRUE)
       
 10350 			label      	(object ItemLabel
       
 10351 			    Parent_View 	@183
       
 10352 			    location   	(2387, 937)
       
 10353 			    fill_color 	13434879
       
 10354 			    nlines     	1
       
 10355 			    max_width  	194
       
 10356 			    justify    	0
       
 10357 			    label      	"CSHA1")
       
 10358 			icon_style 	"Icon"
       
 10359 			line_color 	3342489
       
 10360 			fill_color 	13434879
       
 10361 			quidu      	"439D5845007F"
       
 10362 			width      	212
       
 10363 			height     	128
       
 10364 			autoResize 	TRUE)
       
 10365 		    (object AssociationViewNew "$UNNAMED$10" @184
       
 10366 			location   	(2067, 987)
       
 10367 			stereotype 	TRUE
       
 10368 			line_color 	3342489
       
 10369 			quidu      	"439D3CA703DC"
       
 10370 			roleview_list 	(list RoleViews
       
 10371 			    (object RoleView "$UNNAMED$11" @185
       
 10372 				Parent_View 	@184
       
 10373 				location   	(-868, 340)
       
 10374 				font       	(object Font
       
 10375 				    size       	10
       
 10376 				    face       	"Arial"
       
 10377 				    bold       	FALSE
       
 10378 				    italics    	FALSE
       
 10379 				    underline  	FALSE
       
 10380 				    strike     	FALSE
       
 10381 				    color      	0
       
 10382 				    default_color 	TRUE)
       
 10383 				label      	(object SegLabel @186
       
 10384 				    Parent_View 	@185
       
 10385 				    location   	(1820, 945)
       
 10386 				    font       	(object Font
       
 10387 					size       	10
       
 10388 					face       	"Arial"
       
 10389 					bold       	FALSE
       
 10390 					italics    	FALSE
       
 10391 					underline  	FALSE
       
 10392 					strike     	FALSE
       
 10393 					color      	0
       
 10394 					default_color 	TRUE)
       
 10395 				    hidden     	TRUE
       
 10396 				    anchor     	1
       
 10397 				    anchor_loc 	1
       
 10398 				    nlines     	1
       
 10399 				    max_width  	450
       
 10400 				    justify    	0
       
 10401 				    label      	""
       
 10402 				    pctDist    	0.800000
       
 10403 				    height     	42
       
 10404 				    orientation 	1)
       
 10405 				stereotype 	TRUE
       
 10406 				line_color 	3342489
       
 10407 				quidu      	"439D3CA703DF"
       
 10408 				client     	@184
       
 10409 				supplier   	@181
       
 10410 				line_style 	0)
       
 10411 			    (object RoleView "iDigest" @187
       
 10412 				Parent_View 	@184
       
 10413 				location   	(-868, 340)
       
 10414 				font       	(object Font
       
 10415 				    size       	10
       
 10416 				    face       	"Arial"
       
 10417 				    bold       	FALSE
       
 10418 				    italics    	FALSE
       
 10419 				    underline  	FALSE
       
 10420 				    strike     	FALSE
       
 10421 				    color      	0
       
 10422 				    default_color 	TRUE)
       
 10423 				stereotype 	TRUE
       
 10424 				line_color 	3342489
       
 10425 				quidu      	"439D3CA703DD"
       
 10426 				client     	@184
       
 10427 				supplier   	@183
       
 10428 				line_style 	0)))
       
 10429 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigest" @188
       
 10430 			ShowCompartmentStereotypes 	TRUE
       
 10431 			IncludeAttribute 	TRUE
       
 10432 			location   	(2653, 555)
       
 10433 			font       	(object Font
       
 10434 			    size       	10
       
 10435 			    face       	"Arial"
       
 10436 			    bold       	FALSE
       
 10437 			    italics    	FALSE
       
 10438 			    underline  	FALSE
       
 10439 			    strike     	FALSE
       
 10440 			    color      	0
       
 10441 			    default_color 	TRUE)
       
 10442 			label      	(object ItemLabel
       
 10443 			    Parent_View 	@188
       
 10444 			    location   	(2454, 503)
       
 10445 			    fill_color 	13434879
       
 10446 			    nlines     	1
       
 10447 			    max_width  	398
       
 10448 			    justify    	0
       
 10449 			    label      	"CMessageDigest")
       
 10450 			icon_style 	"Icon"
       
 10451 			line_color 	3342489
       
 10452 			fill_color 	13434879
       
 10453 			quidu      	"439D584303BB"
       
 10454 			width      	416
       
 10455 			height     	128
       
 10456 			autoResize 	TRUE)
       
 10457 		    (object InheritView "" @189
       
 10458 			stereotype 	TRUE
       
 10459 			line_color 	3342489
       
 10460 			quidu      	"439D58440274"
       
 10461 			client     	@180
       
 10462 			supplier   	@188
       
 10463 			line_style 	0)
       
 10464 		    (object InheritView "" @190
       
 10465 			stereotype 	TRUE
       
 10466 			line_color 	3342489
       
 10467 			quidu      	"439D58450080"
       
 10468 			client     	@183
       
 10469 			supplier   	@188
       
 10470 			line_style 	0)
       
 10471 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolEay" @191
       
 10472 			ShowCompartmentStereotypes 	TRUE
       
 10473 			IncludeAttribute 	TRUE
       
 10474 			location   	(757, 995)
       
 10475 			font       	(object Font
       
 10476 			    size       	10
       
 10477 			    face       	"Arial"
       
 10478 			    bold       	FALSE
       
 10479 			    italics    	FALSE
       
 10480 			    underline  	FALSE
       
 10481 			    strike     	FALSE
       
 10482 			    color      	0
       
 10483 			    default_color 	TRUE)
       
 10484 			label      	(object ItemLabel
       
 10485 			    Parent_View 	@191
       
 10486 			    location   	(589, 943)
       
 10487 			    fill_color 	13434879
       
 10488 			    nlines     	1
       
 10489 			    max_width  	336
       
 10490 			    justify    	0
       
 10491 			    label      	"CProtocolEay")
       
 10492 			icon_style 	"Icon"
       
 10493 			line_color 	3342489
       
 10494 			fill_color 	13434879
       
 10495 			quidu      	"439D3CA70243"
       
 10496 			width      	354
       
 10497 			height     	128
       
 10498 			autoResize 	TRUE)
       
 10499 		    (object UsesView "" @192
       
 10500 			font       	(object Font
       
 10501 			    size       	10
       
 10502 			    face       	"Arial"
       
 10503 			    bold       	FALSE
       
 10504 			    italics    	FALSE
       
 10505 			    underline  	FALSE
       
 10506 			    strike     	FALSE
       
 10507 			    color      	0
       
 10508 			    default_color 	TRUE)
       
 10509 			stereotype 	TRUE
       
 10510 			line_color 	3342489
       
 10511 			quidu      	"439EBC860380"
       
 10512 			client     	@191
       
 10513 			supplier   	@181
       
 10514 			line_style 	0)))
       
 10515 	    (object ClassDiagram "Protocol Classes"
       
 10516 		quid       	"439EC0210345"
       
 10517 		title      	"Protocol Classes"
       
 10518 		zoom       	100
       
 10519 		max_height 	28350
       
 10520 		max_width  	21600
       
 10521 		origin_x   	0
       
 10522 		origin_y   	356
       
 10523 		items      	(list diagram_item_list
       
 10524 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolFamilyCryptoEay" @193
       
 10525 			ShowCompartmentStereotypes 	TRUE
       
 10526 			IncludeAttribute 	TRUE
       
 10527 			location   	(458, 325)
       
 10528 			font       	(object Font
       
 10529 			    size       	10
       
 10530 			    face       	"Arial"
       
 10531 			    bold       	FALSE
       
 10532 			    italics    	FALSE
       
 10533 			    underline  	FALSE
       
 10534 			    strike     	FALSE
       
 10535 			    color      	0
       
 10536 			    default_color 	TRUE)
       
 10537 			label      	(object ItemLabel
       
 10538 			    Parent_View 	@193
       
 10539 			    location   	(153, 273)
       
 10540 			    fill_color 	13434879
       
 10541 			    nlines     	1
       
 10542 			    max_width  	610
       
 10543 			    justify    	0
       
 10544 			    label      	"CProtocolFamilyCryptoEay")
       
 10545 			icon_style 	"Icon"
       
 10546 			line_color 	3342489
       
 10547 			fill_color 	13434879
       
 10548 			quidu      	"439D3CA70379"
       
 10549 			width      	628
       
 10550 			height     	128
       
 10551 			autoResize 	TRUE)
       
 10552 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CProtocolEay" @194
       
 10553 			ShowCompartmentStereotypes 	TRUE
       
 10554 			IncludeAttribute 	TRUE
       
 10555 			location   	(809, 639)
       
 10556 			font       	(object Font
       
 10557 			    size       	10
       
 10558 			    face       	"Arial"
       
 10559 			    bold       	FALSE
       
 10560 			    italics    	FALSE
       
 10561 			    underline  	FALSE
       
 10562 			    strike     	FALSE
       
 10563 			    color      	0
       
 10564 			    default_color 	TRUE)
       
 10565 			label      	(object ItemLabel
       
 10566 			    Parent_View 	@194
       
 10567 			    location   	(641, 587)
       
 10568 			    fill_color 	13434879
       
 10569 			    nlines     	1
       
 10570 			    max_width  	336
       
 10571 			    justify    	0
       
 10572 			    label      	"CProtocolEay")
       
 10573 			icon_style 	"Icon"
       
 10574 			line_color 	3342489
       
 10575 			fill_color 	13434879
       
 10576 			quidu      	"439D3CA70243"
       
 10577 			width      	354
       
 10578 			height     	128
       
 10579 			autoResize 	TRUE)
       
 10580 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CMessageDigestSymbian" @195
       
 10581 			ShowCompartmentStereotypes 	TRUE
       
 10582 			IncludeAttribute 	TRUE
       
 10583 			location   	(1836, 511)
       
 10584 			font       	(object Font
       
 10585 			    size       	10
       
 10586 			    face       	"Arial"
       
 10587 			    bold       	FALSE
       
 10588 			    italics    	FALSE
       
 10589 			    underline  	FALSE
       
 10590 			    strike     	FALSE
       
 10591 			    color      	0
       
 10592 			    default_color 	TRUE)
       
 10593 			label      	(object ItemLabel
       
 10594 			    Parent_View 	@195
       
 10595 			    location   	(1544, 459)
       
 10596 			    fill_color 	13434879
       
 10597 			    nlines     	1
       
 10598 			    max_width  	584
       
 10599 			    justify    	0
       
 10600 			    label      	"CMessageDigestSymbian")
       
 10601 			icon_style 	"Icon"
       
 10602 			line_color 	3342489
       
 10603 			fill_color 	13434879
       
 10604 			quidu      	"439D3CA703B8"
       
 10605 			width      	602
       
 10606 			height     	128
       
 10607 			autoResize 	TRUE)
       
 10608 		    (object UsesView "" @196
       
 10609 			font       	(object Font
       
 10610 			    size       	10
       
 10611 			    face       	"Arial"
       
 10612 			    bold       	FALSE
       
 10613 			    italics    	FALSE
       
 10614 			    underline  	FALSE
       
 10615 			    strike     	FALSE
       
 10616 			    color      	0
       
 10617 			    default_color 	TRUE)
       
 10618 			stereotype 	TRUE
       
 10619 			line_color 	3342489
       
 10620 			quidu      	"439EBC860380"
       
 10621 			client     	@194
       
 10622 			supplier   	@195
       
 10623 			line_style 	0)
       
 10624 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipher3Descbc" @197
       
 10625 			ShowCompartmentStereotypes 	TRUE
       
 10626 			IncludeAttribute 	TRUE
       
 10627 			location   	(1493, 1055)
       
 10628 			font       	(object Font
       
 10629 			    size       	10
       
 10630 			    face       	"Arial"
       
 10631 			    bold       	FALSE
       
 10632 			    italics    	FALSE
       
 10633 			    underline  	FALSE
       
 10634 			    strike     	FALSE
       
 10635 			    color      	0
       
 10636 			    default_color 	TRUE)
       
 10637 			label      	(object ItemLabel
       
 10638 			    Parent_View 	@197
       
 10639 			    location   	(1175, 1003)
       
 10640 			    fill_color 	13434879
       
 10641 			    nlines     	1
       
 10642 			    max_width  	636
       
 10643 			    justify    	0
       
 10644 			    label      	"CSymmetricCipher3Descbc")
       
 10645 			icon_style 	"Icon"
       
 10646 			line_color 	3342489
       
 10647 			fill_color 	13434879
       
 10648 			quidu      	"439D3CA80156"
       
 10649 			width      	654
       
 10650 			height     	128
       
 10651 			autoResize 	TRUE)
       
 10652 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherAesctr::CSymmetricCipherAescbc" @198
       
 10653 			ShowCompartmentStereotypes 	TRUE
       
 10654 			IncludeAttribute 	TRUE
       
 10655 			location   	(1058, 1283)
       
 10656 			font       	(object Font
       
 10657 			    size       	10
       
 10658 			    face       	"Arial"
       
 10659 			    bold       	FALSE
       
 10660 			    italics    	FALSE
       
 10661 			    underline  	FALSE
       
 10662 			    strike     	FALSE
       
 10663 			    color      	0
       
 10664 			    default_color 	TRUE)
       
 10665 			label      	(object ItemLabel
       
 10666 			    Parent_View 	@198
       
 10667 			    location   	(753, 1231)
       
 10668 			    fill_color 	13434879
       
 10669 			    nlines     	1
       
 10670 			    max_width  	610
       
 10671 			    justify    	0
       
 10672 			    label      	"CSymmetricCipherAescbc")
       
 10673 			icon_style 	"Icon"
       
 10674 			line_color 	3342489
       
 10675 			fill_color 	13434879
       
 10676 			quidu      	"439E92E701F5"
       
 10677 			width      	628
       
 10678 			height     	128
       
 10679 			autoResize 	TRUE)
       
 10680 		    (object UsesView "" @199
       
 10681 			font       	(object Font
       
 10682 			    size       	10
       
 10683 			    face       	"Arial"
       
 10684 			    bold       	FALSE
       
 10685 			    italics    	FALSE
       
 10686 			    underline  	FALSE
       
 10687 			    strike     	FALSE
       
 10688 			    color      	0
       
 10689 			    default_color 	TRUE)
       
 10690 			stereotype 	TRUE
       
 10691 			line_color 	3342489
       
 10692 			quidu      	"439EC09D0150"
       
 10693 			client     	@194
       
 10694 			supplier   	@197
       
 10695 			line_style 	0)
       
 10696 		    (object UsesView "" @200
       
 10697 			font       	(object Font
       
 10698 			    size       	10
       
 10699 			    face       	"Arial"
       
 10700 			    bold       	FALSE
       
 10701 			    italics    	FALSE
       
 10702 			    underline  	FALSE
       
 10703 			    strike     	FALSE
       
 10704 			    color      	0
       
 10705 			    default_color 	TRUE)
       
 10706 			stereotype 	TRUE
       
 10707 			line_color 	3342489
       
 10708 			quidu      	"439EC0AF03E0"
       
 10709 			client     	@194
       
 10710 			supplier   	@198
       
 10711 			line_style 	0)
       
 10712 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherAesctr" @201
       
 10713 			ShowCompartmentStereotypes 	TRUE
       
 10714 			IncludeAttribute 	TRUE
       
 10715 			location   	(517, 1451)
       
 10716 			font       	(object Font
       
 10717 			    size       	10
       
 10718 			    face       	"Arial"
       
 10719 			    bold       	FALSE
       
 10720 			    italics    	FALSE
       
 10721 			    underline  	FALSE
       
 10722 			    strike     	FALSE
       
 10723 			    color      	0
       
 10724 			    default_color 	TRUE)
       
 10725 			label      	(object ItemLabel
       
 10726 			    Parent_View 	@201
       
 10727 			    location   	(222, 1399)
       
 10728 			    fill_color 	13434879
       
 10729 			    nlines     	1
       
 10730 			    max_width  	590
       
 10731 			    justify    	0
       
 10732 			    label      	"CSymmetricCipherAesctr")
       
 10733 			icon_style 	"Icon"
       
 10734 			line_color 	3342489
       
 10735 			fill_color 	13434879
       
 10736 			quidu      	"439E92E70224"
       
 10737 			width      	608
       
 10738 			height     	128
       
 10739 			autoResize 	TRUE)
       
 10740 		    (object ClassView "Class" "Logical View::VC++ Reverse Engineered::ipseccrypto::CSymmetricCipherDescbc" @202
       
 10741 			ShowCompartmentStereotypes 	TRUE
       
 10742 			IncludeAttribute 	TRUE
       
 10743 			location   	(1739, 770)
       
 10744 			font       	(object Font
       
 10745 			    size       	10
       
 10746 			    face       	"Arial"
       
 10747 			    bold       	FALSE
       
 10748 			    italics    	FALSE
       
 10749 			    underline  	FALSE
       
 10750 			    strike     	FALSE
       
 10751 			    color      	0
       
 10752 			    default_color 	TRUE)
       
 10753 			label      	(object ItemLabel
       
 10754 			    Parent_View 	@202
       
 10755 			    location   	(1433, 718)
       
 10756 			    fill_color 	13434879
       
 10757 			    nlines     	1
       
 10758 			    max_width  	612
       
 10759 			    justify    	0
       
 10760 			    label      	"CSymmetricCipherDescbc")
       
 10761 			icon_style 	"Icon"
       
 10762 			line_color 	3342489
       
 10763 			fill_color 	13434879
       
 10764 			quidu      	"439D3CA80127"
       
 10765 			width      	630
       
 10766 			height     	128
       
 10767 			autoResize 	TRUE)
       
 10768 		    (object InheritView "" @203
       
 10769 			stereotype 	TRUE
       
 10770 			line_color 	3342489
       
 10771 			quidu      	"439D3CA80157"
       
 10772 			client     	@197
       
 10773 			supplier   	@202
       
 10774 			line_style 	0)
       
 10775 		    (object UsesView "" @204
       
 10776 			font       	(object Font
       
 10777 			    size       	10
       
 10778 			    face       	"Arial"
       
 10779 			    bold       	FALSE
       
 10780 			    italics    	FALSE
       
 10781 			    underline  	FALSE
       
 10782 			    strike     	FALSE
       
 10783 			    color      	0
       
 10784 			    default_color 	TRUE)
       
 10785 			stereotype 	TRUE
       
 10786 			line_color 	3342489
       
 10787 			quidu      	"439EC0EE0016"
       
 10788 			client     	@193
       
 10789 			supplier   	@194
       
 10790 			line_style 	0)
       
 10791 		    (object UsesView "" @205
       
 10792 			font       	(object Font
       
 10793 			    size       	10
       
 10794 			    face       	"Arial"
       
 10795 			    bold       	FALSE
       
 10796 			    italics    	FALSE
       
 10797 			    underline  	FALSE
       
 10798 			    strike     	FALSE
       
 10799 			    color      	0
       
 10800 			    default_color 	TRUE)
       
 10801 			stereotype 	TRUE
       
 10802 			line_color 	3342489
       
 10803 			quidu      	"439EC0F20007"
       
 10804 			client     	@194
       
 10805 			supplier   	@201
       
 10806 			line_style 	0)
       
 10807 		    (object UsesView "" @206
       
 10808 			font       	(object Font
       
 10809 			    size       	10
       
 10810 			    face       	"Arial"
       
 10811 			    bold       	FALSE
       
 10812 			    italics    	FALSE
       
 10813 			    underline  	FALSE
       
 10814 			    strike     	FALSE
       
 10815 			    color      	0
       
 10816 			    default_color 	TRUE)
       
 10817 			stereotype 	TRUE
       
 10818 			line_color 	3342489
       
 10819 			quidu      	"439EC0F500D2"
       
 10820 			client     	@194
       
 10821 			supplier   	@202
       
 10822 			line_style 	0)))
       
 10823 	    (object InteractionDiagram "Library Start"
       
 10824 		mechanism_ref 	@67
       
 10825 		quid       	"439D754702C0"
       
 10826 		title      	"Library Start"
       
 10827 		zoom       	100
       
 10828 		max_height 	28350
       
 10829 		max_width  	21600
       
 10830 		origin_x   	0
       
 10831 		origin_y   	0
       
 10832 		items      	(list diagram_item_list
       
 10833 		    (object InterObjView "SocketServer" @207
       
 10834 			location   	(159, 225)
       
 10835 			font       	(object Font
       
 10836 			    size       	10
       
 10837 			    face       	"Arial"
       
 10838 			    bold       	FALSE
       
 10839 			    italics    	FALSE
       
 10840 			    underline  	TRUE
       
 10841 			    strike     	FALSE
       
 10842 			    color      	0
       
 10843 			    default_color 	TRUE)
       
 10844 			label      	(object ItemLabel
       
 10845 			    Parent_View 	@207
       
 10846 			    location   	(159, 225)
       
 10847 			    fill_color 	13434879
       
 10848 			    anchor_loc 	1
       
 10849 			    nlines     	2
       
 10850 			    max_width  	282
       
 10851 			    justify    	0
       
 10852 			    label      	"SocketServer")
       
 10853 			icon_style 	"Icon"
       
 10854 			line_color 	3342489
       
 10855 			fill_color 	13434879
       
 10856 			quidu      	"439D75F6028E"
       
 10857 			width      	300
       
 10858 			height     	2315
       
 10859 			icon_height 	0
       
 10860 			icon_width 	0
       
 10861 			icon_y_offset 	0
       
 10862 			annotation 	1
       
 10863 			Focus_Of_Control 	(object Focus_Of_Control "" @208
       
 10864 			    location   	(159, 388)
       
 10865 			    line_color 	3342489
       
 10866 			    InterObjView 	@207
       
 10867 			    height     	437
       
 10868 			    y_coord    	377
       
 10869 			    Nested     	FALSE)
       
 10870 			Focus_Of_Control 	(object Focus_Of_Control "" @209
       
 10871 			    location   	(159, 2059)
       
 10872 			    line_color 	3342489
       
 10873 			    InterObjView 	@207
       
 10874 			    height     	255
       
 10875 			    y_coord    	195
       
 10876 			    Nested     	FALSE))
       
 10877 		    (object InterObjView "IPsec" @210
       
 10878 			location   	(519, 225)
       
 10879 			font       	(object Font
       
 10880 			    size       	10
       
 10881 			    face       	"Arial"
       
 10882 			    bold       	FALSE
       
 10883 			    italics    	FALSE
       
 10884 			    underline  	TRUE
       
 10885 			    strike     	FALSE
       
 10886 			    color      	0
       
 10887 			    default_color 	TRUE)
       
 10888 			label      	(object ItemLabel
       
 10889 			    Parent_View 	@210
       
 10890 			    location   	(519, 225)
       
 10891 			    fill_color 	13434879
       
 10892 			    anchor_loc 	1
       
 10893 			    nlines     	2
       
 10894 			    max_width  	282
       
 10895 			    justify    	0
       
 10896 			    label      	"IPsec")
       
 10897 			icon_style 	"Icon"
       
 10898 			line_color 	3342489
       
 10899 			fill_color 	13434879
       
 10900 			quidu      	"439D7564034C"
       
 10901 			width      	300
       
 10902 			height     	2315
       
 10903 			icon_height 	0
       
 10904 			icon_width 	0
       
 10905 			icon_y_offset 	0
       
 10906 			annotation 	1
       
 10907 			Focus_Of_Control 	(object Focus_Of_Control "" @211
       
 10908 			    location   	(519, 853)
       
 10909 			    line_color 	3342489
       
 10910 			    InterObjView 	@210
       
 10911 			    height     	314
       
 10912 			    y_coord    	254
       
 10913 			    Nested     	FALSE)
       
 10914 			Focus_Of_Control 	(object Focus_Of_Control "" @212
       
 10915 			    location   	(519, 1242)
       
 10916 			    line_color 	3342489
       
 10917 			    InterObjView 	@210
       
 10918 			    height     	120
       
 10919 			    y_coord    	60
       
 10920 			    Nested     	FALSE)
       
 10921 			Focus_Of_Control 	(object Focus_Of_Control "" @213
       
 10922 			    location   	(519, 1466)
       
 10923 			    line_color 	3342489
       
 10924 			    InterObjView 	@210
       
 10925 			    height     	120
       
 10926 			    y_coord    	60
       
 10927 			    Nested     	FALSE)
       
 10928 			Focus_Of_Control 	(object Focus_Of_Control "" @214
       
 10929 			    location   	(519, 1723)
       
 10930 			    line_color 	3342489
       
 10931 			    InterObjView 	@210
       
 10932 			    height     	229
       
 10933 			    y_coord    	169
       
 10934 			    Nested     	FALSE))
       
 10935 		    (object InterObjView "$UNNAMED$138" @215
       
 10936 			location   	(995, 225)
       
 10937 			font       	(object Font
       
 10938 			    size       	10
       
 10939 			    face       	"Arial"
       
 10940 			    bold       	FALSE
       
 10941 			    italics    	FALSE
       
 10942 			    underline  	TRUE
       
 10943 			    strike     	FALSE
       
 10944 			    color      	0
       
 10945 			    default_color 	TRUE)
       
 10946 			label      	(object ItemLabel
       
 10947 			    Parent_View 	@215
       
 10948 			    location   	(995, 225)
       
 10949 			    fill_color 	13434879
       
 10950 			    anchor_loc 	1
       
 10951 			    nlines     	2
       
 10952 			    max_width  	536
       
 10953 			    justify    	0
       
 10954 			    label      	"")
       
 10955 			icon_style 	"Icon"
       
 10956 			line_color 	3342489
       
 10957 			fill_color 	13434879
       
 10958 			quidu      	"439D7589031C"
       
 10959 			width      	554
       
 10960 			height     	2215
       
 10961 			icon_height 	0
       
 10962 			icon_width 	0
       
 10963 			icon_y_offset 	0
       
 10964 			annotation 	1
       
 10965 			Focus_Of_Control 	(object Focus_Of_Control "" @216
       
 10966 			    location   	(995, 388)
       
 10967 			    line_color 	3342489
       
 10968 			    InterObjView 	@215
       
 10969 			    height     	60
       
 10970 			    y_coord    	0
       
 10971 			    Nested     	FALSE)
       
 10972 			Focus_Of_Control 	(object Focus_Of_Control "" @217
       
 10973 			    location   	(995, 491)
       
 10974 			    line_color 	3342489
       
 10975 			    InterObjView 	@215
       
 10976 			    height     	60
       
 10977 			    y_coord    	0
       
 10978 			    Nested     	FALSE)
       
 10979 			Focus_Of_Control 	(object Focus_Of_Control "" @218
       
 10980 			    location   	(995, 625)
       
 10981 			    line_color 	3342489
       
 10982 			    InterObjView 	@215
       
 10983 			    height     	140
       
 10984 			    y_coord    	80
       
 10985 			    Nested     	FALSE)
       
 10986 			Focus_Of_Control 	(object Focus_Of_Control "" @219
       
 10987 			    location   	(995, 2059)
       
 10988 			    line_color 	3342489
       
 10989 			    InterObjView 	@215
       
 10990 			    height     	60
       
 10991 			    y_coord    	0
       
 10992 			    Nested     	FALSE)
       
 10993 			Focus_Of_Control 	(object Focus_Of_Control "" @220
       
 10994 			    location   	(995, 2194)
       
 10995 			    line_color 	3342489
       
 10996 			    InterObjView 	@215
       
 10997 			    height     	60
       
 10998 			    y_coord    	0
       
 10999 			    Nested     	FALSE))
       
 11000 		    (object InterObjView "$UNNAMED$139" @221
       
 11001 			location   	(1487, 225)
       
 11002 			font       	(object Font
       
 11003 			    size       	10
       
 11004 			    face       	"Arial"
       
 11005 			    bold       	FALSE
       
 11006 			    italics    	FALSE
       
 11007 			    underline  	TRUE
       
 11008 			    strike     	FALSE
       
 11009 			    color      	0
       
 11010 			    default_color 	TRUE)
       
 11011 			label      	(object ItemLabel
       
 11012 			    Parent_View 	@221
       
 11013 			    location   	(1487, 225)
       
 11014 			    fill_color 	13434879
       
 11015 			    anchor_loc 	1
       
 11016 			    nlines     	2
       
 11017 			    max_width  	342
       
 11018 			    justify    	0
       
 11019 			    label      	"")
       
 11020 			icon_style 	"Icon"
       
 11021 			line_color 	3342489
       
 11022 			fill_color 	13434879
       
 11023 			quidu      	"439D7889009F"
       
 11024 			width      	360
       
 11025 			height     	1884
       
 11026 			icon_height 	0
       
 11027 			icon_width 	0
       
 11028 			icon_y_offset 	0
       
 11029 			annotation 	1
       
 11030 			Focus_Of_Control 	(object Focus_Of_Control "" @222
       
 11031 			    location   	(1487, 645)
       
 11032 			    line_color 	3342489
       
 11033 			    InterObjView 	@221
       
 11034 			    height     	60
       
 11035 			    y_coord    	0
       
 11036 			    Nested     	FALSE)
       
 11037 			Focus_Of_Control 	(object Focus_Of_Control "" @223
       
 11038 			    location   	(1487, 853)
       
 11039 			    line_color 	3342489
       
 11040 			    InterObjView 	@221
       
 11041 			    height     	60
       
 11042 			    y_coord    	0
       
 11043 			    Nested     	FALSE)
       
 11044 			Focus_Of_Control 	(object Focus_Of_Control "" @224
       
 11045 			    location   	(1487, 950)
       
 11046 			    line_color 	3342489
       
 11047 			    InterObjView 	@221
       
 11048 			    height     	60
       
 11049 			    y_coord    	0
       
 11050 			    Nested     	FALSE)
       
 11051 			Focus_Of_Control 	(object Focus_Of_Control "" @225
       
 11052 			    location   	(1487, 1047)
       
 11053 			    line_color 	3342489
       
 11054 			    InterObjView 	@221
       
 11055 			    height     	60
       
 11056 			    y_coord    	0
       
 11057 			    Nested     	FALSE)
       
 11058 			Focus_Of_Control 	(object Focus_Of_Control "" @226
       
 11059 			    location   	(1487, 1242)
       
 11060 			    line_color 	3342489
       
 11061 			    InterObjView 	@221
       
 11062 			    height     	60
       
 11063 			    y_coord    	0
       
 11064 			    Nested     	FALSE)
       
 11065 			Focus_Of_Control 	(object Focus_Of_Control "" @227
       
 11066 			    location   	(1487, 1466)
       
 11067 			    line_color 	3342489
       
 11068 			    InterObjView 	@221
       
 11069 			    height     	60
       
 11070 			    y_coord    	0
       
 11071 			    Nested     	FALSE)
       
 11072 			Focus_Of_Control 	(object Focus_Of_Control "" @228
       
 11073 			    location   	(1487, 1723)
       
 11074 			    line_color 	3342489
       
 11075 			    InterObjView 	@221
       
 11076 			    height     	169
       
 11077 			    y_coord    	109
       
 11078 			    Nested     	FALSE)
       
 11079 			Focus_Of_Control 	(object Focus_Of_Control "" @229
       
 11080 			    location   	(1487, 1772)
       
 11081 			    line_color 	3342489
       
 11082 			    InterObjView 	@221
       
 11083 			    height     	60
       
 11084 			    y_coord    	0
       
 11085 			    Nested     	TRUE))
       
 11086 		    (object InterMessView "" @230
       
 11087 			location   	(0, 388)
       
 11088 			font       	(object Font
       
 11089 			    size       	10
       
 11090 			    face       	"Arial"
       
 11091 			    bold       	FALSE
       
 11092 			    italics    	FALSE
       
 11093 			    underline  	FALSE
       
 11094 			    strike     	FALSE
       
 11095 			    color      	0
       
 11096 			    default_color 	TRUE)
       
 11097 			label      	(object SegLabel @231
       
 11098 			    Parent_View 	@230
       
 11099 			    location   	(576, 344)
       
 11100 			    font       	(object Font
       
 11101 				size       	10
       
 11102 				face       	"Arial"
       
 11103 				bold       	FALSE
       
 11104 				italics    	FALSE
       
 11105 				underline  	FALSE
       
 11106 				strike     	FALSE
       
 11107 				color      	0
       
 11108 				default_color 	TRUE)
       
 11109 			    quidu      	"439D77EA0101"
       
 11110 			    anchor_loc 	1
       
 11111 			    nlines     	1
       
 11112 			    max_width  	585
       
 11113 			    justify    	0
       
 11114 			    label      	"CProtocolFamilyCryptoEay( )"
       
 11115 			    pctDist    	0.500000
       
 11116 			    height     	45
       
 11117 			    orientation 	0)
       
 11118 			line_color 	3342489
       
 11119 			client     	@207
       
 11120 			supplier   	@215
       
 11121 			Focus_Src  	@208
       
 11122 			Focus_Entry 	@216
       
 11123 			origin     	(174, 388)
       
 11124 			terminus   	(979, 388)
       
 11125 			ordinal    	0)
       
 11126 		    (object InterMessView "" @232
       
 11127 			location   	(0, 491)
       
 11128 			font       	(object Font
       
 11129 			    size       	10
       
 11130 			    face       	"Arial"
       
 11131 			    bold       	FALSE
       
 11132 			    italics    	FALSE
       
 11133 			    underline  	FALSE
       
 11134 			    strike     	FALSE
       
 11135 			    color      	0
       
 11136 			    default_color 	TRUE)
       
 11137 			label      	(object SegLabel @233
       
 11138 			    Parent_View 	@232
       
 11139 			    location   	(572, 448)
       
 11140 			    font       	(object Font
       
 11141 				size       	10
       
 11142 				face       	"Arial"
       
 11143 				bold       	FALSE
       
 11144 				italics    	FALSE
       
 11145 				underline  	FALSE
       
 11146 				strike     	FALSE
       
 11147 				color      	0
       
 11148 				default_color 	TRUE)
       
 11149 			    quidu      	"439D77FB01DC"
       
 11150 			    anchor_loc 	1
       
 11151 			    nlines     	1
       
 11152 			    max_width  	494
       
 11153 			    justify    	0
       
 11154 			    label      	"ProtocolList(protocollist)"
       
 11155 			    pctDist    	0.495376
       
 11156 			    height     	44
       
 11157 			    orientation 	0)
       
 11158 			line_color 	3342489
       
 11159 			client     	@207
       
 11160 			supplier   	@215
       
 11161 			Focus_Src  	@208
       
 11162 			Focus_Entry 	@217
       
 11163 			origin     	(174, 491)
       
 11164 			terminus   	(979, 491)
       
 11165 			ordinal    	1)
       
 11166 		    (object InterMessView "" @234
       
 11167 			location   	(556, 625)
       
 11168 			font       	(object Font
       
 11169 			    size       	10
       
 11170 			    face       	"Arial"
       
 11171 			    bold       	FALSE
       
 11172 			    italics    	FALSE
       
 11173 			    underline  	FALSE
       
 11174 			    strike     	FALSE
       
 11175 			    color      	0
       
 11176 			    default_color 	TRUE)
       
 11177 			label      	(object SegLabel @235
       
 11178 			    Parent_View 	@234
       
 11179 			    location   	(572, 582)
       
 11180 			    font       	(object Font
       
 11181 				size       	10
       
 11182 				face       	"Arial"
       
 11183 				bold       	FALSE
       
 11184 				italics    	FALSE
       
 11185 				underline  	FALSE
       
 11186 				strike     	FALSE
       
 11187 				color      	0
       
 11188 				default_color 	TRUE)
       
 11189 			    quidu      	"439D783403AC"
       
 11190 			    anchor_loc 	1
       
 11191 			    nlines     	1
       
 11192 			    max_width  	444
       
 11193 			    justify    	0
       
 11194 			    label      	"NewProtocolL(crypto)"
       
 11195 			    pctDist    	0.494709
       
 11196 			    height     	44
       
 11197 			    orientation 	0)
       
 11198 			line_color 	3342489
       
 11199 			client     	@207
       
 11200 			supplier   	@215
       
 11201 			Focus_Src  	@208
       
 11202 			Focus_Entry 	@218
       
 11203 			origin     	(174, 625)
       
 11204 			terminus   	(979, 625)
       
 11205 			ordinal    	2)
       
 11206 		    (object InterMessView "" @236
       
 11207 			location   	(1170, 645)
       
 11208 			font       	(object Font
       
 11209 			    size       	10
       
 11210 			    face       	"Arial"
       
 11211 			    bold       	FALSE
       
 11212 			    italics    	FALSE
       
 11213 			    underline  	FALSE
       
 11214 			    strike     	FALSE
       
 11215 			    color      	0
       
 11216 			    default_color 	TRUE)
       
 11217 			label      	(object SegLabel @237
       
 11218 			    Parent_View 	@236
       
 11219 			    location   	(1240, 601)
       
 11220 			    font       	(object Font
       
 11221 				size       	10
       
 11222 				face       	"Arial"
       
 11223 				bold       	FALSE
       
 11224 				italics    	FALSE
       
 11225 				underline  	FALSE
       
 11226 				strike     	FALSE
       
 11227 				color      	0
       
 11228 				default_color 	TRUE)
       
 11229 			    quidu      	"439D789D01E8"
       
 11230 			    anchor_loc 	1
       
 11231 			    nlines     	1
       
 11232 			    max_width  	344
       
 11233 			    justify    	0
       
 11234 			    label      	"CProtocolEay( )"
       
 11235 			    pctDist    	0.500000
       
 11236 			    height     	45
       
 11237 			    orientation 	0)
       
 11238 			line_color 	3342489
       
 11239 			client     	@215
       
 11240 			supplier   	@221
       
 11241 			Focus_Src  	@218
       
 11242 			Focus_Entry 	@222
       
 11243 			origin     	(1010, 645)
       
 11244 			terminus   	(1471, 645)
       
 11245 			ordinal    	3)
       
 11246 		    (object InterMessView "" @238
       
 11247 			location   	(0, 853)
       
 11248 			font       	(object Font
       
 11249 			    size       	10
       
 11250 			    face       	"Arial"
       
 11251 			    bold       	FALSE
       
 11252 			    italics    	FALSE
       
 11253 			    underline  	FALSE
       
 11254 			    strike     	FALSE
       
 11255 			    color      	0
       
 11256 			    default_color 	TRUE)
       
 11257 			label      	(object SegLabel @239
       
 11258 			    Parent_View 	@238
       
 11259 			    location   	(1002, 809)
       
 11260 			    font       	(object Font
       
 11261 				size       	10
       
 11262 				face       	"Arial"
       
 11263 				bold       	FALSE
       
 11264 				italics    	FALSE
       
 11265 				underline  	FALSE
       
 11266 				strike     	FALSE
       
 11267 				color      	0
       
 11268 				default_color 	TRUE)
       
 11269 			    quidu      	"439D7962035F"
       
 11270 			    anchor_loc 	1
       
 11271 			    nlines     	1
       
 11272 			    max_width  	319
       
 11273 			    justify    	0
       
 11274 			    label      	"Identify(library)"
       
 11275 			    pctDist    	0.500000
       
 11276 			    height     	45
       
 11277 			    orientation 	0)
       
 11278 			line_color 	3342489
       
 11279 			client     	@210
       
 11280 			supplier   	@221
       
 11281 			Focus_Src  	@211
       
 11282 			Focus_Entry 	@223
       
 11283 			origin     	(534, 853)
       
 11284 			terminus   	(1471, 853)
       
 11285 			ordinal    	4)
       
 11286 		    (object InterMessView "" @240
       
 11287 			location   	(948, 950)
       
 11288 			font       	(object Font
       
 11289 			    size       	10
       
 11290 			    face       	"Arial"
       
 11291 			    bold       	FALSE
       
 11292 			    italics    	FALSE
       
 11293 			    underline  	FALSE
       
 11294 			    strike     	FALSE
       
 11295 			    color      	0
       
 11296 			    default_color 	TRUE)
       
 11297 			label      	(object SegLabel @241
       
 11298 			    Parent_View 	@240
       
 11299 			    location   	(1002, 906)
       
 11300 			    font       	(object Font
       
 11301 				size       	10
       
 11302 				face       	"Arial"
       
 11303 				bold       	FALSE
       
 11304 				italics    	FALSE
       
 11305 				underline  	FALSE
       
 11306 				strike     	FALSE
       
 11307 				color      	0
       
 11308 				default_color 	TRUE)
       
 11309 			    quidu      	"439D7976033F"
       
 11310 			    anchor_loc 	1
       
 11311 			    nlines     	1
       
 11312 			    max_width  	169
       
 11313 			    justify    	0
       
 11314 			    label      	"Open()"
       
 11315 			    pctDist    	0.500000
       
 11316 			    height     	45
       
 11317 			    orientation 	0)
       
 11318 			line_color 	3342489
       
 11319 			client     	@210
       
 11320 			supplier   	@221
       
 11321 			Focus_Src  	@211
       
 11322 			Focus_Entry 	@224
       
 11323 			origin     	(534, 950)
       
 11324 			terminus   	(1471, 950)
       
 11325 			ordinal    	5)
       
 11326 		    (object InterMessView "" @242
       
 11327 			location   	(0, 1047)
       
 11328 			font       	(object Font
       
 11329 			    size       	10
       
 11330 			    face       	"Arial"
       
 11331 			    bold       	FALSE
       
 11332 			    italics    	FALSE
       
 11333 			    underline  	FALSE
       
 11334 			    strike     	FALSE
       
 11335 			    color      	0
       
 11336 			    default_color 	TRUE)
       
 11337 			label      	(object SegLabel @243
       
 11338 			    Parent_View 	@242
       
 11339 			    location   	(1000, 1004)
       
 11340 			    font       	(object Font
       
 11341 				size       	10
       
 11342 				face       	"Arial"
       
 11343 				bold       	FALSE
       
 11344 				italics    	FALSE
       
 11345 				underline  	FALSE
       
 11346 				strike     	FALSE
       
 11347 				color      	0
       
 11348 				default_color 	TRUE)
       
 11349 			    quidu      	"439D798A03AC"
       
 11350 			    anchor_loc 	1
       
 11351 			    nlines     	1
       
 11352 			    max_width  	448
       
 11353 			    justify    	0
       
 11354 			    label      	"AlgorithmList(alg_list)"
       
 11355 			    pctDist    	0.498195
       
 11356 			    height     	44
       
 11357 			    orientation 	0)
       
 11358 			line_color 	3342489
       
 11359 			client     	@210
       
 11360 			supplier   	@221
       
 11361 			Focus_Src  	@211
       
 11362 			Focus_Entry 	@225
       
 11363 			origin     	(534, 1047)
       
 11364 			terminus   	(1471, 1047)
       
 11365 			ordinal    	6)
       
 11366 		    (object InterMessView "" @244
       
 11367 			location   	(946, 1242)
       
 11368 			font       	(object Font
       
 11369 			    size       	10
       
 11370 			    face       	"Arial"
       
 11371 			    bold       	FALSE
       
 11372 			    italics    	FALSE
       
 11373 			    underline  	FALSE
       
 11374 			    strike     	FALSE
       
 11375 			    color      	0
       
 11376 			    default_color 	TRUE)
       
 11377 			label      	(object SegLabel @245
       
 11378 			    Parent_View 	@244
       
 11379 			    location   	(1000, 1199)
       
 11380 			    font       	(object Font
       
 11381 				size       	10
       
 11382 				face       	"Arial"
       
 11383 				bold       	FALSE
       
 11384 				italics    	FALSE
       
 11385 				underline  	FALSE
       
 11386 				strike     	FALSE
       
 11387 				color      	0
       
 11388 				default_color 	TRUE)
       
 11389 			    quidu      	"439D79C701F7"
       
 11390 			    anchor_loc 	1
       
 11391 			    nlines     	1
       
 11392 			    max_width  	566
       
 11393 			    justify    	0
       
 11394 			    label      	"SymmetricCipher(alg_index)"
       
 11395 			    pctDist    	0.498195
       
 11396 			    height     	44
       
 11397 			    orientation 	0)
       
 11398 			line_color 	3342489
       
 11399 			client     	@210
       
 11400 			supplier   	@221
       
 11401 			Focus_Src  	@212
       
 11402 			Focus_Entry 	@226
       
 11403 			origin     	(534, 1242)
       
 11404 			terminus   	(1471, 1242)
       
 11405 			ordinal    	7)
       
 11406 		    (object InterMessView "" @246
       
 11407 			location   	(940, 1466)
       
 11408 			font       	(object Font
       
 11409 			    size       	10
       
 11410 			    face       	"Arial"
       
 11411 			    bold       	FALSE
       
 11412 			    italics    	FALSE
       
 11413 			    underline  	FALSE
       
 11414 			    strike     	FALSE
       
 11415 			    color      	0
       
 11416 			    default_color 	TRUE)
       
 11417 			label      	(object SegLabel @247
       
 11418 			    Parent_View 	@246
       
 11419 			    location   	(1000, 1423)
       
 11420 			    font       	(object Font
       
 11421 				size       	10
       
 11422 				face       	"Arial"
       
 11423 				bold       	FALSE
       
 11424 				italics    	FALSE
       
 11425 				underline  	FALSE
       
 11426 				strike     	FALSE
       
 11427 				color      	0
       
 11428 				default_color 	TRUE)
       
 11429 			    quidu      	"439D79E60226"
       
 11430 			    anchor_loc 	1
       
 11431 			    nlines     	1
       
 11432 			    max_width  	535
       
 11433 			    justify    	0
       
 11434 			    label      	"MessageDigest(alg_index)"
       
 11435 			    pctDist    	0.498195
       
 11436 			    height     	44
       
 11437 			    orientation 	0)
       
 11438 			line_color 	3342489
       
 11439 			client     	@210
       
 11440 			supplier   	@221
       
 11441 			Focus_Src  	@213
       
 11442 			Focus_Entry 	@227
       
 11443 			origin     	(534, 1466)
       
 11444 			terminus   	(1471, 1466)
       
 11445 			ordinal    	8)
       
 11446 		    (object InterMessView "" @248
       
 11447 			location   	(939, 1723)
       
 11448 			font       	(object Font
       
 11449 			    size       	10
       
 11450 			    face       	"Arial"
       
 11451 			    bold       	FALSE
       
 11452 			    italics    	FALSE
       
 11453 			    underline  	FALSE
       
 11454 			    strike     	FALSE
       
 11455 			    color      	0
       
 11456 			    default_color 	TRUE)
       
 11457 			label      	(object SegLabel @249
       
 11458 			    Parent_View 	@248
       
 11459 			    location   	(1002, 1679)
       
 11460 			    font       	(object Font
       
 11461 				size       	10
       
 11462 				face       	"Arial"
       
 11463 				bold       	FALSE
       
 11464 				italics    	FALSE
       
 11465 				underline  	FALSE
       
 11466 				strike     	FALSE
       
 11467 				color      	0
       
 11468 				default_color 	TRUE)
       
 11469 			    quidu      	"439D7A480012"
       
 11470 			    anchor_loc 	1
       
 11471 			    nlines     	1
       
 11472 			    max_width  	197
       
 11473 			    justify    	0
       
 11474 			    label      	"Close()"
       
 11475 			    pctDist    	0.500000
       
 11476 			    height     	45
       
 11477 			    orientation 	0)
       
 11478 			line_color 	3342489
       
 11479 			client     	@210
       
 11480 			supplier   	@221
       
 11481 			Focus_Src  	@214
       
 11482 			Focus_Entry 	@228
       
 11483 			origin     	(534, 1723)
       
 11484 			terminus   	(1471, 1723)
       
 11485 			ordinal    	9)
       
 11486 		    (object SelfMessView "" @250
       
 11487 			location   	(0, 1772)
       
 11488 			font       	(object Font
       
 11489 			    size       	10
       
 11490 			    face       	"Arial"
       
 11491 			    bold       	FALSE
       
 11492 			    italics    	FALSE
       
 11493 			    underline  	FALSE
       
 11494 			    strike     	FALSE
       
 11495 			    color      	0
       
 11496 			    default_color 	TRUE)
       
 11497 			label      	(object SegLabel @251
       
 11498 			    Parent_View 	@250
       
 11499 			    location   	(1720, 1729)
       
 11500 			    font       	(object Font
       
 11501 				size       	10
       
 11502 				face       	"Arial"
       
 11503 				bold       	FALSE
       
 11504 				italics    	FALSE
       
 11505 				underline  	FALSE
       
 11506 				strike     	FALSE
       
 11507 				color      	0
       
 11508 				default_color 	TRUE)
       
 11509 			    quidu      	"439D7A59017B"
       
 11510 			    anchor_loc 	1
       
 11511 			    nlines     	1
       
 11512 			    max_width  	391
       
 11513 			    justify    	0
       
 11514 			    label      	"~CProtocolEay( )"
       
 11515 			    pctDist    	1.453333
       
 11516 			    height     	44
       
 11517 			    orientation 	0)
       
 11518 			line_color 	3342489
       
 11519 			client     	@221
       
 11520 			supplier   	@221
       
 11521 			Focus_Src  	@228
       
 11522 			Focus_Entry 	@229
       
 11523 			origin     	(1503, 1772)
       
 11524 			terminus   	(1653, 1772)
       
 11525 			ordinal    	10)
       
 11526 		    (object InterMessView "" @252
       
 11527 			location   	(567, 2059)
       
 11528 			font       	(object Font
       
 11529 			    size       	10
       
 11530 			    face       	"Arial"
       
 11531 			    bold       	FALSE
       
 11532 			    italics    	FALSE
       
 11533 			    underline  	FALSE
       
 11534 			    strike     	FALSE
       
 11535 			    color      	0
       
 11536 			    default_color 	TRUE)
       
 11537 			label      	(object SegLabel @253
       
 11538 			    Parent_View 	@252
       
 11539 			    location   	(576, 2015)
       
 11540 			    font       	(object Font
       
 11541 				size       	10
       
 11542 				face       	"Arial"
       
 11543 				bold       	FALSE
       
 11544 				italics    	FALSE
       
 11545 				underline  	FALSE
       
 11546 				strike     	FALSE
       
 11547 				color      	0
       
 11548 				default_color 	TRUE)
       
 11549 			    quidu      	"439D7A7401B8"
       
 11550 			    anchor_loc 	1
       
 11551 			    nlines     	1
       
 11552 			    max_width  	260
       
 11553 			    justify    	0
       
 11554 			    label      	"Remove( )"
       
 11555 			    pctDist    	0.500000
       
 11556 			    height     	45
       
 11557 			    orientation 	0)
       
 11558 			line_color 	3342489
       
 11559 			client     	@207
       
 11560 			supplier   	@215
       
 11561 			Focus_Src  	@209
       
 11562 			Focus_Entry 	@219
       
 11563 			origin     	(174, 2059)
       
 11564 			terminus   	(979, 2059)
       
 11565 			ordinal    	11)
       
 11566 		    (object InterMessView "" @254
       
 11567 			location   	(559, 2194)
       
 11568 			font       	(object Font
       
 11569 			    size       	10
       
 11570 			    face       	"Arial"
       
 11571 			    bold       	FALSE
       
 11572 			    italics    	FALSE
       
 11573 			    underline  	FALSE
       
 11574 			    strike     	FALSE
       
 11575 			    color      	0
       
 11576 			    default_color 	TRUE)
       
 11577 			label      	(object SegLabel @255
       
 11578 			    Parent_View 	@254
       
 11579 			    location   	(576, 2150)
       
 11580 			    font       	(object Font
       
 11581 				size       	10
       
 11582 				face       	"Arial"
       
 11583 				bold       	FALSE
       
 11584 				italics    	FALSE
       
 11585 				underline  	FALSE
       
 11586 				strike     	FALSE
       
 11587 				color      	0
       
 11588 				default_color 	TRUE)
       
 11589 			    quidu      	"439D7A7D008F"
       
 11590 			    anchor_loc 	1
       
 11591 			    nlines     	1
       
 11592 			    max_width  	632
       
 11593 			    justify    	0
       
 11594 			    label      	"~CProtocolFamilyCryptoEay( )"
       
 11595 			    pctDist    	0.500000
       
 11596 			    height     	45
       
 11597 			    orientation 	0)
       
 11598 			line_color 	3342489
       
 11599 			client     	@207
       
 11600 			supplier   	@215
       
 11601 			Focus_Src  	@209
       
 11602 			Focus_Entry 	@220
       
 11603 			origin     	(174, 2194)
       
 11604 			terminus   	(979, 2194)
       
 11605 			ordinal    	12)
       
 11606 		    (object NoteView @256
       
 11607 			location   	(1899, 1436)
       
 11608 			font       	(object Font
       
 11609 			    size       	10
       
 11610 			    face       	"Arial"
       
 11611 			    bold       	FALSE
       
 11612 			    italics    	FALSE
       
 11613 			    underline  	FALSE
       
 11614 			    strike     	FALSE
       
 11615 			    color      	0
       
 11616 			    default_color 	TRUE)
       
 11617 			label      	(object ItemLabel
       
 11618 			    Parent_View 	@256
       
 11619 			    location   	(1621, 1296)
       
 11620 			    fill_color 	13434879
       
 11621 			    nlines     	5
       
 11622 			    max_width  	521
       
 11623 			    label      	
       
 11624 |Digest and cipher algorithm instances are created and destroyed depending IPsec configuration and needs.
       
 11625 |(see separate diagrrams)
       
 11626 			    )
       
 11627 			line_color 	3342489
       
 11628 			fill_color 	13434879
       
 11629 			width      	581
       
 11630 			height     	293)
       
 11631 		    (object AttachView "" @257
       
 11632 			stereotype 	TRUE
       
 11633 			line_color 	3342489
       
 11634 			client     	@256
       
 11635 			supplier   	@245
       
 11636 			line_style 	0)
       
 11637 		    (object AttachView "" @258
       
 11638 			stereotype 	TRUE
       
 11639 			line_color 	3342489
       
 11640 			client     	@256
       
 11641 			supplier   	@247
       
 11642 			line_style 	0)
       
 11643 		    (object NoteView @259
       
 11644 			location   	(1865, 505)
       
 11645 			font       	(object Font
       
 11646 			    size       	10
       
 11647 			    face       	"Arial"
       
 11648 			    bold       	FALSE
       
 11649 			    italics    	FALSE
       
 11650 			    underline  	FALSE
       
 11651 			    strike     	FALSE
       
 11652 			    color      	0
       
 11653 			    default_color 	TRUE)
       
 11654 			label      	(object ItemLabel
       
 11655 			    Parent_View 	@259
       
 11656 			    location   	(1618, 399)
       
 11657 			    fill_color 	13434879
       
 11658 			    nlines     	4
       
 11659 			    max_width  	459
       
 11660 			    label      	"The protocol family and protocol are created when IPsec starts, by the socket server.")
       
 11661 			line_color 	3342489
       
 11662 			fill_color 	13434879
       
 11663 			width      	519
       
 11664 			height     	225)
       
 11665 		    (object AttachView "" @260
       
 11666 			stereotype 	TRUE
       
 11667 			line_color 	3342489
       
 11668 			client     	@259
       
 11669 			supplier   	@231
       
 11670 			line_style 	0)
       
 11671 		    (object AttachView "" @261
       
 11672 			stereotype 	TRUE
       
 11673 			line_color 	3342489
       
 11674 			client     	@259
       
 11675 			supplier   	@237
       
 11676 			line_style 	0)
       
 11677 		    (object NoteView @262
       
 11678 			location   	(1859, 996)
       
 11679 			font       	(object Font
       
 11680 			    size       	10
       
 11681 			    face       	"Arial"
       
 11682 			    bold       	FALSE
       
 11683 			    italics    	FALSE
       
 11684 			    underline  	FALSE
       
 11685 			    strike     	FALSE
       
 11686 			    color      	0
       
 11687 			    default_color 	TRUE)
       
 11688 			label      	(object ItemLabel
       
 11689 			    Parent_View 	@262
       
 11690 			    location   	(1618, 896)
       
 11691 			    fill_color 	13434879
       
 11692 			    nlines     	4
       
 11693 			    max_width  	446
       
 11694 			    label      	"IPsec attaches to the library and finds out what algorithms it supports.")
       
 11695 			line_color 	3342489
       
 11696 			fill_color 	13434879
       
 11697 			width      	506
       
 11698 			height     	212)
       
 11699 		    (object AttachView "" @263
       
 11700 			stereotype 	TRUE
       
 11701 			line_color 	3342489
       
 11702 			client     	@262
       
 11703 			supplier   	@239
       
 11704 			line_style 	0)
       
 11705 		    (object AttachView "" @264
       
 11706 			stereotype 	TRUE
       
 11707 			line_color 	3342489
       
 11708 			client     	@262
       
 11709 			supplier   	@241
       
 11710 			line_style 	0)
       
 11711 		    (object AttachView "" @265
       
 11712 			stereotype 	TRUE
       
 11713 			line_color 	3342489
       
 11714 			client     	@262
       
 11715 			supplier   	@243
       
 11716 			line_style 	0)
       
 11717 		    (object Destruction_Marker @266
       
 11718 			Parent_View 	@221
       
 11719 			location   	(1487, 2209)
       
 11720 			line_color 	3342489
       
 11721 			fill_color 	13434879)
       
 11722 		    (object Destruction_Marker @267
       
 11723 			Parent_View 	@215
       
 11724 			location   	(995, 2540)
       
 11725 			line_color 	3342489
       
 11726 			fill_color 	13434879)
       
 11727 		    (object NoteView @268
       
 11728 			location   	(1453, 2198)
       
 11729 			font       	(object Font
       
 11730 			    size       	10
       
 11731 			    face       	"Arial"
       
 11732 			    bold       	FALSE
       
 11733 			    italics    	FALSE
       
 11734 			    underline  	FALSE
       
 11735 			    strike     	FALSE
       
 11736 			    color      	0
       
 11737 			    default_color 	TRUE)
       
 11738 			label      	(object ItemLabel
       
 11739 			    Parent_View 	@268
       
 11740 			    location   	(1109, 2048)
       
 11741 			    fill_color 	13434879
       
 11742 			    nlines     	6
       
 11743 			    max_width  	653
       
 11744 			    label      	"When the last reference to the protocol instance gets closed, the protocol module destructs and the socket server deletes the family object at some point")
       
 11745 			line_color 	3342489
       
 11746 			fill_color 	13434879
       
 11747 			width      	713
       
 11748 			height     	313)
       
 11749 		    (object AttachView "" @269
       
 11750 			stereotype 	TRUE
       
 11751 			line_color 	3342489
       
 11752 			client     	@268
       
 11753 			supplier   	@251
       
 11754 			line_style 	0)
       
 11755 		    (object AttachView "" @270
       
 11756 			stereotype 	TRUE
       
 11757 			line_color 	3342489
       
 11758 			client     	@268
       
 11759 			supplier   	@255
       
 11760 			line_style 	0)))
       
 11761 	    (object InteractionDiagram "MessageDigest"
       
 11762 		mechanism_ref 	@68
       
 11763 		quid       	"439D8C970003"
       
 11764 		title      	"MessageDigest"
       
 11765 		zoom       	100
       
 11766 		max_height 	28350
       
 11767 		max_width  	21600
       
 11768 		origin_x   	0
       
 11769 		origin_y   	0
       
 11770 		items      	(list diagram_item_list
       
 11771 		    (object InterObjView "PKFEY" @271
       
 11772 			location   	(194, 231)
       
 11773 			font       	(object Font
       
 11774 			    size       	10
       
 11775 			    face       	"Arial"
       
 11776 			    bold       	FALSE
       
 11777 			    italics    	FALSE
       
 11778 			    underline  	TRUE
       
 11779 			    strike     	FALSE
       
 11780 			    color      	0
       
 11781 			    default_color 	TRUE)
       
 11782 			label      	(object ItemLabel
       
 11783 			    Parent_View 	@271
       
 11784 			    location   	(194, 231)
       
 11785 			    fill_color 	13434879
       
 11786 			    anchor_loc 	1
       
 11787 			    nlines     	2
       
 11788 			    max_width  	282
       
 11789 			    justify    	0
       
 11790 			    label      	"PKFEY")
       
 11791 			icon_style 	"Icon"
       
 11792 			line_color 	3342489
       
 11793 			fill_color 	13434879
       
 11794 			quidu      	"439D8CCC013B"
       
 11795 			width      	300
       
 11796 			height     	1921
       
 11797 			icon_height 	0
       
 11798 			icon_width 	0
       
 11799 			icon_y_offset 	0
       
 11800 			annotation 	1
       
 11801 			Focus_Of_Control 	(object Focus_Of_Control "" @272
       
 11802 			    location   	(194, 291)
       
 11803 			    InterObjView 	@271
       
 11804 			    height     	60
       
 11805 			    y_coord    	0
       
 11806 			    Nested     	FALSE)
       
 11807 			Focus_Of_Control 	(object Focus_Of_Control "" @273
       
 11808 			    location   	(194, 388)
       
 11809 			    line_color 	3342489
       
 11810 			    InterObjView 	@271
       
 11811 			    height     	391
       
 11812 			    y_coord    	331
       
 11813 			    Nested     	FALSE)
       
 11814 			Focus_Of_Control 	(object Focus_Of_Control "" @274
       
 11815 			    location   	(194, 880)
       
 11816 			    line_color 	3342489
       
 11817 			    InterObjView 	@271
       
 11818 			    height     	656
       
 11819 			    y_coord    	596
       
 11820 			    Nested     	FALSE)
       
 11821 			Focus_Of_Control 	(object Focus_Of_Control "" @275
       
 11822 			    location   	(194, 1850)
       
 11823 			    line_color 	3342489
       
 11824 			    InterObjView 	@271
       
 11825 			    height     	212
       
 11826 			    y_coord    	152
       
 11827 			    Nested     	FALSE))
       
 11828 		    (object InterObjView "$UNNAMED$140" @276
       
 11829 			location   	(628, 225)
       
 11830 			font       	(object Font
       
 11831 			    size       	10
       
 11832 			    face       	"Arial"
       
 11833 			    bold       	FALSE
       
 11834 			    italics    	FALSE
       
 11835 			    underline  	TRUE
       
 11836 			    strike     	FALSE
       
 11837 			    color      	0
       
 11838 			    default_color 	TRUE)
       
 11839 			label      	(object ItemLabel
       
 11840 			    Parent_View 	@276
       
 11841 			    location   	(628, 225)
       
 11842 			    fill_color 	13434879
       
 11843 			    anchor_loc 	1
       
 11844 			    nlines     	2
       
 11845 			    max_width  	282
       
 11846 			    justify    	0
       
 11847 			    label      	"")
       
 11848 			icon_style 	"Icon"
       
 11849 			line_color 	3342489
       
 11850 			fill_color 	13434879
       
 11851 			quidu      	"439D8CE3009F"
       
 11852 			width      	300
       
 11853 			height     	1927
       
 11854 			icon_height 	0
       
 11855 			icon_width 	0
       
 11856 			icon_y_offset 	0
       
 11857 			annotation 	1
       
 11858 			Focus_Of_Control 	(object Focus_Of_Control "" @277
       
 11859 			    location   	(550, 388)
       
 11860 			    line_color 	3342489
       
 11861 			    InterObjView 	@276
       
 11862 			    height     	331
       
 11863 			    y_coord    	271
       
 11864 			    Nested     	FALSE))
       
 11865 		    (object InterObjView "$UNNAMED$141" @278
       
 11866 			location   	(1222, 225)
       
 11867 			font       	(object Font
       
 11868 			    size       	10
       
 11869 			    face       	"Arial"
       
 11870 			    bold       	FALSE
       
 11871 			    italics    	FALSE
       
 11872 			    underline  	TRUE
       
 11873 			    strike     	FALSE
       
 11874 			    color      	0
       
 11875 			    default_color 	TRUE)
       
 11876 			label      	(object ItemLabel
       
 11877 			    Parent_View 	@278
       
 11878 			    location   	(1222, 225)
       
 11879 			    fill_color 	13434879
       
 11880 			    anchor_loc 	1
       
 11881 			    nlines     	2
       
 11882 			    max_width  	708
       
 11883 			    justify    	0
       
 11884 			    label      	"")
       
 11885 			icon_style 	"Icon"
       
 11886 			line_color 	3342489
       
 11887 			fill_color 	13434879
       
 11888 			quidu      	"439D92ED03CB"
       
 11889 			width      	726
       
 11890 			height     	1707
       
 11891 			icon_height 	0
       
 11892 			icon_width 	0
       
 11893 			icon_y_offset 	0
       
 11894 			annotation 	1
       
 11895 			Focus_Of_Control 	(object Focus_Of_Control "" @279
       
 11896 			    location   	(970, 599)
       
 11897 			    line_color 	3342489
       
 11898 			    InterObjView 	@278
       
 11899 			    height     	60
       
 11900 			    y_coord    	0
       
 11901 			    Nested     	FALSE)
       
 11902 			Focus_Of_Control 	(object Focus_Of_Control "" @280
       
 11903 			    location   	(970, 880)
       
 11904 			    line_color 	3342489
       
 11905 			    InterObjView 	@278
       
 11906 			    height     	180
       
 11907 			    y_coord    	120
       
 11908 			    Nested     	FALSE)
       
 11909 			Focus_Of_Control 	(object Focus_Of_Control "" @281
       
 11910 			    location   	(970, 1109)
       
 11911 			    line_color 	3342489
       
 11912 			    InterObjView 	@278
       
 11913 			    height     	151
       
 11914 			    y_coord    	91
       
 11915 			    Nested     	FALSE)
       
 11916 			Focus_Of_Control 	(object Focus_Of_Control "" @282
       
 11917 			    location   	(970, 1321)
       
 11918 			    line_color 	3342489
       
 11919 			    InterObjView 	@278
       
 11920 			    height     	155
       
 11921 			    y_coord    	95
       
 11922 			    Nested     	FALSE)
       
 11923 			Focus_Of_Control 	(object Focus_Of_Control "" @283
       
 11924 			    location   	(970, 1850)
       
 11925 			    line_color 	3342489
       
 11926 			    InterObjView 	@278
       
 11927 			    height     	152
       
 11928 			    y_coord    	92
       
 11929 			    Nested     	FALSE))
       
 11930 		    (object InterObjView "$UNNAMED$142" @284
       
 11931 			location   	(1902, 225)
       
 11932 			font       	(object Font
       
 11933 			    size       	10
       
 11934 			    face       	"Arial"
       
 11935 			    bold       	FALSE
       
 11936 			    italics    	FALSE
       
 11937 			    underline  	TRUE
       
 11938 			    strike     	FALSE
       
 11939 			    color      	0
       
 11940 			    default_color 	TRUE)
       
 11941 			label      	(object ItemLabel
       
 11942 			    Parent_View 	@284
       
 11943 			    location   	(1902, 225)
       
 11944 			    fill_color 	13434879
       
 11945 			    anchor_loc 	1
       
 11946 			    nlines     	2
       
 11947 			    max_width  	372
       
 11948 			    justify    	0
       
 11949 			    label      	"")
       
 11950 			icon_style 	"Icon"
       
 11951 			line_color 	3342489
       
 11952 			fill_color 	13434879
       
 11953 			quidu      	"439D93B00041"
       
 11954 			width      	390
       
 11955 			height     	1647
       
 11956 			icon_height 	0
       
 11957 			icon_width 	0
       
 11958 			icon_y_offset 	0
       
 11959 			annotation 	1
       
 11960 			Focus_Of_Control 	(object Focus_Of_Control "" @285
       
 11961 			    location   	(1893, 415)
       
 11962 			    line_color 	3342489
       
 11963 			    InterObjView 	@284
       
 11964 			    height     	60
       
 11965 			    y_coord    	0
       
 11966 			    Nested     	FALSE)
       
 11967 			Focus_Of_Control 	(object Focus_Of_Control "" @286
       
 11968 			    location   	(1385, 940)
       
 11969 			    line_color 	3342489
       
 11970 			    InterObjView 	@284
       
 11971 			    height     	60
       
 11972 			    y_coord    	0
       
 11973 			    Nested     	FALSE)
       
 11974 			Focus_Of_Control 	(object Focus_Of_Control "" @287
       
 11975 			    location   	(1385, 1140)
       
 11976 			    line_color 	3342489
       
 11977 			    InterObjView 	@284
       
 11978 			    height     	60
       
 11979 			    y_coord    	0
       
 11980 			    Nested     	FALSE)
       
 11981 			Focus_Of_Control 	(object Focus_Of_Control "" @288
       
 11982 			    location   	(1385, 1356)
       
 11983 			    line_color 	3342489
       
 11984 			    InterObjView 	@284
       
 11985 			    height     	60
       
 11986 			    y_coord    	0
       
 11987 			    Nested     	FALSE)
       
 11988 			Focus_Of_Control 	(object Focus_Of_Control "" @289
       
 11989 			    location   	(1902, 1882)
       
 11990 			    line_color 	3342489
       
 11991 			    InterObjView 	@284
       
 11992 			    height     	60
       
 11993 			    y_coord    	0
       
 11994 			    Nested     	FALSE))
       
 11995 		    (object InterMessView "" @290
       
 11996 			location   	(0, 388)
       
 11997 			font       	(object Font
       
 11998 			    size       	10
       
 11999 			    face       	"Arial"
       
 12000 			    bold       	FALSE
       
 12001 			    italics    	FALSE
       
 12002 			    underline  	FALSE
       
 12003 			    strike     	FALSE
       
 12004 			    color      	0
       
 12005 			    default_color 	TRUE)
       
 12006 			label      	(object SegLabel @291
       
 12007 			    Parent_View 	@290
       
 12008 			    location   	(515, 349)
       
 12009 			    font       	(object Font
       
 12010 				size       	10
       
 12011 				face       	"Arial"
       
 12012 				bold       	FALSE
       
 12013 				italics    	FALSE
       
 12014 				underline  	FALSE
       
 12015 				strike     	FALSE
       
 12016 				color      	0
       
 12017 				default_color 	TRUE)
       
 12018 			    quidu      	"439D92C602F2"
       
 12019 			    anchor_loc 	1
       
 12020 			    nlines     	1
       
 12021 			    max_width  	451
       
 12022 			    justify    	0
       
 12023 			    label      	"MessageDigest(sha1)"
       
 12024 			    pctDist    	0.760000
       
 12025 			    height     	40
       
 12026 			    orientation 	0)
       
 12027 			line_color 	3342489
       
 12028 			client     	@271
       
 12029 			supplier   	@276
       
 12030 			Focus_Src  	@273
       
 12031 			Focus_Entry 	@277
       
 12032 			origin     	(209, 388)
       
 12033 			terminus   	(612, 388)
       
 12034 			ordinal    	0)
       
 12035 		    (object InterMessView "" @292
       
 12036 			location   	(863, 599)
       
 12037 			font       	(object Font
       
 12038 			    size       	10
       
 12039 			    face       	"Arial"
       
 12040 			    bold       	FALSE
       
 12041 			    italics    	FALSE
       
 12042 			    underline  	FALSE
       
 12043 			    strike     	FALSE
       
 12044 			    color      	0
       
 12045 			    default_color 	TRUE)
       
 12046 			label      	(object SegLabel @293
       
 12047 			    Parent_View 	@292
       
 12048 			    location   	(1010, 554)
       
 12049 			    font       	(object Font
       
 12050 				size       	10
       
 12051 				face       	"Arial"
       
 12052 				bold       	FALSE
       
 12053 				italics    	FALSE
       
 12054 				underline  	FALSE
       
 12055 				strike     	FALSE
       
 12056 				color      	0
       
 12057 				default_color 	TRUE)
       
 12058 			    quidu      	"439D92F600DE"
       
 12059 			    anchor_loc 	1
       
 12060 			    nlines     	1
       
 12061 			    max_width  	651
       
 12062 			    justify    	0
       
 12063 			    label      	"CMessageDigestSymbian(digest)"
       
 12064 			    pctDist    	0.653333
       
 12065 			    height     	46
       
 12066 			    orientation 	0)
       
 12067 			line_color 	3342489
       
 12068 			client     	@276
       
 12069 			supplier   	@278
       
 12070 			Focus_Src  	@277
       
 12071 			Focus_Entry 	@279
       
 12072 			origin     	(643, 599)
       
 12073 			terminus   	(1206, 599)
       
 12074 			ordinal    	2)
       
 12075 		    (object InterMessView "" @294
       
 12076 			location   	(0, 880)
       
 12077 			font       	(object Font
       
 12078 			    size       	10
       
 12079 			    face       	"Arial"
       
 12080 			    bold       	FALSE
       
 12081 			    italics    	FALSE
       
 12082 			    underline  	FALSE
       
 12083 			    strike     	FALSE
       
 12084 			    color      	0
       
 12085 			    default_color 	TRUE)
       
 12086 			label      	(object SegLabel @295
       
 12087 			    Parent_View 	@294
       
 12088 			    location   	(707, 836)
       
 12089 			    font       	(object Font
       
 12090 				size       	10
       
 12091 				face       	"Arial"
       
 12092 				bold       	FALSE
       
 12093 				italics    	FALSE
       
 12094 				underline  	FALSE
       
 12095 				strike     	FALSE
       
 12096 				color      	0
       
 12097 				default_color 	TRUE)
       
 12098 			    quidu      	"439D93870255"
       
 12099 			    anchor_loc 	1
       
 12100 			    nlines     	1
       
 12101 			    max_width  	148
       
 12102 			    justify    	0
       
 12103 			    label      	"Init( )"
       
 12104 			    pctDist    	0.500000
       
 12105 			    height     	45
       
 12106 			    orientation 	0)
       
 12107 			line_color 	3342489
       
 12108 			client     	@271
       
 12109 			supplier   	@278
       
 12110 			Focus_Src  	@274
       
 12111 			Focus_Entry 	@280
       
 12112 			origin     	(209, 880)
       
 12113 			terminus   	(1206, 880)
       
 12114 			ordinal    	3)
       
 12115 		    (object InterMessView "" @296
       
 12116 			location   	(0, 940)
       
 12117 			font       	(object Font
       
 12118 			    size       	10
       
 12119 			    face       	"Arial"
       
 12120 			    bold       	FALSE
       
 12121 			    italics    	FALSE
       
 12122 			    underline  	FALSE
       
 12123 			    strike     	FALSE
       
 12124 			    color      	0
       
 12125 			    default_color 	TRUE)
       
 12126 			label      	(object SegLabel @297
       
 12127 			    Parent_View 	@296
       
 12128 			    location   	(1561, 896)
       
 12129 			    font       	(object Font
       
 12130 				size       	10
       
 12131 				face       	"Arial"
       
 12132 				bold       	FALSE
       
 12133 				italics    	FALSE
       
 12134 				underline  	FALSE
       
 12135 				strike     	FALSE
       
 12136 				color      	0
       
 12137 				default_color 	TRUE)
       
 12138 			    quidu      	"439D93C60294"
       
 12139 			    anchor_loc 	1
       
 12140 			    nlines     	1
       
 12141 			    max_width  	257
       
 12142 			    justify    	0
       
 12143 			    label      	"Reset(void)"
       
 12144 			    pctDist    	0.500000
       
 12145 			    height     	45
       
 12146 			    orientation 	0)
       
 12147 			line_color 	3342489
       
 12148 			client     	@278
       
 12149 			supplier   	@284
       
 12150 			Focus_Src  	@280
       
 12151 			Focus_Entry 	@286
       
 12152 			origin     	(1237, 940)
       
 12153 			terminus   	(1886, 940)
       
 12154 			ordinal    	4)
       
 12155 		    (object InterMessView "" @298
       
 12156 			location   	(0, 1109)
       
 12157 			font       	(object Font
       
 12158 			    size       	10
       
 12159 			    face       	"Arial"
       
 12160 			    bold       	FALSE
       
 12161 			    italics    	FALSE
       
 12162 			    underline  	FALSE
       
 12163 			    strike     	FALSE
       
 12164 			    color      	0
       
 12165 			    default_color 	TRUE)
       
 12166 			label      	(object SegLabel @299
       
 12167 			    Parent_View 	@298
       
 12168 			    location   	(707, 1065)
       
 12169 			    font       	(object Font
       
 12170 				size       	10
       
 12171 				face       	"Arial"
       
 12172 				bold       	FALSE
       
 12173 				italics    	FALSE
       
 12174 				underline  	FALSE
       
 12175 				strike     	FALSE
       
 12176 				color      	0
       
 12177 				default_color 	TRUE)
       
 12178 			    quidu      	"439D94000320"
       
 12179 			    anchor_loc 	1
       
 12180 			    nlines     	1
       
 12181 			    max_width  	288
       
 12182 			    justify    	0
       
 12183 			    label      	"Update(data)"
       
 12184 			    pctDist    	0.500000
       
 12185 			    height     	45
       
 12186 			    orientation 	0)
       
 12187 			line_color 	3342489
       
 12188 			client     	@271
       
 12189 			supplier   	@278
       
 12190 			Focus_Src  	@274
       
 12191 			Focus_Entry 	@281
       
 12192 			origin     	(209, 1109)
       
 12193 			terminus   	(1206, 1109)
       
 12194 			ordinal    	5)
       
 12195 		    (object InterMessView "" @300
       
 12196 			location   	(0, 1140)
       
 12197 			font       	(object Font
       
 12198 			    size       	10
       
 12199 			    face       	"Arial"
       
 12200 			    bold       	FALSE
       
 12201 			    italics    	FALSE
       
 12202 			    underline  	FALSE
       
 12203 			    strike     	FALSE
       
 12204 			    color      	0
       
 12205 			    default_color 	TRUE)
       
 12206 			label      	(object SegLabel @301
       
 12207 			    Parent_View 	@300
       
 12208 			    location   	(1559, 1107)
       
 12209 			    font       	(object Font
       
 12210 				size       	10
       
 12211 				face       	"Arial"
       
 12212 				bold       	FALSE
       
 12213 				italics    	FALSE
       
 12214 				underline  	FALSE
       
 12215 				strike     	FALSE
       
 12216 				color      	0
       
 12217 				default_color 	TRUE)
       
 12218 			    quidu      	"439D941102D1"
       
 12219 			    anchor_loc 	1
       
 12220 			    nlines     	1
       
 12221 			    max_width  	288
       
 12222 			    justify    	0
       
 12223 			    label      	"Update(data)"
       
 12224 			    pctDist    	0.497396
       
 12225 			    height     	34
       
 12226 			    orientation 	0)
       
 12227 			line_color 	3342489
       
 12228 			client     	@278
       
 12229 			supplier   	@284
       
 12230 			Focus_Src  	@281
       
 12231 			Focus_Entry 	@287
       
 12232 			origin     	(1237, 1140)
       
 12233 			terminus   	(1886, 1140)
       
 12234 			ordinal    	6)
       
 12235 		    (object InterMessView "" @302
       
 12236 			location   	(569, 1321)
       
 12237 			font       	(object Font
       
 12238 			    size       	10
       
 12239 			    face       	"Arial"
       
 12240 			    bold       	FALSE
       
 12241 			    italics    	FALSE
       
 12242 			    underline  	FALSE
       
 12243 			    strike     	FALSE
       
 12244 			    color      	0
       
 12245 			    default_color 	TRUE)
       
 12246 			label      	(object SegLabel @303
       
 12247 			    Parent_View 	@302
       
 12248 			    location   	(707, 1277)
       
 12249 			    font       	(object Font
       
 12250 				size       	10
       
 12251 				face       	"Arial"
       
 12252 				bold       	FALSE
       
 12253 				italics    	FALSE
       
 12254 				underline  	FALSE
       
 12255 				strike     	FALSE
       
 12256 				color      	0
       
 12257 				default_color 	TRUE)
       
 12258 			    quidu      	"439D94460199"
       
 12259 			    anchor_loc 	1
       
 12260 			    nlines     	1
       
 12261 			    max_width  	275
       
 12262 			    justify    	0
       
 12263 			    label      	"Final(ivc-out)"
       
 12264 			    pctDist    	0.500000
       
 12265 			    height     	45
       
 12266 			    orientation 	0)
       
 12267 			line_color 	3342489
       
 12268 			client     	@271
       
 12269 			supplier   	@278
       
 12270 			Focus_Src  	@274
       
 12271 			Focus_Entry 	@282
       
 12272 			origin     	(209, 1321)
       
 12273 			terminus   	(1206, 1321)
       
 12274 			ordinal    	7)
       
 12275 		    (object InterMessView "" @304
       
 12276 			location   	(0, 1356)
       
 12277 			font       	(object Font
       
 12278 			    size       	10
       
 12279 			    face       	"Arial"
       
 12280 			    bold       	FALSE
       
 12281 			    italics    	FALSE
       
 12282 			    underline  	FALSE
       
 12283 			    strike     	FALSE
       
 12284 			    color      	0
       
 12285 			    default_color 	TRUE)
       
 12286 			label      	(object SegLabel @305
       
 12287 			    Parent_View 	@304
       
 12288 			    location   	(1561, 1312)
       
 12289 			    font       	(object Font
       
 12290 				size       	10
       
 12291 				face       	"Arial"
       
 12292 				bold       	FALSE
       
 12293 				italics    	FALSE
       
 12294 				underline  	FALSE
       
 12295 				strike     	FALSE
       
 12296 				color      	0
       
 12297 				default_color 	TRUE)
       
 12298 			    quidu      	"439D944B016A"
       
 12299 			    anchor_loc 	1
       
 12300 			    nlines     	1
       
 12301 			    max_width  	182
       
 12302 			    justify    	0
       
 12303 			    label      	"Final( )"
       
 12304 			    pctDist    	0.500000
       
 12305 			    height     	45
       
 12306 			    orientation 	0)
       
 12307 			line_color 	3342489
       
 12308 			client     	@278
       
 12309 			supplier   	@284
       
 12310 			Focus_Src  	@282
       
 12311 			Focus_Entry 	@288
       
 12312 			origin     	(1237, 1356)
       
 12313 			terminus   	(1886, 1356)
       
 12314 			ordinal    	8)
       
 12315 		    (object InterMessView "" @306
       
 12316 			location   	(0, 1850)
       
 12317 			font       	(object Font
       
 12318 			    size       	10
       
 12319 			    face       	"Arial"
       
 12320 			    bold       	FALSE
       
 12321 			    italics    	FALSE
       
 12322 			    underline  	FALSE
       
 12323 			    strike     	FALSE
       
 12324 			    color      	0
       
 12325 			    default_color 	TRUE)
       
 12326 			label      	(object SegLabel @307
       
 12327 			    Parent_View 	@306
       
 12328 			    location   	(707, 1806)
       
 12329 			    font       	(object Font
       
 12330 				size       	10
       
 12331 				face       	"Arial"
       
 12332 				bold       	FALSE
       
 12333 				italics    	FALSE
       
 12334 				underline  	FALSE
       
 12335 				strike     	FALSE
       
 12336 				color      	0
       
 12337 				default_color 	TRUE)
       
 12338 			    quidu      	"439D956D010C"
       
 12339 			    anchor_loc 	1
       
 12340 			    nlines     	1
       
 12341 			    max_width  	611
       
 12342 			    justify    	0
       
 12343 			    label      	"~CMessageDigestSymbian( )"
       
 12344 			    pctDist    	0.500000
       
 12345 			    height     	45
       
 12346 			    orientation 	0)
       
 12347 			line_color 	3342489
       
 12348 			client     	@271
       
 12349 			supplier   	@278
       
 12350 			Focus_Src  	@275
       
 12351 			Focus_Entry 	@283
       
 12352 			origin     	(209, 1850)
       
 12353 			terminus   	(1206, 1850)
       
 12354 			ordinal    	9)
       
 12355 		    (object InterMessView "" @308
       
 12356 			location   	(1254, 415)
       
 12357 			font       	(object Font
       
 12358 			    size       	10
       
 12359 			    face       	"Arial"
       
 12360 			    bold       	FALSE
       
 12361 			    italics    	FALSE
       
 12362 			    underline  	FALSE
       
 12363 			    strike     	FALSE
       
 12364 			    color      	0
       
 12365 			    default_color 	TRUE)
       
 12366 			label      	(object SegLabel @309
       
 12367 			    Parent_View 	@308
       
 12368 			    location   	(1264, 371)
       
 12369 			    font       	(object Font
       
 12370 				size       	10
       
 12371 				face       	"Arial"
       
 12372 				bold       	FALSE
       
 12373 				italics    	FALSE
       
 12374 				underline  	FALSE
       
 12375 				strike     	FALSE
       
 12376 				color      	0
       
 12377 				default_color 	TRUE)
       
 12378 			    quidu      	"441FDBA30323"
       
 12379 			    anchor_loc 	1
       
 12380 			    nlines     	1
       
 12381 			    max_width  	251
       
 12382 			    justify    	0
       
 12383 			    label      	"NewL(void)"
       
 12384 			    pctDist    	0.500000
       
 12385 			    height     	45
       
 12386 			    orientation 	0)
       
 12387 			line_color 	3342489
       
 12388 			client     	@276
       
 12389 			supplier   	@284
       
 12390 			Focus_Src  	@277
       
 12391 			Focus_Entry 	@285
       
 12392 			origin     	(643, 415)
       
 12393 			terminus   	(1886, 415)
       
 12394 			ordinal    	1)
       
 12395 		    (object Destruction_Marker @310
       
 12396 			Parent_View 	@278
       
 12397 			location   	(1222, 2032)
       
 12398 			line_color 	3342489
       
 12399 			fill_color 	13434879)
       
 12400 		    (object InterMessView "" @311
       
 12401 			location   	(0, 1882)
       
 12402 			font       	(object Font
       
 12403 			    size       	10
       
 12404 			    face       	"Arial"
       
 12405 			    bold       	FALSE
       
 12406 			    italics    	FALSE
       
 12407 			    underline  	FALSE
       
 12408 			    strike     	FALSE
       
 12409 			    color      	0
       
 12410 			    default_color 	TRUE)
       
 12411 			label      	(object SegLabel @312
       
 12412 			    Parent_View 	@311
       
 12413 			    location   	(1561, 1838)
       
 12414 			    font       	(object Font
       
 12415 				size       	10
       
 12416 				face       	"Arial"
       
 12417 				bold       	FALSE
       
 12418 				italics    	FALSE
       
 12419 				underline  	FALSE
       
 12420 				strike     	FALSE
       
 12421 				color      	0
       
 12422 				default_color 	TRUE)
       
 12423 			    quidu      	"441FDC840149"
       
 12424 			    anchor_loc 	1
       
 12425 			    nlines     	1
       
 12426 			    max_width  	332
       
 12427 			    justify    	0
       
 12428 			    label      	"~CSHA1(void)"
       
 12429 			    pctDist    	0.500000
       
 12430 			    height     	45
       
 12431 			    orientation 	0)
       
 12432 			line_color 	3342489
       
 12433 			client     	@278
       
 12434 			supplier   	@284
       
 12435 			Focus_Src  	@283
       
 12436 			Focus_Entry 	@289
       
 12437 			origin     	(1237, 1882)
       
 12438 			terminus   	(1886, 1882)
       
 12439 			ordinal    	10)
       
 12440 		    (object Destruction_Marker @313
       
 12441 			Parent_View 	@284
       
 12442 			location   	(1902, 1972)
       
 12443 			line_color 	3342489
       
 12444 			fill_color 	13434879)))
       
 12445 	    (object InteractionDiagram "SymmetricCipher"
       
 12446 		mechanism_ref 	@69
       
 12447 		quid       	"439D9609034E"
       
 12448 		title      	"SymmetricCipher"
       
 12449 		zoom       	100
       
 12450 		max_height 	28350
       
 12451 		max_width  	21600
       
 12452 		origin_x   	0
       
 12453 		origin_y   	1951
       
 12454 		items      	(list diagram_item_list
       
 12455 		    (object InterObjView "PFKEY" @314
       
 12456 			location   	(150, 225)
       
 12457 			font       	(object Font
       
 12458 			    size       	10
       
 12459 			    face       	"Arial"
       
 12460 			    bold       	FALSE
       
 12461 			    italics    	FALSE
       
 12462 			    underline  	TRUE
       
 12463 			    strike     	FALSE
       
 12464 			    color      	0
       
 12465 			    default_color 	TRUE)
       
 12466 			label      	(object ItemLabel
       
 12467 			    Parent_View 	@314
       
 12468 			    location   	(150, 225)
       
 12469 			    fill_color 	13434879
       
 12470 			    anchor_loc 	1
       
 12471 			    nlines     	2
       
 12472 			    max_width  	282
       
 12473 			    justify    	0
       
 12474 			    label      	"PFKEY")
       
 12475 			icon_style 	"Icon"
       
 12476 			line_color 	3342489
       
 12477 			fill_color 	13434879
       
 12478 			quidu      	"439D9650011C"
       
 12479 			width      	300
       
 12480 			height     	2485
       
 12481 			icon_height 	0
       
 12482 			icon_width 	0
       
 12483 			icon_y_offset 	0
       
 12484 			annotation 	1
       
 12485 			Focus_Of_Control 	(object Focus_Of_Control "" @315
       
 12486 			    location   	(150, 375)
       
 12487 			    line_color 	3342489
       
 12488 			    InterObjView 	@314
       
 12489 			    height     	814
       
 12490 			    y_coord    	754
       
 12491 			    Nested     	FALSE)
       
 12492 			Focus_Of_Control 	(object Focus_Of_Control "" @316
       
 12493 			    location   	(150, 1336)
       
 12494 			    line_color 	3342489
       
 12495 			    InterObjView 	@314
       
 12496 			    height     	831
       
 12497 			    y_coord    	771
       
 12498 			    Nested     	FALSE)
       
 12499 			Focus_Of_Control 	(object Focus_Of_Control "" @317
       
 12500 			    location   	(150, 2309)
       
 12501 			    line_color 	3342489
       
 12502 			    InterObjView 	@314
       
 12503 			    height     	311
       
 12504 			    y_coord    	251
       
 12505 			    Nested     	FALSE))
       
 12506 		    (object InterObjView "$UNNAMED$143" @318
       
 12507 			location   	(550, 231)
       
 12508 			font       	(object Font
       
 12509 			    size       	10
       
 12510 			    face       	"Arial"
       
 12511 			    bold       	FALSE
       
 12512 			    italics    	FALSE
       
 12513 			    underline  	TRUE
       
 12514 			    strike     	FALSE
       
 12515 			    color      	0
       
 12516 			    default_color 	TRUE)
       
 12517 			label      	(object ItemLabel
       
 12518 			    Parent_View 	@318
       
 12519 			    location   	(550, 231)
       
 12520 			    fill_color 	13434879
       
 12521 			    anchor_loc 	1
       
 12522 			    nlines     	2
       
 12523 			    max_width  	282
       
 12524 			    justify    	0
       
 12525 			    label      	"")
       
 12526 			icon_style 	"Icon"
       
 12527 			line_color 	3342489
       
 12528 			fill_color 	13434879
       
 12529 			quidu      	"439D96610189"
       
 12530 			width      	300
       
 12531 			height     	2479
       
 12532 			icon_height 	0
       
 12533 			icon_width 	0
       
 12534 			icon_y_offset 	0
       
 12535 			annotation 	1
       
 12536 			Focus_Of_Control 	(object Focus_Of_Control "" @319
       
 12537 			    location   	(550, 291)
       
 12538 			    InterObjView 	@318
       
 12539 			    height     	60
       
 12540 			    y_coord    	0
       
 12541 			    Nested     	FALSE)
       
 12542 			Focus_Of_Control 	(object Focus_Of_Control "" @320
       
 12543 			    location   	(550, 375)
       
 12544 			    line_color 	3342489
       
 12545 			    InterObjView 	@318
       
 12546 			    height     	170
       
 12547 			    y_coord    	110
       
 12548 			    Nested     	FALSE))
       
 12549 		    (object InterObjView "$UNNAMED$144" @321
       
 12550 			location   	(1139, 225)
       
 12551 			font       	(object Font
       
 12552 			    size       	10
       
 12553 			    face       	"Arial"
       
 12554 			    bold       	FALSE
       
 12555 			    italics    	FALSE
       
 12556 			    underline  	TRUE
       
 12557 			    strike     	FALSE
       
 12558 			    color      	0
       
 12559 			    default_color 	TRUE)
       
 12560 			label      	(object ItemLabel
       
 12561 			    Parent_View 	@321
       
 12562 			    location   	(1139, 225)
       
 12563 			    fill_color 	13434879
       
 12564 			    anchor_loc 	1
       
 12565 			    nlines     	2
       
 12566 			    max_width  	554
       
 12567 			    justify    	0
       
 12568 			    label      	"")
       
 12569 			icon_style 	"Icon"
       
 12570 			line_color 	3342489
       
 12571 			fill_color 	13434879
       
 12572 			quidu      	"439D966D0003"
       
 12573 			width      	572
       
 12574 			height     	2309
       
 12575 			icon_height 	0
       
 12576 			icon_width 	0
       
 12577 			icon_y_offset 	0
       
 12578 			annotation 	1
       
 12579 			Focus_Of_Control 	(object Focus_Of_Control "" @322
       
 12580 			    location   	(1139, 425)
       
 12581 			    line_color 	3342489
       
 12582 			    InterObjView 	@321
       
 12583 			    height     	60
       
 12584 			    y_coord    	0
       
 12585 			    Nested     	FALSE)
       
 12586 			Focus_Of_Control 	(object Focus_Of_Control "" @323
       
 12587 			    location   	(1139, 645)
       
 12588 			    line_color 	3342489
       
 12589 			    InterObjView 	@321
       
 12590 			    height     	484
       
 12591 			    y_coord    	424
       
 12592 			    Nested     	FALSE)
       
 12593 			Focus_Of_Control 	(object Focus_Of_Control "" @324
       
 12594 			    location   	(1139, 694)
       
 12595 			    line_color 	3342489
       
 12596 			    InterObjView 	@321
       
 12597 			    height     	60
       
 12598 			    y_coord    	0
       
 12599 			    Nested     	TRUE)
       
 12600 			Focus_Of_Control 	(object Focus_Of_Control "" @325
       
 12601 			    location   	(1139, 1336)
       
 12602 			    line_color 	3342489
       
 12603 			    InterObjView 	@321
       
 12604 			    height     	60
       
 12605 			    y_coord    	0
       
 12606 			    Nested     	FALSE)
       
 12607 			Focus_Of_Control 	(object Focus_Of_Control "" @326
       
 12608 			    location   	(1139, 1439)
       
 12609 			    line_color 	3342489
       
 12610 			    InterObjView 	@321
       
 12611 			    height     	306
       
 12612 			    y_coord    	246
       
 12613 			    Nested     	FALSE)
       
 12614 			Focus_Of_Control 	(object Focus_Of_Control "" @327
       
 12615 			    location   	(1139, 1502)
       
 12616 			    line_color 	3342489
       
 12617 			    InterObjView 	@321
       
 12618 			    height     	60
       
 12619 			    y_coord    	0
       
 12620 			    Nested     	TRUE)
       
 12621 			Focus_Of_Control 	(object Focus_Of_Control "" @328
       
 12622 			    location   	(1139, 1802)
       
 12623 			    line_color 	3342489
       
 12624 			    InterObjView 	@321
       
 12625 			    height     	305
       
 12626 			    y_coord    	245
       
 12627 			    Nested     	FALSE)
       
 12628 			Focus_Of_Control 	(object Focus_Of_Control "" @329
       
 12629 			    location   	(1139, 1865)
       
 12630 			    line_color 	3342489
       
 12631 			    InterObjView 	@321
       
 12632 			    height     	60
       
 12633 			    y_coord    	0
       
 12634 			    Nested     	TRUE)
       
 12635 			Focus_Of_Control 	(object Focus_Of_Control "" @330
       
 12636 			    location   	(1139, 2309)
       
 12637 			    line_color 	3342489
       
 12638 			    InterObjView 	@321
       
 12639 			    height     	251
       
 12640 			    y_coord    	191
       
 12641 			    Nested     	FALSE))
       
 12642 		    (object InterObjView "$UNNAMED$145" @331
       
 12643 			location   	(2252, 225)
       
 12644 			font       	(object Font
       
 12645 			    size       	10
       
 12646 			    face       	"Arial"
       
 12647 			    bold       	FALSE
       
 12648 			    italics    	FALSE
       
 12649 			    underline  	TRUE
       
 12650 			    strike     	FALSE
       
 12651 			    color      	0
       
 12652 			    default_color 	TRUE)
       
 12653 			label      	(object ItemLabel
       
 12654 			    Parent_View 	@331
       
 12655 			    location   	(2252, 225)
       
 12656 			    fill_color 	13434879
       
 12657 			    anchor_loc 	1
       
 12658 			    nlines     	2
       
 12659 			    max_width  	354
       
 12660 			    justify    	0
       
 12661 			    label      	"")
       
 12662 			icon_style 	"Icon"
       
 12663 			line_color 	3342489
       
 12664 			fill_color 	13434879
       
 12665 			quidu      	"439D96C300ED"
       
 12666 			width      	372
       
 12667 			height     	2140
       
 12668 			icon_height 	0
       
 12669 			icon_width 	0
       
 12670 			icon_y_offset 	0
       
 12671 			annotation 	1
       
 12672 			Focus_Of_Control 	(object Focus_Of_Control "" @332
       
 12673 			    location   	(2252, 874)
       
 12674 			    line_color 	3342489
       
 12675 			    InterObjView 	@331
       
 12676 			    height     	60
       
 12677 			    y_coord    	0
       
 12678 			    Nested     	FALSE)
       
 12679 			Focus_Of_Control 	(object Focus_Of_Control "" @333
       
 12680 			    location   	(2252, 1625)
       
 12681 			    line_color 	3342489
       
 12682 			    InterObjView 	@331
       
 12683 			    height     	60
       
 12684 			    y_coord    	0
       
 12685 			    Nested     	FALSE)
       
 12686 			Focus_Of_Control 	(object Focus_Of_Control "" @334
       
 12687 			    location   	(2252, 1987)
       
 12688 			    line_color 	3342489
       
 12689 			    InterObjView 	@331
       
 12690 			    height     	60
       
 12691 			    y_coord    	0
       
 12692 			    Nested     	FALSE)
       
 12693 			Focus_Of_Control 	(object Focus_Of_Control "" @335
       
 12694 			    location   	(2252, 2345)
       
 12695 			    line_color 	3342489
       
 12696 			    InterObjView 	@331
       
 12697 			    height     	60
       
 12698 			    y_coord    	0
       
 12699 			    Nested     	FALSE))
       
 12700 		    (object InterObjView "$UNNAMED$146" @336
       
 12701 			location   	(1764, 225)
       
 12702 			font       	(object Font
       
 12703 			    size       	10
       
 12704 			    face       	"Arial"
       
 12705 			    bold       	FALSE
       
 12706 			    italics    	FALSE
       
 12707 			    underline  	TRUE
       
 12708 			    strike     	FALSE
       
 12709 			    color      	0
       
 12710 			    default_color 	TRUE)
       
 12711 			label      	(object ItemLabel
       
 12712 			    Parent_View 	@336
       
 12713 			    location   	(1764, 225)
       
 12714 			    fill_color 	13434879
       
 12715 			    anchor_loc 	1
       
 12716 			    nlines     	2
       
 12717 			    max_width  	388
       
 12718 			    justify    	0
       
 12719 			    label      	"")
       
 12720 			icon_style 	"Icon"
       
 12721 			line_color 	3342489
       
 12722 			fill_color 	13434879
       
 12723 			quidu      	"439D96D100ED"
       
 12724 			width      	406
       
 12725 			height     	2227
       
 12726 			icon_height 	0
       
 12727 			icon_width 	0
       
 12728 			icon_y_offset 	0
       
 12729 			annotation 	1
       
 12730 			Focus_Of_Control 	(object Focus_Of_Control "" @337
       
 12731 			    location   	(1764, 1009)
       
 12732 			    line_color 	3342489
       
 12733 			    InterObjView 	@336
       
 12734 			    height     	60
       
 12735 			    y_coord    	0
       
 12736 			    Nested     	FALSE)
       
 12737 			Focus_Of_Control 	(object Focus_Of_Control "" @338
       
 12738 			    location   	(1764, 2440)
       
 12739 			    line_color 	3342489
       
 12740 			    InterObjView 	@336
       
 12741 			    height     	60
       
 12742 			    y_coord    	0
       
 12743 			    Nested     	FALSE))
       
 12744 		    (object InterMessView "" @339
       
 12745 			location   	(0, 375)
       
 12746 			font       	(object Font
       
 12747 			    size       	10
       
 12748 			    face       	"Arial"
       
 12749 			    bold       	FALSE
       
 12750 			    italics    	FALSE
       
 12751 			    underline  	FALSE
       
 12752 			    strike     	FALSE
       
 12753 			    color      	0
       
 12754 			    default_color 	TRUE)
       
 12755 			label      	(object SegLabel @340
       
 12756 			    Parent_View 	@339
       
 12757 			    location   	(349, 331)
       
 12758 			    font       	(object Font
       
 12759 				size       	10
       
 12760 				face       	"Arial"
       
 12761 				bold       	FALSE
       
 12762 				italics    	FALSE
       
 12763 				underline  	FALSE
       
 12764 				strike     	FALSE
       
 12765 				color      	0
       
 12766 				default_color 	TRUE)
       
 12767 			    quidu      	"439D96EB0330"
       
 12768 			    anchor_loc 	1
       
 12769 			    nlines     	1
       
 12770 			    max_width  	482
       
 12771 			    justify    	0
       
 12772 			    label      	"SymmetricCipher(3des)"
       
 12773 			    pctDist    	0.500000
       
 12774 			    height     	45
       
 12775 			    orientation 	0)
       
 12776 			line_color 	3342489
       
 12777 			client     	@314
       
 12778 			supplier   	@318
       
 12779 			Focus_Src  	@315
       
 12780 			Focus_Entry 	@320
       
 12781 			origin     	(165, 375)
       
 12782 			terminus   	(534, 375)
       
 12783 			ordinal    	0)
       
 12784 		    (object InterMessView "" @341
       
 12785 			location   	(834, 425)
       
 12786 			font       	(object Font
       
 12787 			    size       	10
       
 12788 			    face       	"Arial"
       
 12789 			    bold       	FALSE
       
 12790 			    italics    	FALSE
       
 12791 			    underline  	FALSE
       
 12792 			    strike     	FALSE
       
 12793 			    color      	0
       
 12794 			    default_color 	TRUE)
       
 12795 			label      	(object SegLabel @342
       
 12796 			    Parent_View 	@341
       
 12797 			    location   	(901, 379)
       
 12798 			    font       	(object Font
       
 12799 				size       	10
       
 12800 				face       	"Arial"
       
 12801 				bold       	FALSE
       
 12802 				italics    	FALSE
       
 12803 				underline  	FALSE
       
 12804 				strike     	FALSE
       
 12805 				color      	0
       
 12806 				default_color 	TRUE)
       
 12807 			    quidu      	"439D96FB035F"
       
 12808 			    anchor_loc 	1
       
 12809 			    nlines     	1
       
 12810 			    max_width  	547
       
 12811 			    justify    	0
       
 12812 			    label      	"CSymmetricCipher3Descbc"
       
 12813 			    pctDist    	0.602170
       
 12814 			    height     	47
       
 12815 			    orientation 	0)
       
 12816 			line_color 	3342489
       
 12817 			client     	@318
       
 12818 			supplier   	@321
       
 12819 			Focus_Src  	@320
       
 12820 			Focus_Entry 	@322
       
 12821 			origin     	(565, 425)
       
 12822 			terminus   	(1123, 425)
       
 12823 			ordinal    	1)
       
 12824 		    (object InterMessView "" @343
       
 12825 			location   	(653, 645)
       
 12826 			font       	(object Font
       
 12827 			    size       	10
       
 12828 			    face       	"Arial"
       
 12829 			    bold       	FALSE
       
 12830 			    italics    	FALSE
       
 12831 			    underline  	FALSE
       
 12832 			    strike     	FALSE
       
 12833 			    color      	0
       
 12834 			    default_color 	TRUE)
       
 12835 			label      	(object SegLabel @344
       
 12836 			    Parent_View 	@343
       
 12837 			    location   	(644, 601)
       
 12838 			    font       	(object Font
       
 12839 				size       	10
       
 12840 				face       	"Arial"
       
 12841 				bold       	FALSE
       
 12842 				italics    	FALSE
       
 12843 				underline  	FALSE
       
 12844 				strike     	FALSE
       
 12845 				color      	0
       
 12846 				default_color 	TRUE)
       
 12847 			    quidu      	"439D972C0236"
       
 12848 			    anchor_loc 	1
       
 12849 			    nlines     	1
       
 12850 			    max_width  	266
       
 12851 			    justify    	0
       
 12852 			    label      	"Setkey(key)"
       
 12853 			    pctDist    	0.500000
       
 12854 			    height     	45
       
 12855 			    orientation 	0)
       
 12856 			line_color 	3342489
       
 12857 			client     	@314
       
 12858 			supplier   	@321
       
 12859 			Focus_Src  	@315
       
 12860 			Focus_Entry 	@323
       
 12861 			origin     	(165, 645)
       
 12862 			terminus   	(1123, 645)
       
 12863 			ordinal    	2)
       
 12864 		    (object InterMessView "" @345
       
 12865 			location   	(1696, 874)
       
 12866 			font       	(object Font
       
 12867 			    size       	10
       
 12868 			    face       	"Arial"
       
 12869 			    bold       	FALSE
       
 12870 			    italics    	FALSE
       
 12871 			    underline  	FALSE
       
 12872 			    strike     	FALSE
       
 12873 			    color      	0
       
 12874 			    default_color 	TRUE)
       
 12875 			label      	(object SegLabel @346
       
 12876 			    Parent_View 	@345
       
 12877 			    location   	(1464, 823)
       
 12878 			    font       	(object Font
       
 12879 				size       	10
       
 12880 				face       	"Arial"
       
 12881 				bold       	FALSE
       
 12882 				italics    	FALSE
       
 12883 				underline  	FALSE
       
 12884 				strike     	FALSE
       
 12885 				color      	0
       
 12886 				default_color 	TRUE)
       
 12887 			    quidu      	"439D979F00DE"
       
 12888 			    anchor_loc 	1
       
 12889 			    nlines     	1
       
 12890 			    max_width  	247
       
 12891 			    justify    	0
       
 12892 			    label      	"NewL(key)"
       
 12893 			    pctDist    	0.287283
       
 12894 			    height     	52
       
 12895 			    orientation 	0)
       
 12896 			line_color 	3342489
       
 12897 			client     	@321
       
 12898 			supplier   	@331
       
 12899 			Focus_Src  	@323
       
 12900 			Focus_Entry 	@332
       
 12901 			origin     	(1154, 874)
       
 12902 			terminus   	(2236, 874)
       
 12903 			ordinal    	4)
       
 12904 		    (object InterMessView "" @347
       
 12905 			location   	(1562, 1009)
       
 12906 			font       	(object Font
       
 12907 			    size       	10
       
 12908 			    face       	"Arial"
       
 12909 			    bold       	FALSE
       
 12910 			    italics    	FALSE
       
 12911 			    underline  	FALSE
       
 12912 			    strike     	FALSE
       
 12913 			    color      	0
       
 12914 			    default_color 	TRUE)
       
 12915 			label      	(object SegLabel @348
       
 12916 			    Parent_View 	@347
       
 12917 			    location   	(1465, 962)
       
 12918 			    font       	(object Font
       
 12919 				size       	10
       
 12920 				face       	"Arial"
       
 12921 				bold       	FALSE
       
 12922 				italics    	FALSE
       
 12923 				underline  	FALSE
       
 12924 				strike     	FALSE
       
 12925 				color      	0
       
 12926 				default_color 	TRUE)
       
 12927 			    quidu      	"439D97C20071"
       
 12928 			    anchor_loc 	1
       
 12929 			    nlines     	1
       
 12930 			    max_width  	247
       
 12931 			    justify    	0
       
 12932 			    label      	"NewL(key)"
       
 12933 			    pctDist    	0.523967
       
 12934 			    height     	48
       
 12935 			    orientation 	0)
       
 12936 			line_color 	3342489
       
 12937 			client     	@321
       
 12938 			supplier   	@336
       
 12939 			Focus_Src  	@323
       
 12940 			Focus_Entry 	@337
       
 12941 			origin     	(1154, 1009)
       
 12942 			terminus   	(1748, 1009)
       
 12943 			ordinal    	5)
       
 12944 		    (object InterMessView "" @349
       
 12945 			location   	(0, 1336)
       
 12946 			font       	(object Font
       
 12947 			    size       	10
       
 12948 			    face       	"Arial"
       
 12949 			    bold       	FALSE
       
 12950 			    italics    	FALSE
       
 12951 			    underline  	FALSE
       
 12952 			    strike     	FALSE
       
 12953 			    color      	0
       
 12954 			    default_color 	TRUE)
       
 12955 			label      	(object SegLabel @350
       
 12956 			    Parent_View 	@349
       
 12957 			    location   	(644, 1292)
       
 12958 			    font       	(object Font
       
 12959 				size       	10
       
 12960 				face       	"Arial"
       
 12961 				bold       	FALSE
       
 12962 				italics    	FALSE
       
 12963 				underline  	FALSE
       
 12964 				strike     	FALSE
       
 12965 				color      	0
       
 12966 				default_color 	TRUE)
       
 12967 			    quidu      	"439D984D037D"
       
 12968 			    anchor_loc 	1
       
 12969 			    nlines     	1
       
 12970 			    max_width  	353
       
 12971 			    justify    	0
       
 12972 			    label      	"Init(iv-in, encrypt)"
       
 12973 			    pctDist    	0.500000
       
 12974 			    height     	45
       
 12975 			    orientation 	0)
       
 12976 			line_color 	3342489
       
 12977 			client     	@314
       
 12978 			supplier   	@321
       
 12979 			Focus_Src  	@316
       
 12980 			Focus_Entry 	@325
       
 12981 			origin     	(165, 1336)
       
 12982 			terminus   	(1123, 1336)
       
 12983 			ordinal    	6)
       
 12984 		    (object InterMessView "" @351
       
 12985 			location   	(0, 1439)
       
 12986 			font       	(object Font
       
 12987 			    size       	10
       
 12988 			    face       	"Arial"
       
 12989 			    bold       	FALSE
       
 12990 			    italics    	FALSE
       
 12991 			    underline  	FALSE
       
 12992 			    strike     	FALSE
       
 12993 			    color      	0
       
 12994 			    default_color 	TRUE)
       
 12995 			label      	(object SegLabel @352
       
 12996 			    Parent_View 	@351
       
 12997 			    location   	(644, 1395)
       
 12998 			    font       	(object Font
       
 12999 				size       	10
       
 13000 				face       	"Arial"
       
 13001 				bold       	FALSE
       
 13002 				italics    	FALSE
       
 13003 				underline  	FALSE
       
 13004 				strike     	FALSE
       
 13005 				color      	0
       
 13006 				default_color 	TRUE)
       
 13007 			    quidu      	"439D98F50206"
       
 13008 			    anchor_loc 	1
       
 13009 			    nlines     	1
       
 13010 			    max_width  	494
       
 13011 			    justify    	0
       
 13012 			    label      	"Update(data-in, data-out)"
       
 13013 			    pctDist    	0.500000
       
 13014 			    height     	45
       
 13015 			    orientation 	0)
       
 13016 			line_color 	3342489
       
 13017 			client     	@314
       
 13018 			supplier   	@321
       
 13019 			Focus_Src  	@316
       
 13020 			Focus_Entry 	@326
       
 13021 			origin     	(165, 1439)
       
 13022 			terminus   	(1123, 1439)
       
 13023 			ordinal    	7)
       
 13024 		    (object SelfMessView "" @353
       
 13025 			location   	(0, 1502)
       
 13026 			font       	(object Font
       
 13027 			    size       	10
       
 13028 			    face       	"Arial"
       
 13029 			    bold       	FALSE
       
 13030 			    italics    	FALSE
       
 13031 			    underline  	FALSE
       
 13032 			    strike     	FALSE
       
 13033 			    color      	0
       
 13034 			    default_color 	TRUE)
       
 13035 			label      	(object SegLabel @354
       
 13036 			    Parent_View 	@353
       
 13037 			    location   	(1369, 1463)
       
 13038 			    font       	(object Font
       
 13039 				size       	10
       
 13040 				face       	"Arial"
       
 13041 				bold       	FALSE
       
 13042 				italics    	FALSE
       
 13043 				underline  	FALSE
       
 13044 				strike     	FALSE
       
 13045 				color      	0
       
 13046 				default_color 	TRUE)
       
 13047 			    quidu      	"439D9921014C"
       
 13048 			    anchor_loc 	1
       
 13049 			    nlines     	1
       
 13050 			    max_width  	332
       
 13051 			    justify    	0
       
 13052 			    label      	"Call(in, out, len)"
       
 13053 			    pctDist    	1.433333
       
 13054 			    height     	40
       
 13055 			    orientation 	0)
       
 13056 			line_color 	3342489
       
 13057 			client     	@321
       
 13058 			supplier   	@321
       
 13059 			Focus_Src  	@326
       
 13060 			Focus_Entry 	@327
       
 13061 			origin     	(1155, 1502)
       
 13062 			terminus   	(1305, 1502)
       
 13063 			ordinal    	8)
       
 13064 		    (object InterMessView "" @355
       
 13065 			location   	(1353, 1625)
       
 13066 			font       	(object Font
       
 13067 			    size       	10
       
 13068 			    face       	"Arial"
       
 13069 			    bold       	FALSE
       
 13070 			    italics    	FALSE
       
 13071 			    underline  	FALSE
       
 13072 			    strike     	FALSE
       
 13073 			    color      	0
       
 13074 			    default_color 	TRUE)
       
 13075 			label      	(object SegLabel @356
       
 13076 			    Parent_View 	@355
       
 13077 			    location   	(1695, 1581)
       
 13078 			    font       	(object Font
       
 13079 				size       	10
       
 13080 				face       	"Arial"
       
 13081 				bold       	FALSE
       
 13082 				italics    	FALSE
       
 13083 				underline  	FALSE
       
 13084 				strike     	FALSE
       
 13085 				color      	0
       
 13086 				default_color 	TRUE)
       
 13087 			    quidu      	"439D997D016A"
       
 13088 			    anchor_loc 	1
       
 13089 			    nlines     	1
       
 13090 			    max_width  	325
       
 13091 			    justify    	0
       
 13092 			    label      	"Transform(blk)"
       
 13093 			    pctDist    	0.500000
       
 13094 			    height     	45
       
 13095 			    orientation 	0)
       
 13096 			line_color 	3342489
       
 13097 			client     	@321
       
 13098 			supplier   	@331
       
 13099 			Focus_Src  	@326
       
 13100 			Focus_Entry 	@333
       
 13101 			origin     	(1154, 1625)
       
 13102 			terminus   	(2236, 1625)
       
 13103 			ordinal    	9)
       
 13104 		    (object InterMessView "" @357
       
 13105 			location   	(647, 1802)
       
 13106 			font       	(object Font
       
 13107 			    size       	10
       
 13108 			    face       	"Arial"
       
 13109 			    bold       	FALSE
       
 13110 			    italics    	FALSE
       
 13111 			    underline  	FALSE
       
 13112 			    strike     	FALSE
       
 13113 			    color      	0
       
 13114 			    default_color 	TRUE)
       
 13115 			label      	(object SegLabel @358
       
 13116 			    Parent_View 	@357
       
 13117 			    location   	(644, 1758)
       
 13118 			    font       	(object Font
       
 13119 				size       	10
       
 13120 				face       	"Arial"
       
 13121 				bold       	FALSE
       
 13122 				italics    	FALSE
       
 13123 				underline  	FALSE
       
 13124 				strike     	FALSE
       
 13125 				color      	0
       
 13126 				default_color 	TRUE)
       
 13127 			    quidu      	"439D99BC00ED"
       
 13128 			    anchor_loc 	1
       
 13129 			    nlines     	1
       
 13130 			    max_width  	297
       
 13131 			    justify    	0
       
 13132 			    label      	"Finish(iv-out)"
       
 13133 			    pctDist    	0.500000
       
 13134 			    height     	45
       
 13135 			    orientation 	0)
       
 13136 			line_color 	3342489
       
 13137 			client     	@314
       
 13138 			supplier   	@321
       
 13139 			Focus_Src  	@316
       
 13140 			Focus_Entry 	@328
       
 13141 			origin     	(165, 1802)
       
 13142 			terminus   	(1123, 1802)
       
 13143 			ordinal    	10)
       
 13144 		    (object SelfMessView "" @359
       
 13145 			location   	(0, 1865)
       
 13146 			font       	(object Font
       
 13147 			    size       	10
       
 13148 			    face       	"Arial"
       
 13149 			    bold       	FALSE
       
 13150 			    italics    	FALSE
       
 13151 			    underline  	FALSE
       
 13152 			    strike     	FALSE
       
 13153 			    color      	0
       
 13154 			    default_color 	TRUE)
       
 13155 			label      	(object SegLabel @360
       
 13156 			    Parent_View 	@359
       
 13157 			    location   	(1378, 1819)
       
 13158 			    font       	(object Font
       
 13159 				size       	10
       
 13160 				face       	"Arial"
       
 13161 				bold       	FALSE
       
 13162 				italics    	FALSE
       
 13163 				underline  	FALSE
       
 13164 				strike     	FALSE
       
 13165 				color      	0
       
 13166 				default_color 	TRUE)
       
 13167 			    quidu      	"439D99E00022"
       
 13168 			    anchor_loc 	1
       
 13169 			    nlines     	1
       
 13170 			    max_width  	353
       
 13171 			    justify    	0
       
 13172 			    label      	"Call(in, out, len)"
       
 13173 			    pctDist    	1.493333
       
 13174 			    height     	47
       
 13175 			    orientation 	0)
       
 13176 			line_color 	3342489
       
 13177 			client     	@321
       
 13178 			supplier   	@321
       
 13179 			Focus_Src  	@328
       
 13180 			Focus_Entry 	@329
       
 13181 			origin     	(1155, 1865)
       
 13182 			terminus   	(1305, 1865)
       
 13183 			ordinal    	11)
       
 13184 		    (object InterMessView "" @361
       
 13185 			location   	(1356, 1987)
       
 13186 			font       	(object Font
       
 13187 			    size       	10
       
 13188 			    face       	"Arial"
       
 13189 			    bold       	FALSE
       
 13190 			    italics    	FALSE
       
 13191 			    underline  	FALSE
       
 13192 			    strike     	FALSE
       
 13193 			    color      	0
       
 13194 			    default_color 	TRUE)
       
 13195 			label      	(object SegLabel @362
       
 13196 			    Parent_View 	@361
       
 13197 			    location   	(1695, 1943)
       
 13198 			    font       	(object Font
       
 13199 				size       	10
       
 13200 				face       	"Arial"
       
 13201 				bold       	FALSE
       
 13202 				italics    	FALSE
       
 13203 				underline  	FALSE
       
 13204 				strike     	FALSE
       
 13205 				color      	0
       
 13206 				default_color 	TRUE)
       
 13207 			    quidu      	"439D99F0035E"
       
 13208 			    anchor_loc 	1
       
 13209 			    nlines     	1
       
 13210 			    max_width  	303
       
 13211 			    justify    	0
       
 13212 			    label      	"Tranform(blk)"
       
 13213 			    pctDist    	0.500000
       
 13214 			    height     	45
       
 13215 			    orientation 	0)
       
 13216 			line_color 	3342489
       
 13217 			client     	@321
       
 13218 			supplier   	@331
       
 13219 			Focus_Src  	@328
       
 13220 			Focus_Entry 	@334
       
 13221 			origin     	(1154, 1987)
       
 13222 			terminus   	(2236, 1987)
       
 13223 			ordinal    	12)
       
 13224 		    (object InterMessView "" @363
       
 13225 			location   	(0, 2309)
       
 13226 			font       	(object Font
       
 13227 			    size       	10
       
 13228 			    face       	"Arial"
       
 13229 			    bold       	FALSE
       
 13230 			    italics    	FALSE
       
 13231 			    underline  	FALSE
       
 13232 			    strike     	FALSE
       
 13233 			    color      	0
       
 13234 			    default_color 	TRUE)
       
 13235 			label      	(object SegLabel @364
       
 13236 			    Parent_View 	@363
       
 13237 			    location   	(644, 2265)
       
 13238 			    font       	(object Font
       
 13239 				size       	10
       
 13240 				face       	"Arial"
       
 13241 				bold       	FALSE
       
 13242 				italics    	FALSE
       
 13243 				underline  	FALSE
       
 13244 				strike     	FALSE
       
 13245 				color      	0
       
 13246 				default_color 	TRUE)
       
 13247 			    quidu      	"439D9A500283"
       
 13248 			    anchor_loc 	1
       
 13249 			    nlines     	1
       
 13250 			    max_width  	619
       
 13251 			    justify    	0
       
 13252 			    label      	"~CSymmetricCipher3Descbc()"
       
 13253 			    pctDist    	0.500000
       
 13254 			    height     	45
       
 13255 			    orientation 	0)
       
 13256 			line_color 	3342489
       
 13257 			client     	@314
       
 13258 			supplier   	@321
       
 13259 			Focus_Src  	@317
       
 13260 			Focus_Entry 	@330
       
 13261 			origin     	(165, 2309)
       
 13262 			terminus   	(1123, 2309)
       
 13263 			ordinal    	13)
       
 13264 		    (object InterMessView "" @365
       
 13265 			location   	(0, 2345)
       
 13266 			font       	(object Font
       
 13267 			    size       	10
       
 13268 			    face       	"Arial"
       
 13269 			    bold       	FALSE
       
 13270 			    italics    	FALSE
       
 13271 			    underline  	FALSE
       
 13272 			    strike     	FALSE
       
 13273 			    color      	0
       
 13274 			    default_color 	TRUE)
       
 13275 			label      	(object SegLabel @366
       
 13276 			    Parent_View 	@365
       
 13277 			    location   	(1695, 2301)
       
 13278 			    font       	(object Font
       
 13279 				size       	10
       
 13280 				face       	"Arial"
       
 13281 				bold       	FALSE
       
 13282 				italics    	FALSE
       
 13283 				underline  	FALSE
       
 13284 				strike     	FALSE
       
 13285 				color      	0
       
 13286 				default_color 	TRUE)
       
 13287 			    quidu      	"439D9B1C0320"
       
 13288 			    anchor_loc 	1
       
 13289 			    nlines     	1
       
 13290 			    max_width  	441
       
 13291 			    justify    	0
       
 13292 			    label      	"~C3DESEncryptor( )"
       
 13293 			    pctDist    	0.500000
       
 13294 			    height     	45
       
 13295 			    orientation 	0)
       
 13296 			line_color 	3342489
       
 13297 			client     	@321
       
 13298 			supplier   	@331
       
 13299 			Focus_Src  	@330
       
 13300 			Focus_Entry 	@335
       
 13301 			origin     	(1154, 2345)
       
 13302 			terminus   	(2236, 2345)
       
 13303 			ordinal    	14)
       
 13304 		    (object InterMessView "" @367
       
 13305 			location   	(1379, 2440)
       
 13306 			font       	(object Font
       
 13307 			    size       	10
       
 13308 			    face       	"Arial"
       
 13309 			    bold       	FALSE
       
 13310 			    italics    	FALSE
       
 13311 			    underline  	FALSE
       
 13312 			    strike     	FALSE
       
 13313 			    color      	0
       
 13314 			    default_color 	TRUE)
       
 13315 			label      	(object SegLabel @368
       
 13316 			    Parent_View 	@367
       
 13317 			    location   	(1457, 2400)
       
 13318 			    font       	(object Font
       
 13319 				size       	10
       
 13320 				face       	"Arial"
       
 13321 				bold       	FALSE
       
 13322 				italics    	FALSE
       
 13323 				underline  	FALSE
       
 13324 				strike     	FALSE
       
 13325 				color      	0
       
 13326 				default_color 	TRUE)
       
 13327 			    quidu      	"439D9B660080"
       
 13328 			    anchor_loc 	1
       
 13329 			    nlines     	1
       
 13330 			    max_width  	441
       
 13331 			    justify    	0
       
 13332 			    label      	"~C3DESDecryptor( )"
       
 13333 			    pctDist    	0.511628
       
 13334 			    height     	41
       
 13335 			    orientation 	0)
       
 13336 			line_color 	3342489
       
 13337 			client     	@321
       
 13338 			supplier   	@336
       
 13339 			Focus_Src  	@330
       
 13340 			Focus_Entry 	@338
       
 13341 			origin     	(1154, 2440)
       
 13342 			terminus   	(1748, 2440)
       
 13343 			ordinal    	15)
       
 13344 		    (object Destruction_Marker @369
       
 13345 			Parent_View 	@331
       
 13346 			location   	(2252, 2465)
       
 13347 			line_color 	3342489
       
 13348 			fill_color 	13434879)
       
 13349 		    (object Destruction_Marker @370
       
 13350 			Parent_View 	@336
       
 13351 			location   	(1766, 2552)
       
 13352 			line_color 	3342489
       
 13353 			fill_color 	13434879)
       
 13354 		    (object Destruction_Marker @371
       
 13355 			Parent_View 	@321
       
 13356 			location   	(1139, 2634)
       
 13357 			line_color 	3342489
       
 13358 			fill_color 	13434879)
       
 13359 		    (object SelfMessView "" @372
       
 13360 			location   	(0, 694)
       
 13361 			font       	(object Font
       
 13362 			    size       	10
       
 13363 			    face       	"Arial"
       
 13364 			    bold       	FALSE
       
 13365 			    italics    	FALSE
       
 13366 			    underline  	FALSE
       
 13367 			    strike     	FALSE
       
 13368 			    color      	0
       
 13369 			    default_color 	TRUE)
       
 13370 			label      	(object SegLabel @373
       
 13371 			    Parent_View 	@372
       
 13372 			    location   	(1486, 664)
       
 13373 			    font       	(object Font
       
 13374 				size       	10
       
 13375 				face       	"Arial"
       
 13376 				bold       	FALSE
       
 13377 				italics    	FALSE
       
 13378 				underline  	FALSE
       
 13379 				strike     	FALSE
       
 13380 				color      	0
       
 13381 				default_color 	TRUE)
       
 13382 			    quidu      	"43CE050E0088"
       
 13383 			    anchor_loc 	1
       
 13384 			    nlines     	1
       
 13385 			    max_width  	298
       
 13386 			    justify    	0
       
 13387 			    label      	"SetkeyL(key)"
       
 13388 			    pctDist    	2.206667
       
 13389 			    height     	31
       
 13390 			    orientation 	0)
       
 13391 			line_color 	3342489
       
 13392 			client     	@321
       
 13393 			supplier   	@321
       
 13394 			Focus_Src  	@323
       
 13395 			Focus_Entry 	@324
       
 13396 			origin     	(1155, 694)
       
 13397 			terminus   	(1305, 694)
       
 13398 			ordinal    	3)))))
       
 13399     root_subsystem 	(object SubSystem "Component View"
       
 13400 	quid       	"439D3C0201B9"
       
 13401 	physical_models 	(list unit_reference_list
       
 13402 	    (object module "ipseccrypto" "NotAModuleType" "NotAModulePart"
       
 13403 		attributes 	(list Attribute_Set
       
 13404 		    (object Attribute
       
 13405 			tool       	"VC++"
       
 13406 			name       	"ProjectFile"
       
 13407 			value      	"ipseccrypto\\ipseccrypto.dsp")
       
 13408 		    (object Attribute
       
 13409 			tool       	"VC++"
       
 13410 			name       	"WorkspaceFile"
       
 13411 			value      	"ipseccrypto\\ipseccrypto.dsw")
       
 13412 		    (object Attribute
       
 13413 			tool       	"VC++"
       
 13414 			name       	"Kind"
       
 13415 			value      	("KindSet" 301))
       
 13416 		    (object Attribute
       
 13417 			tool       	"VC++"
       
 13418 			name       	"ProjectName"
       
 13419 			value      	"ipseccrypto"))
       
 13420 		quid       	"439D3C980379"
       
 13421 		stereotype 	"DLL"
       
 13422 		language   	"VC++")
       
 13423 	    (object module "ipsec6.prt" "NotAModuleType" "NotAModulePart"
       
 13424 		quid       	"439D54C401D2"
       
 13425 		stereotype 	""
       
 13426 		language   	"")
       
 13427 	    (object module "ipseccrypto.prt" "NotAModuleType" "NotAModulePart"
       
 13428 		quid       	"439D54E80339"
       
 13429 		stereotype 	""
       
 13430 		visible_modules 	(list dependency_list
       
 13431 		    (object Module_Visibility_Relationship
       
 13432 			quid       	"439D60000344"
       
 13433 			supplier   	"Component View::cryptography.dll"
       
 13434 			quidu      	"439D550C022F"
       
 13435 			supplier_is_spec 	TRUE)
       
 13436 		    (object Module_Visibility_Relationship
       
 13437 			quid       	"439D6003015F"
       
 13438 			supplier   	"Component View::hash.dll"
       
 13439 			quidu      	"439D5FCB01CD"
       
 13440 			supplier_is_spec 	TRUE))
       
 13441 		language   	"")
       
 13442 	    (object module "cryptography.dll" "NotAModuleType" "NotAModulePart"
       
 13443 		quid       	"439D550C022F"
       
 13444 		stereotype 	""
       
 13445 		language   	"")
       
 13446 	    (object module "hash.dll" "NotAModuleType" "NotAModulePart"
       
 13447 		quid       	"439D5FCB01CD"
       
 13448 		stereotype 	""
       
 13449 		language   	"")
       
 13450 	    (object SubSystem "PKFEY"
       
 13451 		quid       	"439D615E017A"
       
 13452 		visible_modules 	(list dependency_list
       
 13453 		    (object Module_Visibility_Relationship
       
 13454 			quid       	"439D6172008F"
       
 13455 			supplier   	"Component View::ipseccrypto.prt"
       
 13456 			quidu      	"439D54E80339"
       
 13457 			supplier_is_spec 	TRUE))
       
 13458 		physical_models 	(list unit_reference_list)
       
 13459 		physical_presentations 	(list unit_reference_list)))
       
 13460 	physical_presentations 	(list unit_reference_list
       
 13461 	    (object Module_Diagram "test"
       
 13462 		quid       	"439D54740231"
       
 13463 		title      	"test"
       
 13464 		zoom       	100
       
 13465 		max_height 	28350
       
 13466 		max_width  	21600
       
 13467 		origin_x   	0
       
 13468 		origin_y   	0
       
 13469 		items      	(list diagram_item_list
       
 13470 		    (object ModView "Component View::ipsec6.prt" "NotAModuleType" "NotAModulePart" @374
       
 13471 			location   	(465, 526)
       
 13472 			font       	(object Font
       
 13473 			    size       	10
       
 13474 			    face       	"Arial"
       
 13475 			    bold       	FALSE
       
 13476 			    italics    	FALSE
       
 13477 			    underline  	FALSE
       
 13478 			    strike     	FALSE
       
 13479 			    color      	0
       
 13480 			    default_color 	TRUE)
       
 13481 			label      	(object ItemLabel
       
 13482 			    Parent_View 	@374
       
 13483 			    location   	(375, 428)
       
 13484 			    fill_color 	13434879
       
 13485 			    anchor_loc 	3
       
 13486 			    nlines     	2
       
 13487 			    max_width  	340
       
 13488 			    label      	"ipsec6.prt")
       
 13489 			icon_style 	"Icon"
       
 13490 			line_color 	3342489
       
 13491 			fill_color 	13434879
       
 13492 			quidu      	"439D54C401D2"
       
 13493 			width      	612
       
 13494 			height     	675
       
 13495 			autoResize 	TRUE
       
 13496 			width      	612
       
 13497 			height     	675)
       
 13498 		    (object ModView "Component View::ipseccrypto.prt" "NotAModuleType" "NotAModulePart" @375
       
 13499 			location   	(1298, 625)
       
 13500 			font       	(object Font
       
 13501 			    size       	10
       
 13502 			    face       	"Arial"
       
 13503 			    bold       	FALSE
       
 13504 			    italics    	FALSE
       
 13505 			    underline  	FALSE
       
 13506 			    strike     	FALSE
       
 13507 			    color      	0
       
 13508 			    default_color 	TRUE)
       
 13509 			label      	(object ItemLabel
       
 13510 			    Parent_View 	@375
       
 13511 			    location   	(1188, 600)
       
 13512 			    fill_color 	13434879
       
 13513 			    anchor_loc 	3
       
 13514 			    nlines     	2
       
 13515 			    max_width  	416
       
 13516 			    label      	"ipseccrypto.prt")
       
 13517 			icon_style 	"Icon"
       
 13518 			line_color 	3342489
       
 13519 			fill_color 	13434879
       
 13520 			quidu      	"439D54E80339"
       
 13521 			width      	750
       
 13522 			autoResize 	TRUE
       
 13523 			width      	750
       
 13524 			height     	162)
       
 13525 		    (object ModView "Component View::cryptography.dll" "NotAModuleType" "NotAModulePart" @376
       
 13526 			location   	(2186, 398)
       
 13527 			font       	(object Font
       
 13528 			    size       	10
       
 13529 			    face       	"Arial"
       
 13530 			    bold       	FALSE
       
 13531 			    italics    	FALSE
       
 13532 			    underline  	FALSE
       
 13533 			    strike     	FALSE
       
 13534 			    color      	0
       
 13535 			    default_color 	TRUE)
       
 13536 			label      	(object ItemLabel
       
 13537 			    Parent_View 	@376
       
 13538 			    location   	(2086, 356)
       
 13539 			    fill_color 	13434879
       
 13540 			    anchor_loc 	3
       
 13541 			    nlines     	2
       
 13542 			    max_width  	378
       
 13543 			    label      	"cryptography.dll")
       
 13544 			icon_style 	"Icon"
       
 13545 			line_color 	3342489
       
 13546 			fill_color 	13434879
       
 13547 			quidu      	"439D550C022F"
       
 13548 			width      	682
       
 13549 			height     	282
       
 13550 			autoResize 	TRUE
       
 13551 			width      	682
       
 13552 			height     	282)
       
 13553 		    (object ModView "Component View::hash.dll" "NotAModuleType" "NotAModulePart" @377
       
 13554 			location   	(2187, 904)
       
 13555 			font       	(object Font
       
 13556 			    size       	10
       
 13557 			    face       	"Arial"
       
 13558 			    bold       	FALSE
       
 13559 			    italics    	FALSE
       
 13560 			    underline  	FALSE
       
 13561 			    strike     	FALSE
       
 13562 			    color      	0
       
 13563 			    default_color 	TRUE)
       
 13564 			label      	(object ItemLabel
       
 13565 			    Parent_View 	@377
       
 13566 			    location   	(2092, 863)
       
 13567 			    fill_color 	13434879
       
 13568 			    anchor_loc 	3
       
 13569 			    nlines     	2
       
 13570 			    max_width  	361
       
 13571 			    label      	"hash.dll")
       
 13572 			icon_style 	"Icon"
       
 13573 			line_color 	3342489
       
 13574 			fill_color 	13434879
       
 13575 			quidu      	"439D5FCB01CD"
       
 13576 			width      	650
       
 13577 			height     	275
       
 13578 			autoResize 	TRUE
       
 13579 			width      	650
       
 13580 			height     	275)
       
 13581 		    (object ModVisView "" @378
       
 13582 			stereotype 	TRUE
       
 13583 			line_color 	3342489
       
 13584 			quidu      	"439D60000344"
       
 13585 			client     	@375
       
 13586 			supplier   	@376
       
 13587 			line_style 	0)
       
 13588 		    (object ModVisView "" @379
       
 13589 			stereotype 	TRUE
       
 13590 			line_color 	3342489
       
 13591 			quidu      	"439D6003015F"
       
 13592 			client     	@375
       
 13593 			supplier   	@377
       
 13594 			line_style 	0)
       
 13595 		    (object SubSysView "Component View::PKFEY" @380
       
 13596 			location   	(575, 625)
       
 13597 			font       	(object Font
       
 13598 			    size       	10
       
 13599 			    face       	"Arial"
       
 13600 			    bold       	FALSE
       
 13601 			    italics    	FALSE
       
 13602 			    underline  	FALSE
       
 13603 			    strike     	FALSE
       
 13604 			    color      	0
       
 13605 			    default_color 	TRUE)
       
 13606 			label      	(object ItemLabel
       
 13607 			    Parent_View 	@380
       
 13608 			    location   	(431, 556)
       
 13609 			    fill_color 	13434879
       
 13610 			    nlines     	2
       
 13611 			    max_width  	288
       
 13612 			    justify    	0
       
 13613 			    label      	"PKFEY")
       
 13614 			icon_style 	"Icon"
       
 13615 			line_color 	3342489
       
 13616 			fill_color 	13434879
       
 13617 			quidu      	"439D615E017A"
       
 13618 			width      	300
       
 13619 			height     	150)
       
 13620 		    (object ModVisView "" @381
       
 13621 			stereotype 	TRUE
       
 13622 			line_color 	3342489
       
 13623 			quidu      	"439D6172008F"
       
 13624 			client     	@380
       
 13625 			supplier   	@375
       
 13626 			line_style 	0)))))
       
 13627     process_structure 	(object Processes
       
 13628 	quid       	"439D3C0201BA"
       
 13629 	ProcsNDevs 	(list
       
 13630 	    (object Process_Diagram "Deployment View"
       
 13631 		quid       	"439D3C0201BC"
       
 13632 		title      	"Deployment View"
       
 13633 		zoom       	100
       
 13634 		max_height 	28350
       
 13635 		max_width  	21600
       
 13636 		origin_x   	0
       
 13637 		origin_y   	0
       
 13638 		items      	(list diagram_item_list))))
       
 13639     properties 	(object Properties
       
 13640 	attributes 	(list Attribute_Set
       
 13641 	    (object Attribute
       
 13642 		tool       	"Cplusplus"
       
 13643 		name       	"propertyId"
       
 13644 		value      	"809135966")
       
 13645 	    (object Attribute
       
 13646 		tool       	"Cplusplus"
       
 13647 		name       	"default__Role"
       
 13648 		value      	(list Attribute_Set
       
 13649 		    (object Attribute
       
 13650 			tool       	"Cplusplus"
       
 13651 			name       	"Synchronize"
       
 13652 			value      	TRUE)
       
 13653 		    (object Attribute
       
 13654 			tool       	"Cplusplus"
       
 13655 			name       	"CodeName"
       
 13656 			value      	"")
       
 13657 		    (object Attribute
       
 13658 			tool       	"Cplusplus"
       
 13659 			name       	"InitialValue"
       
 13660 			value      	"")))
       
 13661 	    (object Attribute
       
 13662 		tool       	"Cplusplus"
       
 13663 		name       	"default__Inherit"
       
 13664 		value      	(list Attribute_Set
       
 13665 		    (object Attribute
       
 13666 			tool       	"Cplusplus"
       
 13667 			name       	"Synchronize"
       
 13668 			value      	TRUE)))
       
 13669 	    (object Attribute
       
 13670 		tool       	"Cplusplus"
       
 13671 		name       	"default__Module-Spec"
       
 13672 		value      	(list Attribute_Set
       
 13673 		    (object Attribute
       
 13674 			tool       	"Cplusplus"
       
 13675 			name       	"Synchronize"
       
 13676 			value      	TRUE)
       
 13677 		    (object Attribute
       
 13678 			tool       	"Cplusplus"
       
 13679 			name       	"RevEngRootDirectory"
       
 13680 			value      	"")
       
 13681 		    (object Attribute
       
 13682 			tool       	"Cplusplus"
       
 13683 			name       	"RootPackage"
       
 13684 			value      	"C++ Reverse Engineered")
       
 13685 		    (object Attribute
       
 13686 			tool       	"Cplusplus"
       
 13687 			name       	"RevEngDirectoriesAsPackages"
       
 13688 			value      	FALSE)
       
 13689 		    (object Attribute
       
 13690 			tool       	"Cplusplus"
       
 13691 			name       	"HeaderFileExtension"
       
 13692 			value      	".h")
       
 13693 		    (object Attribute
       
 13694 			tool       	"Cplusplus"
       
 13695 			name       	"ImplementationFileExtension"
       
 13696 			value      	".cpp")
       
 13697 		    (object Attribute
       
 13698 			tool       	"Cplusplus"
       
 13699 			name       	"NewHeaderFileDirectory"
       
 13700 			value      	"")
       
 13701 		    (object Attribute
       
 13702 			tool       	"Cplusplus"
       
 13703 			name       	"NewImplementationFileDirectory"
       
 13704 			value      	"")
       
 13705 		    (object Attribute
       
 13706 			tool       	"Cplusplus"
       
 13707 			name       	"FileCapitalization"
       
 13708 			value      	("FileCapitalizationSet" 0))
       
 13709 		    (object Attribute
       
 13710 			tool       	"Cplusplus"
       
 13711 			name       	"CodeGenExtraDirectories"
       
 13712 			value      	("CodeGenExtraDirectoriesSet" 0))
       
 13713 		    (object Attribute
       
 13714 			tool       	"Cplusplus"
       
 13715 			name       	"StripClassPrefix"
       
 13716 			value      	"")
       
 13717 		    (object Attribute
       
 13718 			tool       	"Cplusplus"
       
 13719 			name       	"UseTabs"
       
 13720 			value      	FALSE)
       
 13721 		    (object Attribute
       
 13722 			tool       	"Cplusplus"
       
 13723 			name       	"TabWidth"
       
 13724 			value      	8)
       
 13725 		    (object Attribute
       
 13726 			tool       	"Cplusplus"
       
 13727 			name       	"IndentWidth"
       
 13728 			value      	4)
       
 13729 		    (object Attribute
       
 13730 			tool       	"Cplusplus"
       
 13731 			name       	"AccessIndentation"
       
 13732 			value      	-2)
       
 13733 		    (object Attribute
       
 13734 			tool       	"Cplusplus"
       
 13735 			name       	"ModelIdCommentRules"
       
 13736 			value      	("ModelIdCommentRulesSet" 1))
       
 13737 		    (object Attribute
       
 13738 			tool       	"Cplusplus"
       
 13739 			name       	"PageWidth"
       
 13740 			value      	80)
       
 13741 		    (object Attribute
       
 13742 			tool       	"Cplusplus"
       
 13743 			name       	"ClassMemberOrder"
       
 13744 			value      	("MemberOrderSet" 1))
       
 13745 		    (object Attribute
       
 13746 			tool       	"Cplusplus"
       
 13747 			name       	"OneParameterPerLine"
       
 13748 			value      	FALSE)
       
 13749 		    (object Attribute
       
 13750 			tool       	"Cplusplus"
       
 13751 			name       	"NamespaceBraceStyle"
       
 13752 			value      	("BraceStyleSet" 2))
       
 13753 		    (object Attribute
       
 13754 			tool       	"Cplusplus"
       
 13755 			name       	"ClassBraceStyle"
       
 13756 			value      	("BraceStyleSet" 2))
       
 13757 		    (object Attribute
       
 13758 			tool       	"Cplusplus"
       
 13759 			name       	"FunctionBraceStyle"
       
 13760 			value      	("BraceStyleSet" 2))
       
 13761 		    (object Attribute
       
 13762 			tool       	"Cplusplus"
       
 13763 			name       	"Copyright"
       
 13764 			value      	(value Text ""))
       
 13765 		    (object Attribute
       
 13766 			tool       	"Cplusplus"
       
 13767 			name       	"InitialHeaderIncludes"
       
 13768 			value      	(value Text ""))
       
 13769 		    (object Attribute
       
 13770 			tool       	"Cplusplus"
       
 13771 			name       	"InitialBodyIncludes"
       
 13772 			value      	(value Text ""))
       
 13773 		    (object Attribute
       
 13774 			tool       	"Cplusplus"
       
 13775 			name       	"CodeGenExtraDirectoriesSet"
       
 13776 			value      	(list Attribute_Set
       
 13777 			    (object Attribute
       
 13778 				tool       	"Cplusplus"
       
 13779 				name       	"None"
       
 13780 				value      	0)
       
 13781 			    (object Attribute
       
 13782 				tool       	"Cplusplus"
       
 13783 				name       	"Namespaces"
       
 13784 				value      	1)
       
 13785 			    (object Attribute
       
 13786 				tool       	"Cplusplus"
       
 13787 				name       	"Packages"
       
 13788 				value      	2)))
       
 13789 		    (object Attribute
       
 13790 			tool       	"Cplusplus"
       
 13791 			name       	"FileCapitalizationSet"
       
 13792 			value      	(list Attribute_Set
       
 13793 			    (object Attribute
       
 13794 				tool       	"Cplusplus"
       
 13795 				name       	"Same as model"
       
 13796 				value      	0)
       
 13797 			    (object Attribute
       
 13798 				tool       	"Cplusplus"
       
 13799 				name       	"Lower case"
       
 13800 				value      	1)
       
 13801 			    (object Attribute
       
 13802 				tool       	"Cplusplus"
       
 13803 				name       	"Upper case"
       
 13804 				value      	2)
       
 13805 			    (object Attribute
       
 13806 				tool       	"Cplusplus"
       
 13807 				name       	"Lower case with underscores"
       
 13808 				value      	3)))
       
 13809 		    (object Attribute
       
 13810 			tool       	"Cplusplus"
       
 13811 			name       	"BraceStyleSet"
       
 13812 			value      	(list Attribute_Set
       
 13813 			    (object Attribute
       
 13814 				tool       	"Cplusplus"
       
 13815 				name       	"B1"
       
 13816 				value      	1)
       
 13817 			    (object Attribute
       
 13818 				tool       	"Cplusplus"
       
 13819 				name       	"B2"
       
 13820 				value      	2)
       
 13821 			    (object Attribute
       
 13822 				tool       	"Cplusplus"
       
 13823 				name       	"B3"
       
 13824 				value      	3)
       
 13825 			    (object Attribute
       
 13826 				tool       	"Cplusplus"
       
 13827 				name       	"B4"
       
 13828 				value      	4)
       
 13829 			    (object Attribute
       
 13830 				tool       	"Cplusplus"
       
 13831 				name       	"B5"
       
 13832 				value      	5)))
       
 13833 		    (object Attribute
       
 13834 			tool       	"Cplusplus"
       
 13835 			name       	"MemberOrderSet"
       
 13836 			value      	(list Attribute_Set
       
 13837 			    (object Attribute
       
 13838 				tool       	"Cplusplus"
       
 13839 				name       	"Public First"
       
 13840 				value      	1)
       
 13841 			    (object Attribute
       
 13842 				tool       	"Cplusplus"
       
 13843 				name       	"Private First"
       
 13844 				value      	2)
       
 13845 			    (object Attribute
       
 13846 				tool       	"Cplusplus"
       
 13847 				name       	"Order by kind"
       
 13848 				value      	3)
       
 13849 			    (object Attribute
       
 13850 				tool       	"Cplusplus"
       
 13851 				name       	"Unordered"
       
 13852 				value      	4)))
       
 13853 		    (object Attribute
       
 13854 			tool       	"Cplusplus"
       
 13855 			name       	"ModelIdCommentRulesSet"
       
 13856 			value      	(list Attribute_Set
       
 13857 			    (object Attribute
       
 13858 				tool       	"Cplusplus"
       
 13859 				name       	"Code generation only"
       
 13860 				value      	1)
       
 13861 			    (object Attribute
       
 13862 				tool       	"Cplusplus"
       
 13863 				name       	"Code generation and reverse engineering"
       
 13864 				value      	2)
       
 13865 			    (object Attribute
       
 13866 				tool       	"Cplusplus"
       
 13867 				name       	"Never generate model IDs"
       
 13868 				value      	3)))))
       
 13869 	    (object Attribute
       
 13870 		tool       	"Cplusplus"
       
 13871 		name       	"default__Module-Body"
       
 13872 		value      	(list Attribute_Set
       
 13873 		    (object Attribute
       
 13874 			tool       	"Cplusplus"
       
 13875 			name       	"Synchronize"
       
 13876 			value      	TRUE)
       
 13877 		    (object Attribute
       
 13878 			tool       	"Cplusplus"
       
 13879 			name       	"RevEngRootDirectory"
       
 13880 			value      	"")
       
 13881 		    (object Attribute
       
 13882 			tool       	"Cplusplus"
       
 13883 			name       	"RootPackage"
       
 13884 			value      	"C++ Reverse Engineered")
       
 13885 		    (object Attribute
       
 13886 			tool       	"Cplusplus"
       
 13887 			name       	"RevEngDirectoriesAsPackages"
       
 13888 			value      	FALSE)
       
 13889 		    (object Attribute
       
 13890 			tool       	"Cplusplus"
       
 13891 			name       	"HeaderFileExtension"
       
 13892 			value      	".h")
       
 13893 		    (object Attribute
       
 13894 			tool       	"Cplusplus"
       
 13895 			name       	"ImplementationFileExtension"
       
 13896 			value      	".cpp")
       
 13897 		    (object Attribute
       
 13898 			tool       	"Cplusplus"
       
 13899 			name       	"NewHeaderFileDirectory"
       
 13900 			value      	"")
       
 13901 		    (object Attribute
       
 13902 			tool       	"Cplusplus"
       
 13903 			name       	"NewImplementationFileDirectory"
       
 13904 			value      	"")
       
 13905 		    (object Attribute
       
 13906 			tool       	"Cplusplus"
       
 13907 			name       	"FileCapitalization"
       
 13908 			value      	("FileCapitalizationSet" 0))
       
 13909 		    (object Attribute
       
 13910 			tool       	"Cplusplus"
       
 13911 			name       	"CodeGenExtraDirectories"
       
 13912 			value      	("CodeGenExtraDirectoriesSet" 0))
       
 13913 		    (object Attribute
       
 13914 			tool       	"Cplusplus"
       
 13915 			name       	"StripClassPrefix"
       
 13916 			value      	"")
       
 13917 		    (object Attribute
       
 13918 			tool       	"Cplusplus"
       
 13919 			name       	"UseTabs"
       
 13920 			value      	FALSE)
       
 13921 		    (object Attribute
       
 13922 			tool       	"Cplusplus"
       
 13923 			name       	"TabWidth"
       
 13924 			value      	8)
       
 13925 		    (object Attribute
       
 13926 			tool       	"Cplusplus"
       
 13927 			name       	"IndentWidth"
       
 13928 			value      	4)
       
 13929 		    (object Attribute
       
 13930 			tool       	"Cplusplus"
       
 13931 			name       	"AccessIndentation"
       
 13932 			value      	-2)
       
 13933 		    (object Attribute
       
 13934 			tool       	"Cplusplus"
       
 13935 			name       	"ModelIdCommentRules"
       
 13936 			value      	("ModelIdCommentRulesSet" 1))
       
 13937 		    (object Attribute
       
 13938 			tool       	"Cplusplus"
       
 13939 			name       	"PageWidth"
       
 13940 			value      	80)
       
 13941 		    (object Attribute
       
 13942 			tool       	"Cplusplus"
       
 13943 			name       	"ClassMemberOrder"
       
 13944 			value      	("MemberOrderSet" 1))
       
 13945 		    (object Attribute
       
 13946 			tool       	"Cplusplus"
       
 13947 			name       	"OneParameterPerLine"
       
 13948 			value      	FALSE)
       
 13949 		    (object Attribute
       
 13950 			tool       	"Cplusplus"
       
 13951 			name       	"NamespaceBraceStyle"
       
 13952 			value      	("BraceStyleSet" 2))
       
 13953 		    (object Attribute
       
 13954 			tool       	"Cplusplus"
       
 13955 			name       	"ClassBraceStyle"
       
 13956 			value      	("BraceStyleSet" 2))
       
 13957 		    (object Attribute
       
 13958 			tool       	"Cplusplus"
       
 13959 			name       	"FunctionBraceStyle"
       
 13960 			value      	("BraceStyleSet" 2))
       
 13961 		    (object Attribute
       
 13962 			tool       	"Cplusplus"
       
 13963 			name       	"Copyright"
       
 13964 			value      	(value Text ""))
       
 13965 		    (object Attribute
       
 13966 			tool       	"Cplusplus"
       
 13967 			name       	"InitialHeaderIncludes"
       
 13968 			value      	(value Text ""))
       
 13969 		    (object Attribute
       
 13970 			tool       	"Cplusplus"
       
 13971 			name       	"InitialBodyIncludes"
       
 13972 			value      	(value Text ""))
       
 13973 		    (object Attribute
       
 13974 			tool       	"Cplusplus"
       
 13975 			name       	"CodeGenExtraDirectoriesSet"
       
 13976 			value      	(list Attribute_Set
       
 13977 			    (object Attribute
       
 13978 				tool       	"Cplusplus"
       
 13979 				name       	"None"
       
 13980 				value      	0)
       
 13981 			    (object Attribute
       
 13982 				tool       	"Cplusplus"
       
 13983 				name       	"Namespaces"
       
 13984 				value      	1)
       
 13985 			    (object Attribute
       
 13986 				tool       	"Cplusplus"
       
 13987 				name       	"Packages"
       
 13988 				value      	2)))
       
 13989 		    (object Attribute
       
 13990 			tool       	"Cplusplus"
       
 13991 			name       	"FileCapitalizationSet"
       
 13992 			value      	(list Attribute_Set
       
 13993 			    (object Attribute
       
 13994 				tool       	"Cplusplus"
       
 13995 				name       	"Same as model"
       
 13996 				value      	0)
       
 13997 			    (object Attribute
       
 13998 				tool       	"Cplusplus"
       
 13999 				name       	"Lower case"
       
 14000 				value      	1)
       
 14001 			    (object Attribute
       
 14002 				tool       	"Cplusplus"
       
 14003 				name       	"Upper case"
       
 14004 				value      	2)
       
 14005 			    (object Attribute
       
 14006 				tool       	"Cplusplus"
       
 14007 				name       	"Lower case with underscores"
       
 14008 				value      	3)))
       
 14009 		    (object Attribute
       
 14010 			tool       	"Cplusplus"
       
 14011 			name       	"BraceStyleSet"
       
 14012 			value      	(list Attribute_Set
       
 14013 			    (object Attribute
       
 14014 				tool       	"Cplusplus"
       
 14015 				name       	"B1"
       
 14016 				value      	1)
       
 14017 			    (object Attribute
       
 14018 				tool       	"Cplusplus"
       
 14019 				name       	"B2"
       
 14020 				value      	2)
       
 14021 			    (object Attribute
       
 14022 				tool       	"Cplusplus"
       
 14023 				name       	"B3"
       
 14024 				value      	3)
       
 14025 			    (object Attribute
       
 14026 				tool       	"Cplusplus"
       
 14027 				name       	"B4"
       
 14028 				value      	4)
       
 14029 			    (object Attribute
       
 14030 				tool       	"Cplusplus"
       
 14031 				name       	"B5"
       
 14032 				value      	5)))
       
 14033 		    (object Attribute
       
 14034 			tool       	"Cplusplus"
       
 14035 			name       	"MemberOrderSet"
       
 14036 			value      	(list Attribute_Set
       
 14037 			    (object Attribute
       
 14038 				tool       	"Cplusplus"
       
 14039 				name       	"Public First"
       
 14040 				value      	1)
       
 14041 			    (object Attribute
       
 14042 				tool       	"Cplusplus"
       
 14043 				name       	"Private First"
       
 14044 				value      	2)
       
 14045 			    (object Attribute
       
 14046 				tool       	"Cplusplus"
       
 14047 				name       	"Order by kind"
       
 14048 				value      	3)
       
 14049 			    (object Attribute
       
 14050 				tool       	"Cplusplus"
       
 14051 				name       	"Unordered"
       
 14052 				value      	4)))
       
 14053 		    (object Attribute
       
 14054 			tool       	"Cplusplus"
       
 14055 			name       	"ModelIdCommentRulesSet"
       
 14056 			value      	(list Attribute_Set
       
 14057 			    (object Attribute
       
 14058 				tool       	"Cplusplus"
       
 14059 				name       	"Code generation only"
       
 14060 				value      	1)
       
 14061 			    (object Attribute
       
 14062 				tool       	"Cplusplus"
       
 14063 				name       	"Code generation and reverse engineering"
       
 14064 				value      	2)
       
 14065 			    (object Attribute
       
 14066 				tool       	"Cplusplus"
       
 14067 				name       	"Never generate model IDs"
       
 14068 				value      	3)))))
       
 14069 	    (object Attribute
       
 14070 		tool       	"Cplusplus"
       
 14071 		name       	"default__Param"
       
 14072 		value      	(list Attribute_Set
       
 14073 		    (object Attribute
       
 14074 			tool       	"Cplusplus"
       
 14075 			name       	"CodeName"
       
 14076 			value      	"")))
       
 14077 	    (object Attribute
       
 14078 		tool       	"Cplusplus"
       
 14079 		name       	"default__Attribute"
       
 14080 		value      	(list Attribute_Set
       
 14081 		    (object Attribute
       
 14082 			tool       	"Cplusplus"
       
 14083 			name       	"Synchronize"
       
 14084 			value      	TRUE)
       
 14085 		    (object Attribute
       
 14086 			tool       	"Cplusplus"
       
 14087 			name       	"CodeName"
       
 14088 			value      	"")))
       
 14089 	    (object Attribute
       
 14090 		tool       	"Cplusplus"
       
 14091 		name       	"default__Operation"
       
 14092 		value      	(list Attribute_Set
       
 14093 		    (object Attribute
       
 14094 			tool       	"Cplusplus"
       
 14095 			name       	"Synchronize"
       
 14096 			value      	TRUE)
       
 14097 		    (object Attribute
       
 14098 			tool       	"Cplusplus"
       
 14099 			name       	"CodeName"
       
 14100 			value      	"")
       
 14101 		    (object Attribute
       
 14102 			tool       	"Cplusplus"
       
 14103 			name       	"InitialCodeBody"
       
 14104 			value      	"")
       
 14105 		    (object Attribute
       
 14106 			tool       	"Cplusplus"
       
 14107 			name       	"Inline"
       
 14108 			value      	FALSE)
       
 14109 		    (object Attribute
       
 14110 			tool       	"Cplusplus"
       
 14111 			name       	"GenerateFunctionBody"
       
 14112 			value      	("GenerateFunctionBodySet" 2))
       
 14113 		    (object Attribute
       
 14114 			tool       	"Cplusplus"
       
 14115 			name       	"GenerateFunctionBodySet"
       
 14116 			value      	(list Attribute_Set
       
 14117 			    (object Attribute
       
 14118 				tool       	"Cplusplus"
       
 14119 				name       	"Default"
       
 14120 				value      	2)
       
 14121 			    (object Attribute
       
 14122 				tool       	"Cplusplus"
       
 14123 				name       	"True"
       
 14124 				value      	1)
       
 14125 			    (object Attribute
       
 14126 				tool       	"Cplusplus"
       
 14127 				name       	"False"
       
 14128 				value      	0)))))
       
 14129 	    (object Attribute
       
 14130 		tool       	"Cplusplus"
       
 14131 		name       	"default__Class"
       
 14132 		value      	(list Attribute_Set
       
 14133 		    (object Attribute
       
 14134 			tool       	"Cplusplus"
       
 14135 			name       	"Synchronize"
       
 14136 			value      	TRUE)
       
 14137 		    (object Attribute
       
 14138 			tool       	"Cplusplus"
       
 14139 			name       	"CodeName"
       
 14140 			value      	"")
       
 14141 		    (object Attribute
       
 14142 			tool       	"Cplusplus"
       
 14143 			name       	"ImplementationType"
       
 14144 			value      	"")
       
 14145 		    (object Attribute
       
 14146 			tool       	"Cplusplus"
       
 14147 			name       	"HeaderSourceFile"
       
 14148 			value      	"")
       
 14149 		    (object Attribute
       
 14150 			tool       	"Cplusplus"
       
 14151 			name       	"BodySourceFile"
       
 14152 			value      	"")))
       
 14153 	    (object Attribute
       
 14154 		tool       	"Cplusplus"
       
 14155 		name       	"default__Category"
       
 14156 		value      	(list Attribute_Set
       
 14157 		    (object Attribute
       
 14158 			tool       	"Cplusplus"
       
 14159 			name       	"CodeName"
       
 14160 			value      	"")
       
 14161 		    (object Attribute
       
 14162 			tool       	"Cplusplus"
       
 14163 			name       	"IsNamespace"
       
 14164 			value      	FALSE)))
       
 14165 	    (object Attribute
       
 14166 		tool       	"Cplusplus"
       
 14167 		name       	"HiddenTool"
       
 14168 		value      	FALSE)
       
 14169 	    (object Attribute
       
 14170 		tool       	"ANSI C++ Event Watcher"
       
 14171 		name       	"HiddenTool"
       
 14172 		value      	FALSE)
       
 14173 	    (object Attribute
       
 14174 		tool       	"ANSIConvert"
       
 14175 		name       	"HiddenTool"
       
 14176 		value      	FALSE)
       
 14177 	    (object Attribute
       
 14178 		tool       	"Ada83"
       
 14179 		name       	"propertyId"
       
 14180 		value      	"838326200")
       
 14181 	    (object Attribute
       
 14182 		tool       	"Ada83"
       
 14183 		name       	"default__Project"
       
 14184 		value      	(list Attribute_Set
       
 14185 		    (object Attribute
       
 14186 			tool       	"Ada83"
       
 14187 			name       	"SpecFileExtension"
       
 14188 			value      	"1.ada")
       
 14189 		    (object Attribute
       
 14190 			tool       	"Ada83"
       
 14191 			name       	"SpecFileBackupExtension"
       
 14192 			value      	"1.ad~")
       
 14193 		    (object Attribute
       
 14194 			tool       	"Ada83"
       
 14195 			name       	"SpecFileTemporaryExtension"
       
 14196 			value      	"1.ad#")
       
 14197 		    (object Attribute
       
 14198 			tool       	"Ada83"
       
 14199 			name       	"BodyFileExtension"
       
 14200 			value      	"2.ada")
       
 14201 		    (object Attribute
       
 14202 			tool       	"Ada83"
       
 14203 			name       	"BodyFileBackupExtension"
       
 14204 			value      	"2.ad~")
       
 14205 		    (object Attribute
       
 14206 			tool       	"Ada83"
       
 14207 			name       	"BodyFileTemporaryExtension"
       
 14208 			value      	"2.ad#")
       
 14209 		    (object Attribute
       
 14210 			tool       	"Ada83"
       
 14211 			name       	"CreateMissingDirectories"
       
 14212 			value      	TRUE)
       
 14213 		    (object Attribute
       
 14214 			tool       	"Ada83"
       
 14215 			name       	"GenerateBodies"
       
 14216 			value      	TRUE)
       
 14217 		    (object Attribute
       
 14218 			tool       	"Ada83"
       
 14219 			name       	"GenerateAccessorOperations"
       
 14220 			value      	TRUE)
       
 14221 		    (object Attribute
       
 14222 			tool       	"Ada83"
       
 14223 			name       	"GenerateStandardOperations"
       
 14224 			value      	TRUE)
       
 14225 		    (object Attribute
       
 14226 			tool       	"Ada83"
       
 14227 			name       	"DefaultCodeBody"
       
 14228 			value      	"[statement]")
       
 14229 		    (object Attribute
       
 14230 			tool       	"Ada83"
       
 14231 			name       	"ImplicitParameter"
       
 14232 			value      	TRUE)
       
 14233 		    (object Attribute
       
 14234 			tool       	"Ada83"
       
 14235 			name       	"CommentWidth"
       
 14236 			value      	60)
       
 14237 		    (object Attribute
       
 14238 			tool       	"Ada83"
       
 14239 			name       	"StopOnError"
       
 14240 			value      	FALSE)
       
 14241 		    (object Attribute
       
 14242 			tool       	"Ada83"
       
 14243 			name       	"ErrorLimit"
       
 14244 			value      	30)
       
 14245 		    (object Attribute
       
 14246 			tool       	"Ada83"
       
 14247 			name       	"UseFileName"
       
 14248 			value      	FALSE)
       
 14249 		    (object Attribute
       
 14250 			tool       	"Ada83"
       
 14251 			name       	"Directory"
       
 14252 			value      	"$ROSEADA83_SOURCE")))
       
 14253 	    (object Attribute
       
 14254 		tool       	"Ada83"
       
 14255 		name       	"default__Class"
       
 14256 		value      	(list Attribute_Set
       
 14257 		    (object Attribute
       
 14258 			tool       	"Ada83"
       
 14259 			name       	"CodeName"
       
 14260 			value      	"")
       
 14261 		    (object Attribute
       
 14262 			tool       	"Ada83"
       
 14263 			name       	"ClassName"
       
 14264 			value      	"Object")
       
 14265 		    (object Attribute
       
 14266 			tool       	"Ada83"
       
 14267 			name       	"ClassAccess"
       
 14268 			value      	("ImplementationSet" 43))
       
 14269 		    (object Attribute
       
 14270 			tool       	"Ada83"
       
 14271 			name       	"ImplementationType"
       
 14272 			value      	(value Text ""))
       
 14273 		    (object Attribute
       
 14274 			tool       	"Ada83"
       
 14275 			name       	"IsSubtype"
       
 14276 			value      	FALSE)
       
 14277 		    (object Attribute
       
 14278 			tool       	"Ada83"
       
 14279 			name       	"PolymorphicUnit"
       
 14280 			value      	FALSE)
       
 14281 		    (object Attribute
       
 14282 			tool       	"Ada83"
       
 14283 			name       	"HandleName"
       
 14284 			value      	"Handle")
       
 14285 		    (object Attribute
       
 14286 			tool       	"Ada83"
       
 14287 			name       	"HandleAccess"
       
 14288 			value      	("ImplementationSet" 45))
       
 14289 		    (object Attribute
       
 14290 			tool       	"Ada83"
       
 14291 			name       	"Discriminant"
       
 14292 			value      	"")
       
 14293 		    (object Attribute
       
 14294 			tool       	"Ada83"
       
 14295 			name       	"Variant"
       
 14296 			value      	"")
       
 14297 		    (object Attribute
       
 14298 			tool       	"Ada83"
       
 14299 			name       	"EnumerationLiteralPrefix"
       
 14300 			value      	"A_")
       
 14301 		    (object Attribute
       
 14302 			tool       	"Ada83"
       
 14303 			name       	"RecordFieldPrefix"
       
 14304 			value      	"The_")
       
 14305 		    (object Attribute
       
 14306 			tool       	"Ada83"
       
 14307 			name       	"GenerateAccessorOperations"
       
 14308 			value      	TRUE)
       
 14309 		    (object Attribute
       
 14310 			tool       	"Ada83"
       
 14311 			name       	"GenerateStandardOperations"
       
 14312 			value      	TRUE)
       
 14313 		    (object Attribute
       
 14314 			tool       	"Ada83"
       
 14315 			name       	"ImplicitParameter"
       
 14316 			value      	TRUE)
       
 14317 		    (object Attribute
       
 14318 			tool       	"Ada83"
       
 14319 			name       	"ClassParameterName"
       
 14320 			value      	"This")
       
 14321 		    (object Attribute
       
 14322 			tool       	"Ada83"
       
 14323 			name       	"DefaultConstructorKind"
       
 14324 			value      	("ConstructorKindSet" 199))
       
 14325 		    (object Attribute
       
 14326 			tool       	"Ada83"
       
 14327 			name       	"DefaultConstructorName"
       
 14328 			value      	"Create")
       
 14329 		    (object Attribute
       
 14330 			tool       	"Ada83"
       
 14331 			name       	"InlineDefaultConstructor"
       
 14332 			value      	FALSE)
       
 14333 		    (object Attribute
       
 14334 			tool       	"Ada83"
       
 14335 			name       	"CopyConstructorKind"
       
 14336 			value      	("ConstructorKindSet" 199))
       
 14337 		    (object Attribute
       
 14338 			tool       	"Ada83"
       
 14339 			name       	"CopyConstructorName"
       
 14340 			value      	"Copy")
       
 14341 		    (object Attribute
       
 14342 			tool       	"Ada83"
       
 14343 			name       	"InlineCopyConstructor"
       
 14344 			value      	FALSE)
       
 14345 		    (object Attribute
       
 14346 			tool       	"Ada83"
       
 14347 			name       	"DestructorName"
       
 14348 			value      	"Free")
       
 14349 		    (object Attribute
       
 14350 			tool       	"Ada83"
       
 14351 			name       	"InlineDestructor"
       
 14352 			value      	FALSE)
       
 14353 		    (object Attribute
       
 14354 			tool       	"Ada83"
       
 14355 			name       	"ClassEqualityOperation"
       
 14356 			value      	"")
       
 14357 		    (object Attribute
       
 14358 			tool       	"Ada83"
       
 14359 			name       	"HandleEqualityOperation"
       
 14360 			value      	"")
       
 14361 		    (object Attribute
       
 14362 			tool       	"Ada83"
       
 14363 			name       	"InlineEquality"
       
 14364 			value      	FALSE)
       
 14365 		    (object Attribute
       
 14366 			tool       	"Ada83"
       
 14367 			name       	"IsTask"
       
 14368 			value      	FALSE)
       
 14369 		    (object Attribute
       
 14370 			tool       	"Ada83"
       
 14371 			name       	"Representation"
       
 14372 			value      	(value Text ""))
       
 14373 		    (object Attribute
       
 14374 			tool       	"Ada83"
       
 14375 			name       	"ImplementationSet"
       
 14376 			value      	(list Attribute_Set
       
 14377 			    (object Attribute
       
 14378 				tool       	"Ada83"
       
 14379 				name       	"Public"
       
 14380 				value      	45)
       
 14381 			    (object Attribute
       
 14382 				tool       	"Ada83"
       
 14383 				name       	"Private"
       
 14384 				value      	43)
       
 14385 			    (object Attribute
       
 14386 				tool       	"Ada83"
       
 14387 				name       	"LimitedPrivate"
       
 14388 				value      	200)
       
 14389 			    (object Attribute
       
 14390 				tool       	"Ada83"
       
 14391 				name       	"DoNotCreate"
       
 14392 				value      	201)))
       
 14393 		    (object Attribute
       
 14394 			tool       	"Ada83"
       
 14395 			name       	"ConstructorKindSet"
       
 14396 			value      	(list Attribute_Set
       
 14397 			    (object Attribute
       
 14398 				tool       	"Ada83"
       
 14399 				name       	"Procedure"
       
 14400 				value      	202)
       
 14401 			    (object Attribute
       
 14402 				tool       	"Ada83"
       
 14403 				name       	"Function"
       
 14404 				value      	199)
       
 14405 			    (object Attribute
       
 14406 				tool       	"Ada83"
       
 14407 				name       	"DoNotCreate"
       
 14408 				value      	201)))))
       
 14409 	    (object Attribute
       
 14410 		tool       	"Ada83"
       
 14411 		name       	"default__Module-Spec"
       
 14412 		value      	(list Attribute_Set
       
 14413 		    (object Attribute
       
 14414 			tool       	"Ada83"
       
 14415 			name       	"Generate"
       
 14416 			value      	TRUE)
       
 14417 		    (object Attribute
       
 14418 			tool       	"Ada83"
       
 14419 			name       	"CopyrightNotice"
       
 14420 			value      	(value Text ""))
       
 14421 		    (object Attribute
       
 14422 			tool       	"Ada83"
       
 14423 			name       	"FileName"
       
 14424 			value      	"")
       
 14425 		    (object Attribute
       
 14426 			tool       	"Ada83"
       
 14427 			name       	"ReturnType"
       
 14428 			value      	"")
       
 14429 		    (object Attribute
       
 14430 			tool       	"Ada83"
       
 14431 			name       	"GenericFormalParameters"
       
 14432 			value      	(value Text ""))
       
 14433 		    (object Attribute
       
 14434 			tool       	"Ada83"
       
 14435 			name       	"AdditionalWiths"
       
 14436 			value      	(value Text ""))))
       
 14437 	    (object Attribute
       
 14438 		tool       	"Ada83"
       
 14439 		name       	"default__Module-Body"
       
 14440 		value      	(list Attribute_Set
       
 14441 		    (object Attribute
       
 14442 			tool       	"Ada83"
       
 14443 			name       	"Generate"
       
 14444 			value      	TRUE)
       
 14445 		    (object Attribute
       
 14446 			tool       	"Ada83"
       
 14447 			name       	"CopyrightNotice"
       
 14448 			value      	(value Text ""))
       
 14449 		    (object Attribute
       
 14450 			tool       	"Ada83"
       
 14451 			name       	"FileName"
       
 14452 			value      	"")
       
 14453 		    (object Attribute
       
 14454 			tool       	"Ada83"
       
 14455 			name       	"ReturnType"
       
 14456 			value      	"")
       
 14457 		    (object Attribute
       
 14458 			tool       	"Ada83"
       
 14459 			name       	"AdditionalWiths"
       
 14460 			value      	(value Text ""))
       
 14461 		    (object Attribute
       
 14462 			tool       	"Ada83"
       
 14463 			name       	"IsSubunit"
       
 14464 			value      	FALSE)))
       
 14465 	    (object Attribute
       
 14466 		tool       	"Ada83"
       
 14467 		name       	"default__Operation"
       
 14468 		value      	(list Attribute_Set
       
 14469 		    (object Attribute
       
 14470 			tool       	"Ada83"
       
 14471 			name       	"CodeName"
       
 14472 			value      	"")
       
 14473 		    (object Attribute
       
 14474 			tool       	"Ada83"
       
 14475 			name       	"SubprogramImplementation"
       
 14476 			value      	("SubprogramImplementationSet" 2))
       
 14477 		    (object Attribute
       
 14478 			tool       	"Ada83"
       
 14479 			name       	"Renames"
       
 14480 			value      	"")
       
 14481 		    (object Attribute
       
 14482 			tool       	"Ada83"
       
 14483 			name       	"ClassParameterMode"
       
 14484 			value      	("ParameterModeSet" 203))
       
 14485 		    (object Attribute
       
 14486 			tool       	"Ada83"
       
 14487 			name       	"Inline"
       
 14488 			value      	FALSE)
       
 14489 		    (object Attribute
       
 14490 			tool       	"Ada83"
       
 14491 			name       	"EntryCode"
       
 14492 			value      	(value Text ""))
       
 14493 		    (object Attribute
       
 14494 			tool       	"Ada83"
       
 14495 			name       	"ExitCode"
       
 14496 			value      	(value Text ""))
       
 14497 		    (object Attribute
       
 14498 			tool       	"Ada83"
       
 14499 			name       	"InitialCodeBody"
       
 14500 			value      	"${default}")
       
 14501 		    (object Attribute
       
 14502 			tool       	"Ada83"
       
 14503 			name       	"Representation"
       
 14504 			value      	(value Text ""))
       
 14505 		    (object Attribute
       
 14506 			tool       	"Ada83"
       
 14507 			name       	"SubprogramImplementationSet"
       
 14508 			value      	(list Attribute_Set
       
 14509 			    (object Attribute
       
 14510 				tool       	"Ada83"
       
 14511 				name       	"Spec"
       
 14512 				value      	224)
       
 14513 			    (object Attribute
       
 14514 				tool       	"Ada83"
       
 14515 				name       	"Body"
       
 14516 				value      	2)
       
 14517 			    (object Attribute
       
 14518 				tool       	"Ada83"
       
 14519 				name       	"Renaming"
       
 14520 				value      	222)
       
 14521 			    (object Attribute
       
 14522 				tool       	"Ada83"
       
 14523 				name       	"Separate"
       
 14524 				value      	223)))
       
 14525 		    (object Attribute
       
 14526 			tool       	"Ada83"
       
 14527 			name       	"ParameterModeSet"
       
 14528 			value      	(list Attribute_Set
       
 14529 			    (object Attribute
       
 14530 				tool       	"Ada83"
       
 14531 				name       	"Default"
       
 14532 				value      	232)
       
 14533 			    (object Attribute
       
 14534 				tool       	"Ada83"
       
 14535 				name       	"In"
       
 14536 				value      	204)
       
 14537 			    (object Attribute
       
 14538 				tool       	"Ada83"
       
 14539 				name       	"Out"
       
 14540 				value      	205)
       
 14541 			    (object Attribute
       
 14542 				tool       	"Ada83"
       
 14543 				name       	"InOut"
       
 14544 				value      	203)
       
 14545 			    (object Attribute
       
 14546 				tool       	"Ada83"
       
 14547 				name       	"FunctionReturn"
       
 14548 				value      	206)
       
 14549 			    (object Attribute
       
 14550 				tool       	"Ada83"
       
 14551 				name       	"DoNotCreate"
       
 14552 				value      	201)))))
       
 14553 	    (object Attribute
       
 14554 		tool       	"Ada83"
       
 14555 		name       	"default__Param"
       
 14556 		value      	(list Attribute_Set
       
 14557 		    (object Attribute
       
 14558 			tool       	"Ada83"
       
 14559 			name       	"Mode"
       
 14560 			value      	("ParameterModeSet" 232))
       
 14561 		    (object Attribute
       
 14562 			tool       	"Ada83"
       
 14563 			name       	"ParameterModeSet"
       
 14564 			value      	(list Attribute_Set
       
 14565 			    (object Attribute
       
 14566 				tool       	"Ada83"
       
 14567 				name       	"Default"
       
 14568 				value      	232)
       
 14569 			    (object Attribute
       
 14570 				tool       	"Ada83"
       
 14571 				name       	"In"
       
 14572 				value      	204)
       
 14573 			    (object Attribute
       
 14574 				tool       	"Ada83"
       
 14575 				name       	"Out"
       
 14576 				value      	205)
       
 14577 			    (object Attribute
       
 14578 				tool       	"Ada83"
       
 14579 				name       	"InOut"
       
 14580 				value      	203)))))
       
 14581 	    (object Attribute
       
 14582 		tool       	"Ada83"
       
 14583 		name       	"default__Has"
       
 14584 		value      	(list Attribute_Set
       
 14585 		    (object Attribute
       
 14586 			tool       	"Ada83"
       
 14587 			name       	"CodeName"
       
 14588 			value      	"")
       
 14589 		    (object Attribute
       
 14590 			tool       	"Ada83"
       
 14591 			name       	"NameIfUnlabeled"
       
 14592 			value      	"The_${supplier}")
       
 14593 		    (object Attribute
       
 14594 			tool       	"Ada83"
       
 14595 			name       	"DataMemberName"
       
 14596 			value      	"${relationship}")
       
 14597 		    (object Attribute
       
 14598 			tool       	"Ada83"
       
 14599 			name       	"GetName"
       
 14600 			value      	"Get_${relationship}")
       
 14601 		    (object Attribute
       
 14602 			tool       	"Ada83"
       
 14603 			name       	"InlineGet"
       
 14604 			value      	TRUE)
       
 14605 		    (object Attribute
       
 14606 			tool       	"Ada83"
       
 14607 			name       	"SetName"
       
 14608 			value      	"Set_${relationship}")
       
 14609 		    (object Attribute
       
 14610 			tool       	"Ada83"
       
 14611 			name       	"InlineSet"
       
 14612 			value      	TRUE)
       
 14613 		    (object Attribute
       
 14614 			tool       	"Ada83"
       
 14615 			name       	"IsConstant"
       
 14616 			value      	FALSE)
       
 14617 		    (object Attribute
       
 14618 			tool       	"Ada83"
       
 14619 			name       	"InitialValue"
       
 14620 			value      	"")
       
 14621 		    (object Attribute
       
 14622 			tool       	"Ada83"
       
 14623 			name       	"Declare"
       
 14624 			value      	("DeclareSet" 234))
       
 14625 		    (object Attribute
       
 14626 			tool       	"Ada83"
       
 14627 			name       	"Variant"
       
 14628 			value      	"")
       
 14629 		    (object Attribute
       
 14630 			tool       	"Ada83"
       
 14631 			name       	"ContainerGeneric"
       
 14632 			value      	"List")
       
 14633 		    (object Attribute
       
 14634 			tool       	"Ada83"
       
 14635 			name       	"ContainerType"
       
 14636 			value      	"")
       
 14637 		    (object Attribute
       
 14638 			tool       	"Ada83"
       
 14639 			name       	"ContainerDeclarations"
       
 14640 			value      	(value Text ""))
       
 14641 		    (object Attribute
       
 14642 			tool       	"Ada83"
       
 14643 			name       	"SelectorName"
       
 14644 			value      	"")
       
 14645 		    (object Attribute
       
 14646 			tool       	"Ada83"
       
 14647 			name       	"SelectorType"
       
 14648 			value      	"")
       
 14649 		    (object Attribute
       
 14650 			tool       	"Ada83"
       
 14651 			name       	"DeclareSet"
       
 14652 			value      	(list Attribute_Set
       
 14653 			    (object Attribute
       
 14654 				tool       	"Ada83"
       
 14655 				name       	"Before"
       
 14656 				value      	233)
       
 14657 			    (object Attribute
       
 14658 				tool       	"Ada83"
       
 14659 				name       	"After"
       
 14660 				value      	234)))))
       
 14661 	    (object Attribute
       
 14662 		tool       	"Ada83"
       
 14663 		name       	"default__Attribute"
       
 14664 		value      	(list Attribute_Set
       
 14665 		    (object Attribute
       
 14666 			tool       	"Ada83"
       
 14667 			name       	"CodeName"
       
 14668 			value      	"")
       
 14669 		    (object Attribute
       
 14670 			tool       	"Ada83"
       
 14671 			name       	"DataMemberName"
       
 14672 			value      	"${attribute}")
       
 14673 		    (object Attribute
       
 14674 			tool       	"Ada83"
       
 14675 			name       	"GetName"
       
 14676 			value      	"Get_${attribute}")
       
 14677 		    (object Attribute
       
 14678 			tool       	"Ada83"
       
 14679 			name       	"InlineGet"
       
 14680 			value      	TRUE)
       
 14681 		    (object Attribute
       
 14682 			tool       	"Ada83"
       
 14683 			name       	"SetName"
       
 14684 			value      	"Set_${attribute}")
       
 14685 		    (object Attribute
       
 14686 			tool       	"Ada83"
       
 14687 			name       	"InlineSet"
       
 14688 			value      	TRUE)
       
 14689 		    (object Attribute
       
 14690 			tool       	"Ada83"
       
 14691 			name       	"IsConstant"
       
 14692 			value      	FALSE)
       
 14693 		    (object Attribute
       
 14694 			tool       	"Ada83"
       
 14695 			name       	"InitialValue"
       
 14696 			value      	"")
       
 14697 		    (object Attribute
       
 14698 			tool       	"Ada83"
       
 14699 			name       	"Declare"
       
 14700 			value      	("DeclareSet" 234))
       
 14701 		    (object Attribute
       
 14702 			tool       	"Ada83"
       
 14703 			name       	"Variant"
       
 14704 			value      	"")
       
 14705 		    (object Attribute
       
 14706 			tool       	"Ada83"
       
 14707 			name       	"Representation"
       
 14708 			value      	(value Text ""))
       
 14709 		    (object Attribute
       
 14710 			tool       	"Ada83"
       
 14711 			name       	"DeclareSet"
       
 14712 			value      	(list Attribute_Set
       
 14713 			    (object Attribute
       
 14714 				tool       	"Ada83"
       
 14715 				name       	"Before"
       
 14716 				value      	233)
       
 14717 			    (object Attribute
       
 14718 				tool       	"Ada83"
       
 14719 				name       	"After"
       
 14720 				value      	234)))))
       
 14721 	    (object Attribute
       
 14722 		tool       	"Ada83"
       
 14723 		name       	"default__Association"
       
 14724 		value      	(list Attribute_Set
       
 14725 		    (object Attribute
       
 14726 			tool       	"Ada83"
       
 14727 			name       	"NameIfUnlabeled"
       
 14728 			value      	"The_${targetClass}")
       
 14729 		    (object Attribute
       
 14730 			tool       	"Ada83"
       
 14731 			name       	"GetName"
       
 14732 			value      	"Get_${association}")
       
 14733 		    (object Attribute
       
 14734 			tool       	"Ada83"
       
 14735 			name       	"InlineGet"
       
 14736 			value      	FALSE)
       
 14737 		    (object Attribute
       
 14738 			tool       	"Ada83"
       
 14739 			name       	"SetName"
       
 14740 			value      	"Set_${association}")
       
 14741 		    (object Attribute
       
 14742 			tool       	"Ada83"
       
 14743 			name       	"InlineSet"
       
 14744 			value      	FALSE)
       
 14745 		    (object Attribute
       
 14746 			tool       	"Ada83"
       
 14747 			name       	"GenerateAssociate"
       
 14748 			value      	("ProcedureKindSet" 202))
       
 14749 		    (object Attribute
       
 14750 			tool       	"Ada83"
       
 14751 			name       	"AssociateName"
       
 14752 			value      	"Associate")
       
 14753 		    (object Attribute
       
 14754 			tool       	"Ada83"
       
 14755 			name       	"InlineAssociate"
       
 14756 			value      	FALSE)
       
 14757 		    (object Attribute
       
 14758 			tool       	"Ada83"
       
 14759 			name       	"GenerateDissociate"
       
 14760 			value      	("ProcedureKindSet" 202))
       
 14761 		    (object Attribute
       
 14762 			tool       	"Ada83"
       
 14763 			name       	"DissociateName"
       
 14764 			value      	"Dissociate")
       
 14765 		    (object Attribute
       
 14766 			tool       	"Ada83"
       
 14767 			name       	"InlineDissociate"
       
 14768 			value      	FALSE)
       
 14769 		    (object Attribute
       
 14770 			tool       	"Ada83"
       
 14771 			name       	"ProcedureKindSet"
       
 14772 			value      	(list Attribute_Set
       
 14773 			    (object Attribute
       
 14774 				tool       	"Ada83"
       
 14775 				name       	"Procedure"
       
 14776 				value      	202)
       
 14777 			    (object Attribute
       
 14778 				tool       	"Ada83"
       
 14779 				name       	"DoNotCreate"
       
 14780 				value      	201)))
       
 14781 		    (object Attribute
       
 14782 			tool       	"Ada83"
       
 14783 			name       	"FunctionKindSet"
       
 14784 			value      	(list Attribute_Set
       
 14785 			    (object Attribute
       
 14786 				tool       	"Ada83"
       
 14787 				name       	"Function"
       
 14788 				value      	199)
       
 14789 			    (object Attribute
       
 14790 				tool       	"Ada83"
       
 14791 				name       	"DoNotCreate"
       
 14792 				value      	201)))))
       
 14793 	    (object Attribute
       
 14794 		tool       	"Ada83"
       
 14795 		name       	"default__Role"
       
 14796 		value      	(list Attribute_Set
       
 14797 		    (object Attribute
       
 14798 			tool       	"Ada83"
       
 14799 			name       	"CodeName"
       
 14800 			value      	"")
       
 14801 		    (object Attribute
       
 14802 			tool       	"Ada83"
       
 14803 			name       	"NameIfUnlabeled"
       
 14804 			value      	"The_${targetClass}")
       
 14805 		    (object Attribute
       
 14806 			tool       	"Ada83"
       
 14807 			name       	"DataMemberName"
       
 14808 			value      	"${target}")
       
 14809 		    (object Attribute
       
 14810 			tool       	"Ada83"
       
 14811 			name       	"GetName"
       
 14812 			value      	"Get_${target}")
       
 14813 		    (object Attribute
       
 14814 			tool       	"Ada83"
       
 14815 			name       	"InlineGet"
       
 14816 			value      	TRUE)
       
 14817 		    (object Attribute
       
 14818 			tool       	"Ada83"
       
 14819 			name       	"SetName"
       
 14820 			value      	"Set_${target}")
       
 14821 		    (object Attribute
       
 14822 			tool       	"Ada83"
       
 14823 			name       	"InlineSet"
       
 14824 			value      	TRUE)
       
 14825 		    (object Attribute
       
 14826 			tool       	"Ada83"
       
 14827 			name       	"IsConstant"
       
 14828 			value      	FALSE)
       
 14829 		    (object Attribute
       
 14830 			tool       	"Ada83"
       
 14831 			name       	"InitialValue"
       
 14832 			value      	"")
       
 14833 		    (object Attribute
       
 14834 			tool       	"Ada83"
       
 14835 			name       	"Declare"
       
 14836 			value      	("DeclareSet" 234))
       
 14837 		    (object Attribute
       
 14838 			tool       	"Ada83"
       
 14839 			name       	"ContainerGeneric"
       
 14840 			value      	"List")
       
 14841 		    (object Attribute
       
 14842 			tool       	"Ada83"
       
 14843 			name       	"ContainerType"
       
 14844 			value      	"")
       
 14845 		    (object Attribute
       
 14846 			tool       	"Ada83"
       
 14847 			name       	"ContainerDeclarations"
       
 14848 			value      	(value Text ""))
       
 14849 		    (object Attribute
       
 14850 			tool       	"Ada83"
       
 14851 			name       	"SelectorName"
       
 14852 			value      	"")
       
 14853 		    (object Attribute
       
 14854 			tool       	"Ada83"
       
 14855 			name       	"SelectorType"
       
 14856 			value      	"")
       
 14857 		    (object Attribute
       
 14858 			tool       	"Ada83"
       
 14859 			name       	"ProcedureKindSet"
       
 14860 			value      	(list Attribute_Set
       
 14861 			    (object Attribute
       
 14862 				tool       	"Ada83"
       
 14863 				name       	"Procedure"
       
 14864 				value      	202)
       
 14865 			    (object Attribute
       
 14866 				tool       	"Ada83"
       
 14867 				name       	"DoNotCreate"
       
 14868 				value      	201)))
       
 14869 		    (object Attribute
       
 14870 			tool       	"Ada83"
       
 14871 			name       	"DeclareSet"
       
 14872 			value      	(list Attribute_Set
       
 14873 			    (object Attribute
       
 14874 				tool       	"Ada83"
       
 14875 				name       	"Before"
       
 14876 				value      	233)
       
 14877 			    (object Attribute
       
 14878 				tool       	"Ada83"
       
 14879 				name       	"After"
       
 14880 				value      	234)))))
       
 14881 	    (object Attribute
       
 14882 		tool       	"Ada83"
       
 14883 		name       	"default__Subsystem"
       
 14884 		value      	(list Attribute_Set
       
 14885 		    (object Attribute
       
 14886 			tool       	"Ada83"
       
 14887 			name       	"Directory"
       
 14888 			value      	"AUTO GENERATE")))
       
 14889 	    (object Attribute
       
 14890 		tool       	"Ada83"
       
 14891 		name       	"HiddenTool"
       
 14892 		value      	FALSE)
       
 14893 	    (object Attribute
       
 14894 		tool       	"Ada95"
       
 14895 		name       	"propertyId"
       
 14896 		value      	"838326200")
       
 14897 	    (object Attribute
       
 14898 		tool       	"Ada95"
       
 14899 		name       	"default__Project"
       
 14900 		value      	(list Attribute_Set
       
 14901 		    (object Attribute
       
 14902 			tool       	"Ada95"
       
 14903 			name       	"SpecFileExtension"
       
 14904 			value      	"1.ada")
       
 14905 		    (object Attribute
       
 14906 			tool       	"Ada95"
       
 14907 			name       	"SpecFileBackupExtension"
       
 14908 			value      	"1.ad~")
       
 14909 		    (object Attribute
       
 14910 			tool       	"Ada95"
       
 14911 			name       	"SpecFileTemporaryExtension"
       
 14912 			value      	"1.ad#")
       
 14913 		    (object Attribute
       
 14914 			tool       	"Ada95"
       
 14915 			name       	"BodyFileExtension"
       
 14916 			value      	"2.ada")
       
 14917 		    (object Attribute
       
 14918 			tool       	"Ada95"
       
 14919 			name       	"BodyFileBackupExtension"
       
 14920 			value      	"2.ad~")
       
 14921 		    (object Attribute
       
 14922 			tool       	"Ada95"
       
 14923 			name       	"BodyFileTemporaryExtension"
       
 14924 			value      	"2.ad#")
       
 14925 		    (object Attribute
       
 14926 			tool       	"Ada95"
       
 14927 			name       	"CreateMissingDirectories"
       
 14928 			value      	TRUE)
       
 14929 		    (object Attribute
       
 14930 			tool       	"Ada95"
       
 14931 			name       	"UseColonNotation"
       
 14932 			value      	TRUE)
       
 14933 		    (object Attribute
       
 14934 			tool       	"Ada95"
       
 14935 			name       	"GenerateBodies"
       
 14936 			value      	TRUE)
       
 14937 		    (object Attribute
       
 14938 			tool       	"Ada95"
       
 14939 			name       	"GenerateAccessorOperations"
       
 14940 			value      	TRUE)
       
 14941 		    (object Attribute
       
 14942 			tool       	"Ada95"
       
 14943 			name       	"GenerateStandardOperations"
       
 14944 			value      	TRUE)
       
 14945 		    (object Attribute
       
 14946 			tool       	"Ada95"
       
 14947 			name       	"DefaultCodeBody"
       
 14948 			value      	"[statement]")
       
 14949 		    (object Attribute
       
 14950 			tool       	"Ada95"
       
 14951 			name       	"ImplicitParameter"
       
 14952 			value      	TRUE)
       
 14953 		    (object Attribute
       
 14954 			tool       	"Ada95"
       
 14955 			name       	"CommentWidth"
       
 14956 			value      	60)
       
 14957 		    (object Attribute
       
 14958 			tool       	"Ada95"
       
 14959 			name       	"StopOnError"
       
 14960 			value      	FALSE)
       
 14961 		    (object Attribute
       
 14962 			tool       	"Ada95"
       
 14963 			name       	"ErrorLimit"
       
 14964 			value      	30)
       
 14965 		    (object Attribute
       
 14966 			tool       	"Ada95"
       
 14967 			name       	"UseFileName"
       
 14968 			value      	FALSE)
       
 14969 		    (object Attribute
       
 14970 			tool       	"Ada95"
       
 14971 			name       	"Directory"
       
 14972 			value      	"$ROSEADA95_SOURCE")))
       
 14973 	    (object Attribute
       
 14974 		tool       	"Ada95"
       
 14975 		name       	"default__Class"
       
 14976 		value      	(list Attribute_Set
       
 14977 		    (object Attribute
       
 14978 			tool       	"Ada95"
       
 14979 			name       	"CodeName"
       
 14980 			value      	"")
       
 14981 		    (object Attribute
       
 14982 			tool       	"Ada95"
       
 14983 			name       	"TypeName"
       
 14984 			value      	"Object")
       
 14985 		    (object Attribute
       
 14986 			tool       	"Ada95"
       
 14987 			name       	"TypeVisibility"
       
 14988 			value      	("TypeVisibilitySet" 43))
       
 14989 		    (object Attribute
       
 14990 			tool       	"Ada95"
       
 14991 			name       	"TypeImplementation"
       
 14992 			value      	("TypeImplementationSet" 208))
       
 14993 		    (object Attribute
       
 14994 			tool       	"Ada95"
       
 14995 			name       	"TypeControl"
       
 14996 			value      	("TypeControlSet" 225))
       
 14997 		    (object Attribute
       
 14998 			tool       	"Ada95"
       
 14999 			name       	"TypeControlName"
       
 15000 			value      	"Controlled_${type}")
       
 15001 		    (object Attribute
       
 15002 			tool       	"Ada95"
       
 15003 			name       	"TypeDefinition"
       
 15004 			value      	(value Text ""))
       
 15005 		    (object Attribute
       
 15006 			tool       	"Ada95"
       
 15007 			name       	"RecordImplementation"
       
 15008 			value      	("RecordImplementationSet" 209))
       
 15009 		    (object Attribute
       
 15010 			tool       	"Ada95"
       
 15011 			name       	"RecordKindPackageName"
       
 15012 			value      	"${class}_Record_Kinds")
       
 15013 		    (object Attribute
       
 15014 			tool       	"Ada95"
       
 15015 			name       	"IsLimited"
       
 15016 			value      	FALSE)
       
 15017 		    (object Attribute
       
 15018 			tool       	"Ada95"
       
 15019 			name       	"IsSubtype"
       
 15020 			value      	FALSE)
       
 15021 		    (object Attribute
       
 15022 			tool       	"Ada95"
       
 15023 			name       	"GenerateAccessType"
       
 15024 			value      	("GenerateAccessTypeSet" 230))
       
 15025 		    (object Attribute
       
 15026 			tool       	"Ada95"
       
 15027 			name       	"AccessTypeName"
       
 15028 			value      	"Handle")
       
 15029 		    (object Attribute
       
 15030 			tool       	"Ada95"
       
 15031 			name       	"AccessTypeVisibility"
       
 15032 			value      	("TypeVisibilitySet" 45))
       
 15033 		    (object Attribute
       
 15034 			tool       	"Ada95"
       
 15035 			name       	"AccessTypeDefinition"
       
 15036 			value      	(value Text ""))
       
 15037 		    (object Attribute
       
 15038 			tool       	"Ada95"
       
 15039 			name       	"AccessClassWide"
       
 15040 			value      	TRUE)
       
 15041 		    (object Attribute
       
 15042 			tool       	"Ada95"
       
 15043 			name       	"MaybeAliased"
       
 15044 			value      	FALSE)
       
 15045 		    (object Attribute
       
 15046 			tool       	"Ada95"
       
 15047 			name       	"ParameterizedImplementation"
       
 15048 			value      	("ParameterizedImplementationSet" 11))
       
 15049 		    (object Attribute
       
 15050 			tool       	"Ada95"
       
 15051 			name       	"ParentClassName"
       
 15052 			value      	"Superclass")
       
 15053 		    (object Attribute
       
 15054 			tool       	"Ada95"
       
 15055 			name       	"EnumerationLiteralPrefix"
       
 15056 			value      	"A_")
       
 15057 		    (object Attribute
       
 15058 			tool       	"Ada95"
       
 15059 			name       	"RecordFieldPrefix"
       
 15060 			value      	"The_")
       
 15061 		    (object Attribute
       
 15062 			tool       	"Ada95"
       
 15063 			name       	"ArrayOfTypeName"
       
 15064 			value      	"Array_Of_${type}")
       
 15065 		    (object Attribute
       
 15066 			tool       	"Ada95"
       
 15067 			name       	"AccessArrayOfTypeName"
       
 15068 			value      	"Access_Array_Of_${type}")
       
 15069 		    (object Attribute
       
 15070 			tool       	"Ada95"
       
 15071 			name       	"ArrayOfAccessTypeName"
       
 15072 			value      	"Array_Of_${access_type}")
       
 15073 		    (object Attribute
       
 15074 			tool       	"Ada95"
       
 15075 			name       	"AccessArrayOfAccessTypeName"
       
 15076 			value      	"Access_Array_Of_${access_type}")
       
 15077 		    (object Attribute
       
 15078 			tool       	"Ada95"
       
 15079 			name       	"ArrayIndexDefinition"
       
 15080 			value      	"Positive range <>")
       
 15081 		    (object Attribute
       
 15082 			tool       	"Ada95"
       
 15083 			name       	"GenerateAccessorOperations"
       
 15084 			value      	TRUE)
       
 15085 		    (object Attribute
       
 15086 			tool       	"Ada95"
       
 15087 			name       	"GenerateStandardOperations"
       
 15088 			value      	TRUE)
       
 15089 		    (object Attribute
       
 15090 			tool       	"Ada95"
       
 15091 			name       	"ImplicitParameter"
       
 15092 			value      	TRUE)
       
 15093 		    (object Attribute
       
 15094 			tool       	"Ada95"
       
 15095 			name       	"ImplicitParameterName"
       
 15096 			value      	"This")
       
 15097 		    (object Attribute
       
 15098 			tool       	"Ada95"
       
 15099 			name       	"GenerateDefaultConstructor"
       
 15100 			value      	("SubprogramKindSet" 199))
       
 15101 		    (object Attribute
       
 15102 			tool       	"Ada95"
       
 15103 			name       	"DefaultConstructorName"
       
 15104 			value      	"Create")
       
 15105 		    (object Attribute
       
 15106 			tool       	"Ada95"
       
 15107 			name       	"InlineDefaultConstructor"
       
 15108 			value      	FALSE)
       
 15109 		    (object Attribute
       
 15110 			tool       	"Ada95"
       
 15111 			name       	"GenerateCopyConstructor"
       
 15112 			value      	("SubprogramKindSet" 199))
       
 15113 		    (object Attribute
       
 15114 			tool       	"Ada95"
       
 15115 			name       	"CopyConstructorName"
       
 15116 			value      	"Copy")
       
 15117 		    (object Attribute
       
 15118 			tool       	"Ada95"
       
 15119 			name       	"InlineCopyConstructor"
       
 15120 			value      	FALSE)
       
 15121 		    (object Attribute
       
 15122 			tool       	"Ada95"
       
 15123 			name       	"GenerateDestructor"
       
 15124 			value      	("ProcedureKindSet" 202))
       
 15125 		    (object Attribute
       
 15126 			tool       	"Ada95"
       
 15127 			name       	"DestructorName"
       
 15128 			value      	"Free")
       
 15129 		    (object Attribute
       
 15130 			tool       	"Ada95"
       
 15131 			name       	"InlineDestructor"
       
 15132 			value      	FALSE)
       
 15133 		    (object Attribute
       
 15134 			tool       	"Ada95"
       
 15135 			name       	"GenerateTypeEquality"
       
 15136 			value      	("FunctionKindSet" 201))
       
 15137 		    (object Attribute
       
 15138 			tool       	"Ada95"
       
 15139 			name       	"TypeEqualityName"
       
 15140 			value      	"${quote}=${quote}")
       
 15141 		    (object Attribute
       
 15142 			tool       	"Ada95"
       
 15143 			name       	"InlineEquality"
       
 15144 			value      	FALSE)
       
 15145 		    (object Attribute
       
 15146 			tool       	"Ada95"
       
 15147 			name       	"Representation"
       
 15148 			value      	(value Text ""))
       
 15149 		    (object Attribute
       
 15150 			tool       	"Ada95"
       
 15151 			name       	"TypeImplementationSet"
       
 15152 			value      	(list Attribute_Set
       
 15153 			    (object Attribute
       
 15154 				tool       	"Ada95"
       
 15155 				name       	"Tagged"
       
 15156 				value      	208)
       
 15157 			    (object Attribute
       
 15158 				tool       	"Ada95"
       
 15159 				name       	"Record"
       
 15160 				value      	210)
       
 15161 			    (object Attribute
       
 15162 				tool       	"Ada95"
       
 15163 				name       	"Mixin"
       
 15164 				value      	211)
       
 15165 			    (object Attribute
       
 15166 				tool       	"Ada95"
       
 15167 				name       	"Protected"
       
 15168 				value      	44)
       
 15169 			    (object Attribute
       
 15170 				tool       	"Ada95"
       
 15171 				name       	"Task"
       
 15172 				value      	212)))
       
 15173 		    (object Attribute
       
 15174 			tool       	"Ada95"
       
 15175 			name       	"RecordImplementationSet"
       
 15176 			value      	(list Attribute_Set
       
 15177 			    (object Attribute
       
 15178 				tool       	"Ada95"
       
 15179 				name       	"SingleType"
       
 15180 				value      	209)
       
 15181 			    (object Attribute
       
 15182 				tool       	"Ada95"
       
 15183 				name       	"MultipleTypes"
       
 15184 				value      	213)))
       
 15185 		    (object Attribute
       
 15186 			tool       	"Ada95"
       
 15187 			name       	"ParameterizedImplementationSet"
       
 15188 			value      	(list Attribute_Set
       
 15189 			    (object Attribute
       
 15190 				tool       	"Ada95"
       
 15191 				name       	"Generic"
       
 15192 				value      	11)
       
 15193 			    (object Attribute
       
 15194 				tool       	"Ada95"
       
 15195 				name       	"Unconstrained"
       
 15196 				value      	214)))
       
 15197 		    (object Attribute
       
 15198 			tool       	"Ada95"
       
 15199 			name       	"TypeVisibilitySet"
       
 15200 			value      	(list Attribute_Set
       
 15201 			    (object Attribute
       
 15202 				tool       	"Ada95"
       
 15203 				name       	"Public"
       
 15204 				value      	45)
       
 15205 			    (object Attribute
       
 15206 				tool       	"Ada95"
       
 15207 				name       	"Private"
       
 15208 				value      	43)))
       
 15209 		    (object Attribute
       
 15210 			tool       	"Ada95"
       
 15211 			name       	"SubprogramKindSet"
       
 15212 			value      	(list Attribute_Set
       
 15213 			    (object Attribute
       
 15214 				tool       	"Ada95"
       
 15215 				name       	"Procedure"
       
 15216 				value      	202)
       
 15217 			    (object Attribute
       
 15218 				tool       	"Ada95"
       
 15219 				name       	"Function"
       
 15220 				value      	199)
       
 15221 			    (object Attribute
       
 15222 				tool       	"Ada95"
       
 15223 				name       	"DoNotCreate"
       
 15224 				value      	201)))
       
 15225 		    (object Attribute
       
 15226 			tool       	"Ada95"
       
 15227 			name       	"ProcedureKindSet"
       
 15228 			value      	(list Attribute_Set
       
 15229 			    (object Attribute
       
 15230 				tool       	"Ada95"
       
 15231 				name       	"Procedure"
       
 15232 				value      	202)
       
 15233 			    (object Attribute
       
 15234 				tool       	"Ada95"
       
 15235 				name       	"DoNotCreate"
       
 15236 				value      	201)))
       
 15237 		    (object Attribute
       
 15238 			tool       	"Ada95"
       
 15239 			name       	"FunctionKindSet"
       
 15240 			value      	(list Attribute_Set
       
 15241 			    (object Attribute
       
 15242 				tool       	"Ada95"
       
 15243 				name       	"Function"
       
 15244 				value      	199)
       
 15245 			    (object Attribute
       
 15246 				tool       	"Ada95"
       
 15247 				name       	"DoNotCreate"
       
 15248 				value      	201)))
       
 15249 		    (object Attribute
       
 15250 			tool       	"Ada95"
       
 15251 			name       	"TypeControlSet"
       
 15252 			value      	(list Attribute_Set
       
 15253 			    (object Attribute
       
 15254 				tool       	"Ada95"
       
 15255 				name       	"None"
       
 15256 				value      	225)
       
 15257 			    (object Attribute
       
 15258 				tool       	"Ada95"
       
 15259 				name       	"InitializationOnly"
       
 15260 				value      	226)
       
 15261 			    (object Attribute
       
 15262 				tool       	"Ada95"
       
 15263 				name       	"AssignmentFinalizationOnly"
       
 15264 				value      	227)
       
 15265 			    (object Attribute
       
 15266 				tool       	"Ada95"
       
 15267 				name       	"All"
       
 15268 				value      	228)))
       
 15269 		    (object Attribute
       
 15270 			tool       	"Ada95"
       
 15271 			name       	"GenerateAccessTypeSet"
       
 15272 			value      	(list Attribute_Set
       
 15273 			    (object Attribute
       
 15274 				tool       	"Ada95"
       
 15275 				name       	"Always"
       
 15276 				value      	229)
       
 15277 			    (object Attribute
       
 15278 				tool       	"Ada95"
       
 15279 				name       	"Auto"
       
 15280 				value      	230)))))
       
 15281 	    (object Attribute
       
 15282 		tool       	"Ada95"
       
 15283 		name       	"default__Module-Spec"
       
 15284 		value      	(list Attribute_Set
       
 15285 		    (object Attribute
       
 15286 			tool       	"Ada95"
       
 15287 			name       	"Generate"
       
 15288 			value      	TRUE)
       
 15289 		    (object Attribute
       
 15290 			tool       	"Ada95"
       
 15291 			name       	"CopyrightNotice"
       
 15292 			value      	(value Text ""))
       
 15293 		    (object Attribute
       
 15294 			tool       	"Ada95"
       
 15295 			name       	"FileName"
       
 15296 			value      	"")
       
 15297 		    (object Attribute
       
 15298 			tool       	"Ada95"
       
 15299 			name       	"ReturnType"
       
 15300 			value      	"")
       
 15301 		    (object Attribute
       
 15302 			tool       	"Ada95"
       
 15303 			name       	"GenericFormalParameters"
       
 15304 			value      	(value Text ""))
       
 15305 		    (object Attribute
       
 15306 			tool       	"Ada95"
       
 15307 			name       	"AdditionalWiths"
       
 15308 			value      	(value Text ""))
       
 15309 		    (object Attribute
       
 15310 			tool       	"Ada95"
       
 15311 			name       	"IsPrivate"
       
 15312 			value      	FALSE)))
       
 15313 	    (object Attribute
       
 15314 		tool       	"Ada95"
       
 15315 		name       	"default__Module-Body"
       
 15316 		value      	(list Attribute_Set
       
 15317 		    (object Attribute
       
 15318 			tool       	"Ada95"
       
 15319 			name       	"Generate"
       
 15320 			value      	TRUE)
       
 15321 		    (object Attribute
       
 15322 			tool       	"Ada95"
       
 15323 			name       	"CopyrightNotice"
       
 15324 			value      	(value Text ""))
       
 15325 		    (object Attribute
       
 15326 			tool       	"Ada95"
       
 15327 			name       	"FileName"
       
 15328 			value      	"")
       
 15329 		    (object Attribute
       
 15330 			tool       	"Ada95"
       
 15331 			name       	"ReturnType"
       
 15332 			value      	"")
       
 15333 		    (object Attribute
       
 15334 			tool       	"Ada95"
       
 15335 			name       	"AdditionalWiths"
       
 15336 			value      	(value Text ""))
       
 15337 		    (object Attribute
       
 15338 			tool       	"Ada95"
       
 15339 			name       	"IsSubunit"
       
 15340 			value      	FALSE)))
       
 15341 	    (object Attribute
       
 15342 		tool       	"Ada95"
       
 15343 		name       	"default__Operation"
       
 15344 		value      	(list Attribute_Set
       
 15345 		    (object Attribute
       
 15346 			tool       	"Ada95"
       
 15347 			name       	"CodeName"
       
 15348 			value      	"")
       
 15349 		    (object Attribute
       
 15350 			tool       	"Ada95"
       
 15351 			name       	"SubprogramImplementation"
       
 15352 			value      	("SubprogramImplementationSet" 2))
       
 15353 		    (object Attribute
       
 15354 			tool       	"Ada95"
       
 15355 			name       	"Renames"
       
 15356 			value      	"")
       
 15357 		    (object Attribute
       
 15358 			tool       	"Ada95"
       
 15359 			name       	"GenerateOverriding"
       
 15360 			value      	TRUE)
       
 15361 		    (object Attribute
       
 15362 			tool       	"Ada95"
       
 15363 			name       	"ImplicitParameterMode"
       
 15364 			value      	("ParameterModeSet" 203))
       
 15365 		    (object Attribute
       
 15366 			tool       	"Ada95"
       
 15367 			name       	"ImplicitParameterClassWide"
       
 15368 			value      	FALSE)
       
 15369 		    (object Attribute
       
 15370 			tool       	"Ada95"
       
 15371 			name       	"GenerateAccessOperation"
       
 15372 			value      	FALSE)
       
 15373 		    (object Attribute
       
 15374 			tool       	"Ada95"
       
 15375 			name       	"Inline"
       
 15376 			value      	FALSE)
       
 15377 		    (object Attribute
       
 15378 			tool       	"Ada95"
       
 15379 			name       	"EntryCode"
       
 15380 			value      	(value Text ""))
       
 15381 		    (object Attribute
       
 15382 			tool       	"Ada95"
       
 15383 			name       	"ExitCode"
       
 15384 			value      	(value Text ""))
       
 15385 		    (object Attribute
       
 15386 			tool       	"Ada95"
       
 15387 			name       	"InitialCodeBody"
       
 15388 			value      	"${default}")
       
 15389 		    (object Attribute
       
 15390 			tool       	"Ada95"
       
 15391 			name       	"EntryBarrierCondition"
       
 15392 			value      	"True")
       
 15393 		    (object Attribute
       
 15394 			tool       	"Ada95"
       
 15395 			name       	"Representation"
       
 15396 			value      	(value Text ""))
       
 15397 		    (object Attribute
       
 15398 			tool       	"Ada95"
       
 15399 			name       	"SubprogramImplementationSet"
       
 15400 			value      	(list Attribute_Set
       
 15401 			    (object Attribute
       
 15402 				tool       	"Ada95"
       
 15403 				name       	"Spec"
       
 15404 				value      	224)
       
 15405 			    (object Attribute
       
 15406 				tool       	"Ada95"
       
 15407 				name       	"Body"
       
 15408 				value      	2)
       
 15409 			    (object Attribute
       
 15410 				tool       	"Ada95"
       
 15411 				name       	"Abstract"
       
 15412 				value      	221)
       
 15413 			    (object Attribute
       
 15414 				tool       	"Ada95"
       
 15415 				name       	"Renaming"
       
 15416 				value      	222)
       
 15417 			    (object Attribute
       
 15418 				tool       	"Ada95"
       
 15419 				name       	"RenamingAsBody"
       
 15420 				value      	231)
       
 15421 			    (object Attribute
       
 15422 				tool       	"Ada95"
       
 15423 				name       	"Separate"
       
 15424 				value      	223)))
       
 15425 		    (object Attribute
       
 15426 			tool       	"Ada95"
       
 15427 			name       	"ParameterModeSet"
       
 15428 			value      	(list Attribute_Set
       
 15429 			    (object Attribute
       
 15430 				tool       	"Ada95"
       
 15431 				name       	"Default"
       
 15432 				value      	232)
       
 15433 			    (object Attribute
       
 15434 				tool       	"Ada95"
       
 15435 				name       	"In"
       
 15436 				value      	204)
       
 15437 			    (object Attribute
       
 15438 				tool       	"Ada95"
       
 15439 				name       	"Out"
       
 15440 				value      	205)
       
 15441 			    (object Attribute
       
 15442 				tool       	"Ada95"
       
 15443 				name       	"InOut"
       
 15444 				value      	203)
       
 15445 			    (object Attribute
       
 15446 				tool       	"Ada95"
       
 15447 				name       	"Access"
       
 15448 				value      	220)
       
 15449 			    (object Attribute
       
 15450 				tool       	"Ada95"
       
 15451 				name       	"DoNotCreate"
       
 15452 				value      	201)))))
       
 15453 	    (object Attribute
       
 15454 		tool       	"Ada95"
       
 15455 		name       	"default__Param"
       
 15456 		value      	(list Attribute_Set
       
 15457 		    (object Attribute
       
 15458 			tool       	"Ada95"
       
 15459 			name       	"Mode"
       
 15460 			value      	("ParameterModeSet" 232))
       
 15461 		    (object Attribute
       
 15462 			tool       	"Ada95"
       
 15463 			name       	"ParameterModeSet"
       
 15464 			value      	(list Attribute_Set
       
 15465 			    (object Attribute
       
 15466 				tool       	"Ada95"
       
 15467 				name       	"Default"
       
 15468 				value      	232)
       
 15469 			    (object Attribute
       
 15470 				tool       	"Ada95"
       
 15471 				name       	"In"
       
 15472 				value      	204)
       
 15473 			    (object Attribute
       
 15474 				tool       	"Ada95"
       
 15475 				name       	"Out"
       
 15476 				value      	205)
       
 15477 			    (object Attribute
       
 15478 				tool       	"Ada95"
       
 15479 				name       	"InOut"
       
 15480 				value      	203)
       
 15481 			    (object Attribute
       
 15482 				tool       	"Ada95"
       
 15483 				name       	"Access"
       
 15484 				value      	220)))))
       
 15485 	    (object Attribute
       
 15486 		tool       	"Ada95"
       
 15487 		name       	"default__Has"
       
 15488 		value      	(list Attribute_Set
       
 15489 		    (object Attribute
       
 15490 			tool       	"Ada95"
       
 15491 			name       	"CodeName"
       
 15492 			value      	"")
       
 15493 		    (object Attribute
       
 15494 			tool       	"Ada95"
       
 15495 			name       	"NameIfUnlabeled"
       
 15496 			value      	"The_${supplier}")
       
 15497 		    (object Attribute
       
 15498 			tool       	"Ada95"
       
 15499 			name       	"RecordFieldImplementation"
       
 15500 			value      	("RecordFieldImplementationSet" 216))
       
 15501 		    (object Attribute
       
 15502 			tool       	"Ada95"
       
 15503 			name       	"RecordFieldName"
       
 15504 			value      	"${relationship}")
       
 15505 		    (object Attribute
       
 15506 			tool       	"Ada95"
       
 15507 			name       	"GenerateGet"
       
 15508 			value      	("FunctionKindSet" 199))
       
 15509 		    (object Attribute
       
 15510 			tool       	"Ada95"
       
 15511 			name       	"GenerateAccessGet"
       
 15512 			value      	("FunctionKindSet" 201))
       
 15513 		    (object Attribute
       
 15514 			tool       	"Ada95"
       
 15515 			name       	"GetName"
       
 15516 			value      	"Get_${relationship}")
       
 15517 		    (object Attribute
       
 15518 			tool       	"Ada95"
       
 15519 			name       	"InlineGet"
       
 15520 			value      	TRUE)
       
 15521 		    (object Attribute
       
 15522 			tool       	"Ada95"
       
 15523 			name       	"GenerateSet"
       
 15524 			value      	("ProcedureKindSet" 202))
       
 15525 		    (object Attribute
       
 15526 			tool       	"Ada95"
       
 15527 			name       	"GenerateAccessSet"
       
 15528 			value      	("ProcedureKindSet" 201))
       
 15529 		    (object Attribute
       
 15530 			tool       	"Ada95"
       
 15531 			name       	"SetName"
       
 15532 			value      	"Set_${relationship}")
       
 15533 		    (object Attribute
       
 15534 			tool       	"Ada95"
       
 15535 			name       	"InlineSet"
       
 15536 			value      	TRUE)
       
 15537 		    (object Attribute
       
 15538 			tool       	"Ada95"
       
 15539 			name       	"IsAliased"
       
 15540 			value      	FALSE)
       
 15541 		    (object Attribute
       
 15542 			tool       	"Ada95"
       
 15543 			name       	"IsConstant"
       
 15544 			value      	FALSE)
       
 15545 		    (object Attribute
       
 15546 			tool       	"Ada95"
       
 15547 			name       	"InitialValue"
       
 15548 			value      	"")
       
 15549 		    (object Attribute
       
 15550 			tool       	"Ada95"
       
 15551 			name       	"Declare"
       
 15552 			value      	("DeclareSet" 234))
       
 15553 		    (object Attribute
       
 15554 			tool       	"Ada95"
       
 15555 			name       	"ContainerImplementation"
       
 15556 			value      	("ContainerImplementationSet" 217))
       
 15557 		    (object Attribute
       
 15558 			tool       	"Ada95"
       
 15559 			name       	"ContainerGeneric"
       
 15560 			value      	"List")
       
 15561 		    (object Attribute
       
 15562 			tool       	"Ada95"
       
 15563 			name       	"ContainerType"
       
 15564 			value      	"")
       
 15565 		    (object Attribute
       
 15566 			tool       	"Ada95"
       
 15567 			name       	"ContainerDeclarations"
       
 15568 			value      	(value Text ""))
       
 15569 		    (object Attribute
       
 15570 			tool       	"Ada95"
       
 15571 			name       	"SelectorName"
       
 15572 			value      	"")
       
 15573 		    (object Attribute
       
 15574 			tool       	"Ada95"
       
 15575 			name       	"SelectorType"
       
 15576 			value      	"")
       
 15577 		    (object Attribute
       
 15578 			tool       	"Ada95"
       
 15579 			name       	"DeclareSet"
       
 15580 			value      	(list Attribute_Set
       
 15581 			    (object Attribute
       
 15582 				tool       	"Ada95"
       
 15583 				name       	"Before"
       
 15584 				value      	233)
       
 15585 			    (object Attribute
       
 15586 				tool       	"Ada95"
       
 15587 				name       	"After"
       
 15588 				value      	234)))
       
 15589 		    (object Attribute
       
 15590 			tool       	"Ada95"
       
 15591 			name       	"RecordFieldImplementationSet"
       
 15592 			value      	(list Attribute_Set
       
 15593 			    (object Attribute
       
 15594 				tool       	"Ada95"
       
 15595 				name       	"Component"
       
 15596 				value      	216)
       
 15597 			    (object Attribute
       
 15598 				tool       	"Ada95"
       
 15599 				name       	"Discriminant"
       
 15600 				value      	218)
       
 15601 			    (object Attribute
       
 15602 				tool       	"Ada95"
       
 15603 				name       	"AccessDiscriminant"
       
 15604 				value      	219)))
       
 15605 		    (object Attribute
       
 15606 			tool       	"Ada95"
       
 15607 			name       	"ContainerImplementationSet"
       
 15608 			value      	(list Attribute_Set
       
 15609 			    (object Attribute
       
 15610 				tool       	"Ada95"
       
 15611 				name       	"Array"
       
 15612 				value      	217)
       
 15613 			    (object Attribute
       
 15614 				tool       	"Ada95"
       
 15615 				name       	"Generic"
       
 15616 				value      	11)))
       
 15617 		    (object Attribute
       
 15618 			tool       	"Ada95"
       
 15619 			name       	"ProcedureKindSet"
       
 15620 			value      	(list Attribute_Set
       
 15621 			    (object Attribute
       
 15622 				tool       	"Ada95"
       
 15623 				name       	"Procedure"
       
 15624 				value      	202)
       
 15625 			    (object Attribute
       
 15626 				tool       	"Ada95"
       
 15627 				name       	"DoNotCreate"
       
 15628 				value      	201)))
       
 15629 		    (object Attribute
       
 15630 			tool       	"Ada95"
       
 15631 			name       	"FunctionKindSet"
       
 15632 			value      	(list Attribute_Set
       
 15633 			    (object Attribute
       
 15634 				tool       	"Ada95"
       
 15635 				name       	"Function"
       
 15636 				value      	199)
       
 15637 			    (object Attribute
       
 15638 				tool       	"Ada95"
       
 15639 				name       	"DoNotCreate"
       
 15640 				value      	201)))))
       
 15641 	    (object Attribute
       
 15642 		tool       	"Ada95"
       
 15643 		name       	"default__Attribute"
       
 15644 		value      	(list Attribute_Set
       
 15645 		    (object Attribute
       
 15646 			tool       	"Ada95"
       
 15647 			name       	"CodeName"
       
 15648 			value      	"")
       
 15649 		    (object Attribute
       
 15650 			tool       	"Ada95"
       
 15651 			name       	"RecordFieldImplementation"
       
 15652 			value      	("RecordFieldImplementationSet" 216))
       
 15653 		    (object Attribute
       
 15654 			tool       	"Ada95"
       
 15655 			name       	"RecordFieldName"
       
 15656 			value      	"${attribute}")
       
 15657 		    (object Attribute
       
 15658 			tool       	"Ada95"
       
 15659 			name       	"GenerateGet"
       
 15660 			value      	("FunctionKindSet" 199))
       
 15661 		    (object Attribute
       
 15662 			tool       	"Ada95"
       
 15663 			name       	"GenerateAccessGet"
       
 15664 			value      	("FunctionKindSet" 201))
       
 15665 		    (object Attribute
       
 15666 			tool       	"Ada95"
       
 15667 			name       	"GetName"
       
 15668 			value      	"Get_${attribute}")
       
 15669 		    (object Attribute
       
 15670 			tool       	"Ada95"
       
 15671 			name       	"InlineGet"
       
 15672 			value      	TRUE)
       
 15673 		    (object Attribute
       
 15674 			tool       	"Ada95"
       
 15675 			name       	"GenerateSet"
       
 15676 			value      	("ProcedureKindSet" 202))
       
 15677 		    (object Attribute
       
 15678 			tool       	"Ada95"
       
 15679 			name       	"GenerateAccessSet"
       
 15680 			value      	("ProcedureKindSet" 201))
       
 15681 		    (object Attribute
       
 15682 			tool       	"Ada95"
       
 15683 			name       	"SetName"
       
 15684 			value      	"Set_${attribute}")
       
 15685 		    (object Attribute
       
 15686 			tool       	"Ada95"
       
 15687 			name       	"InlineSet"
       
 15688 			value      	TRUE)
       
 15689 		    (object Attribute
       
 15690 			tool       	"Ada95"
       
 15691 			name       	"IsAliased"
       
 15692 			value      	FALSE)
       
 15693 		    (object Attribute
       
 15694 			tool       	"Ada95"
       
 15695 			name       	"IsConstant"
       
 15696 			value      	FALSE)
       
 15697 		    (object Attribute
       
 15698 			tool       	"Ada95"
       
 15699 			name       	"InitialValue"
       
 15700 			value      	"")
       
 15701 		    (object Attribute
       
 15702 			tool       	"Ada95"
       
 15703 			name       	"Declare"
       
 15704 			value      	("DeclareSet" 234))
       
 15705 		    (object Attribute
       
 15706 			tool       	"Ada95"
       
 15707 			name       	"Representation"
       
 15708 			value      	(value Text ""))
       
 15709 		    (object Attribute
       
 15710 			tool       	"Ada95"
       
 15711 			name       	"DeclareSet"
       
 15712 			value      	(list Attribute_Set
       
 15713 			    (object Attribute
       
 15714 				tool       	"Ada95"
       
 15715 				name       	"Before"
       
 15716 				value      	233)
       
 15717 			    (object Attribute
       
 15718 				tool       	"Ada95"
       
 15719 				name       	"After"
       
 15720 				value      	234)))
       
 15721 		    (object Attribute
       
 15722 			tool       	"Ada95"
       
 15723 			name       	"RecordFieldImplementationSet"
       
 15724 			value      	(list Attribute_Set
       
 15725 			    (object Attribute
       
 15726 				tool       	"Ada95"
       
 15727 				name       	"Component"
       
 15728 				value      	216)
       
 15729 			    (object Attribute
       
 15730 				tool       	"Ada95"
       
 15731 				name       	"Discriminant"
       
 15732 				value      	218)
       
 15733 			    (object Attribute
       
 15734 				tool       	"Ada95"
       
 15735 				name       	"AccessDiscriminant"
       
 15736 				value      	219)))
       
 15737 		    (object Attribute
       
 15738 			tool       	"Ada95"
       
 15739 			name       	"ProcedureKindSet"
       
 15740 			value      	(list Attribute_Set
       
 15741 			    (object Attribute
       
 15742 				tool       	"Ada95"
       
 15743 				name       	"Procedure"
       
 15744 				value      	202)
       
 15745 			    (object Attribute
       
 15746 				tool       	"Ada95"
       
 15747 				name       	"DoNotCreate"
       
 15748 				value      	201)))
       
 15749 		    (object Attribute
       
 15750 			tool       	"Ada95"
       
 15751 			name       	"FunctionKindSet"
       
 15752 			value      	(list Attribute_Set
       
 15753 			    (object Attribute
       
 15754 				tool       	"Ada95"
       
 15755 				name       	"Function"
       
 15756 				value      	199)
       
 15757 			    (object Attribute
       
 15758 				tool       	"Ada95"
       
 15759 				name       	"DoNotCreate"
       
 15760 				value      	201)))))
       
 15761 	    (object Attribute
       
 15762 		tool       	"Ada95"
       
 15763 		name       	"default__Association"
       
 15764 		value      	(list Attribute_Set
       
 15765 		    (object Attribute
       
 15766 			tool       	"Ada95"
       
 15767 			name       	"NameIfUnlabeled"
       
 15768 			value      	"The_${targetClass}")
       
 15769 		    (object Attribute
       
 15770 			tool       	"Ada95"
       
 15771 			name       	"GenerateGet"
       
 15772 			value      	("FunctionKindSet" 199))
       
 15773 		    (object Attribute
       
 15774 			tool       	"Ada95"
       
 15775 			name       	"GetName"
       
 15776 			value      	"Get_${association}")
       
 15777 		    (object Attribute
       
 15778 			tool       	"Ada95"
       
 15779 			name       	"InlineGet"
       
 15780 			value      	FALSE)
       
 15781 		    (object Attribute
       
 15782 			tool       	"Ada95"
       
 15783 			name       	"GenerateSet"
       
 15784 			value      	("ProcedureKindSet" 202))
       
 15785 		    (object Attribute
       
 15786 			tool       	"Ada95"
       
 15787 			name       	"SetName"
       
 15788 			value      	"Set_${association}")
       
 15789 		    (object Attribute
       
 15790 			tool       	"Ada95"
       
 15791 			name       	"InlineSet"
       
 15792 			value      	FALSE)
       
 15793 		    (object Attribute
       
 15794 			tool       	"Ada95"
       
 15795 			name       	"GenerateAssociate"
       
 15796 			value      	("ProcedureKindSet" 202))
       
 15797 		    (object Attribute
       
 15798 			tool       	"Ada95"
       
 15799 			name       	"AssociateName"
       
 15800 			value      	"Associate")
       
 15801 		    (object Attribute
       
 15802 			tool       	"Ada95"
       
 15803 			name       	"InlineAssociate"
       
 15804 			value      	FALSE)
       
 15805 		    (object Attribute
       
 15806 			tool       	"Ada95"
       
 15807 			name       	"GenerateDissociate"
       
 15808 			value      	("ProcedureKindSet" 202))
       
 15809 		    (object Attribute
       
 15810 			tool       	"Ada95"
       
 15811 			name       	"DissociateName"
       
 15812 			value      	"Dissociate")
       
 15813 		    (object Attribute
       
 15814 			tool       	"Ada95"
       
 15815 			name       	"InlineDissociate"
       
 15816 			value      	FALSE)
       
 15817 		    (object Attribute
       
 15818 			tool       	"Ada95"
       
 15819 			name       	"ProcedureKindSet"
       
 15820 			value      	(list Attribute_Set
       
 15821 			    (object Attribute
       
 15822 				tool       	"Ada95"
       
 15823 				name       	"Procedure"
       
 15824 				value      	202)
       
 15825 			    (object Attribute
       
 15826 				tool       	"Ada95"
       
 15827 				name       	"DoNotCreate"
       
 15828 				value      	201)))
       
 15829 		    (object Attribute
       
 15830 			tool       	"Ada95"
       
 15831 			name       	"FunctionKindSet"
       
 15832 			value      	(list Attribute_Set
       
 15833 			    (object Attribute
       
 15834 				tool       	"Ada95"
       
 15835 				name       	"Function"
       
 15836 				value      	199)
       
 15837 			    (object Attribute
       
 15838 				tool       	"Ada95"
       
 15839 				name       	"DoNotCreate"
       
 15840 				value      	201)))))
       
 15841 	    (object Attribute
       
 15842 		tool       	"Ada95"
       
 15843 		name       	"default__Role"
       
 15844 		value      	(list Attribute_Set
       
 15845 		    (object Attribute
       
 15846 			tool       	"Ada95"
       
 15847 			name       	"CodeName"
       
 15848 			value      	"")
       
 15849 		    (object Attribute
       
 15850 			tool       	"Ada95"
       
 15851 			name       	"NameIfUnlabeled"
       
 15852 			value      	"The_${targetClass}")
       
 15853 		    (object Attribute
       
 15854 			tool       	"Ada95"
       
 15855 			name       	"RecordFieldImplementation"
       
 15856 			value      	("RecordFieldImplementationSet" 216))
       
 15857 		    (object Attribute
       
 15858 			tool       	"Ada95"
       
 15859 			name       	"RecordFieldName"
       
 15860 			value      	"${target}")
       
 15861 		    (object Attribute
       
 15862 			tool       	"Ada95"
       
 15863 			name       	"GenerateGet"
       
 15864 			value      	("FunctionKindSet" 199))
       
 15865 		    (object Attribute
       
 15866 			tool       	"Ada95"
       
 15867 			name       	"GenerateAccessGet"
       
 15868 			value      	("FunctionKindSet" 201))
       
 15869 		    (object Attribute
       
 15870 			tool       	"Ada95"
       
 15871 			name       	"GetName"
       
 15872 			value      	"Get_${target}")
       
 15873 		    (object Attribute
       
 15874 			tool       	"Ada95"
       
 15875 			name       	"InlineGet"
       
 15876 			value      	TRUE)
       
 15877 		    (object Attribute
       
 15878 			tool       	"Ada95"
       
 15879 			name       	"GenerateSet"
       
 15880 			value      	("ProcedureKindSet" 202))
       
 15881 		    (object Attribute
       
 15882 			tool       	"Ada95"
       
 15883 			name       	"GenerateAccessSet"
       
 15884 			value      	("ProcedureKindSet" 201))
       
 15885 		    (object Attribute
       
 15886 			tool       	"Ada95"
       
 15887 			name       	"SetName"
       
 15888 			value      	"Set_${target}")
       
 15889 		    (object Attribute
       
 15890 			tool       	"Ada95"
       
 15891 			name       	"InlineSet"
       
 15892 			value      	TRUE)
       
 15893 		    (object Attribute
       
 15894 			tool       	"Ada95"
       
 15895 			name       	"IsAliased"
       
 15896 			value      	FALSE)
       
 15897 		    (object Attribute
       
 15898 			tool       	"Ada95"
       
 15899 			name       	"IsConstant"
       
 15900 			value      	FALSE)
       
 15901 		    (object Attribute
       
 15902 			tool       	"Ada95"
       
 15903 			name       	"InitialValue"
       
 15904 			value      	"")
       
 15905 		    (object Attribute
       
 15906 			tool       	"Ada95"
       
 15907 			name       	"Declare"
       
 15908 			value      	("DeclareSet" 234))
       
 15909 		    (object Attribute
       
 15910 			tool       	"Ada95"
       
 15911 			name       	"ContainerImplementation"
       
 15912 			value      	("ContainerImplementationSet" 217))
       
 15913 		    (object Attribute
       
 15914 			tool       	"Ada95"
       
 15915 			name       	"ContainerGeneric"
       
 15916 			value      	"List")
       
 15917 		    (object Attribute
       
 15918 			tool       	"Ada95"
       
 15919 			name       	"ContainerType"
       
 15920 			value      	"")
       
 15921 		    (object Attribute
       
 15922 			tool       	"Ada95"
       
 15923 			name       	"ContainerDeclarations"
       
 15924 			value      	(value Text ""))
       
 15925 		    (object Attribute
       
 15926 			tool       	"Ada95"
       
 15927 			name       	"SelectorName"
       
 15928 			value      	"")
       
 15929 		    (object Attribute
       
 15930 			tool       	"Ada95"
       
 15931 			name       	"SelectorType"
       
 15932 			value      	"")
       
 15933 		    (object Attribute
       
 15934 			tool       	"Ada95"
       
 15935 			name       	"ProcedureKindSet"
       
 15936 			value      	(list Attribute_Set
       
 15937 			    (object Attribute
       
 15938 				tool       	"Ada95"
       
 15939 				name       	"Procedure"
       
 15940 				value      	202)
       
 15941 			    (object Attribute
       
 15942 				tool       	"Ada95"
       
 15943 				name       	"DoNotCreate"
       
 15944 				value      	201)))
       
 15945 		    (object Attribute
       
 15946 			tool       	"Ada95"
       
 15947 			name       	"DeclareSet"
       
 15948 			value      	(list Attribute_Set
       
 15949 			    (object Attribute
       
 15950 				tool       	"Ada95"
       
 15951 				name       	"Before"
       
 15952 				value      	233)
       
 15953 			    (object Attribute
       
 15954 				tool       	"Ada95"
       
 15955 				name       	"After"
       
 15956 				value      	234)))
       
 15957 		    (object Attribute
       
 15958 			tool       	"Ada95"
       
 15959 			name       	"RecordFieldImplementationSet"
       
 15960 			value      	(list Attribute_Set
       
 15961 			    (object Attribute
       
 15962 				tool       	"Ada95"
       
 15963 				name       	"Component"
       
 15964 				value      	216)
       
 15965 			    (object Attribute
       
 15966 				tool       	"Ada95"
       
 15967 				name       	"Discriminant"
       
 15968 				value      	218)
       
 15969 			    (object Attribute
       
 15970 				tool       	"Ada95"
       
 15971 				name       	"AccessDiscriminant"
       
 15972 				value      	219)))
       
 15973 		    (object Attribute
       
 15974 			tool       	"Ada95"
       
 15975 			name       	"ContainerImplementationSet"
       
 15976 			value      	(list Attribute_Set
       
 15977 			    (object Attribute
       
 15978 				tool       	"Ada95"
       
 15979 				name       	"Array"
       
 15980 				value      	217)
       
 15981 			    (object Attribute
       
 15982 				tool       	"Ada95"
       
 15983 				name       	"Generic"
       
 15984 				value      	11)))
       
 15985 		    (object Attribute
       
 15986 			tool       	"Ada95"
       
 15987 			name       	"FunctionKindSet"
       
 15988 			value      	(list Attribute_Set
       
 15989 			    (object Attribute
       
 15990 				tool       	"Ada95"
       
 15991 				name       	"Function"
       
 15992 				value      	199)
       
 15993 			    (object Attribute
       
 15994 				tool       	"Ada95"
       
 15995 				name       	"DoNotCreate"
       
 15996 				value      	201)))))
       
 15997 	    (object Attribute
       
 15998 		tool       	"Ada95"
       
 15999 		name       	"default__Subsystem"
       
 16000 		value      	(list Attribute_Set
       
 16001 		    (object Attribute
       
 16002 			tool       	"Ada95"
       
 16003 			name       	"Directory"
       
 16004 			value      	"AUTO GENERATE")))
       
 16005 	    (object Attribute
       
 16006 		tool       	"Ada95"
       
 16007 		name       	"HiddenTool"
       
 16008 		value      	FALSE)
       
 16009 	    (object Attribute
       
 16010 		tool       	"CORBA"
       
 16011 		name       	"propertyId"
       
 16012 		value      	"809135966")
       
 16013 	    (object Attribute
       
 16014 		tool       	"CORBA"
       
 16015 		name       	"default__Project"
       
 16016 		value      	(list Attribute_Set
       
 16017 		    (object Attribute
       
 16018 			tool       	"CORBA"
       
 16019 			name       	"CreateMissingDirectories"
       
 16020 			value      	TRUE)
       
 16021 		    (object Attribute
       
 16022 			tool       	"CORBA"
       
 16023 			name       	"Editor"
       
 16024 			value      	("EditorType" 100))
       
 16025 		    (object Attribute
       
 16026 			tool       	"CORBA"
       
 16027 			name       	"IncludePath"
       
 16028 			value      	"")
       
 16029 		    (object Attribute
       
 16030 			tool       	"CORBA"
       
 16031 			name       	"StopOnError"
       
 16032 			value      	TRUE)
       
 16033 		    (object Attribute
       
 16034 			tool       	"CORBA"
       
 16035 			name       	"EditorType"
       
 16036 			value      	(list Attribute_Set
       
 16037 			    (object Attribute
       
 16038 				tool       	"CORBA"
       
 16039 				name       	"BuiltIn"
       
 16040 				value      	100)
       
 16041 			    (object Attribute
       
 16042 				tool       	"CORBA"
       
 16043 				name       	"WindowsShell"
       
 16044 				value      	101)))
       
 16045 		    (object Attribute
       
 16046 			tool       	"CORBA"
       
 16047 			name       	"PathSeparator"
       
 16048 			value      	"")))
       
 16049 	    (object Attribute
       
 16050 		tool       	"CORBA"
       
 16051 		name       	"default__Class"
       
 16052 		value      	(list Attribute_Set
       
 16053 		    (object Attribute
       
 16054 			tool       	"CORBA"
       
 16055 			name       	"ArrayDimensions"
       
 16056 			value      	"")
       
 16057 		    (object Attribute
       
 16058 			tool       	"CORBA"
       
 16059 			name       	"ConstValue"
       
 16060 			value      	"")
       
 16061 		    (object Attribute
       
 16062 			tool       	"CORBA"
       
 16063 			name       	"ImplementationType"
       
 16064 			value      	"")))
       
 16065 	    (object Attribute
       
 16066 		tool       	"CORBA"
       
 16067 		name       	"default__Module-Spec"
       
 16068 		value      	(list Attribute_Set
       
 16069 		    (object Attribute
       
 16070 			tool       	"CORBA"
       
 16071 			name       	"AdditionalIncludes"
       
 16072 			value      	(value Text ""))
       
 16073 		    (object Attribute
       
 16074 			tool       	"CORBA"
       
 16075 			name       	"CmIdentification"
       
 16076 			value      	(value Text "  %X% %Q% %Z% %W%"))
       
 16077 		    (object Attribute
       
 16078 			tool       	"CORBA"
       
 16079 			name       	"CopyrightNotice"
       
 16080 			value      	(value Text ""))
       
 16081 		    (object Attribute
       
 16082 			tool       	"CORBA"
       
 16083 			name       	"InclusionProtectionSymbol"
       
 16084 			value      	"AUTO GENERATE")))
       
 16085 	    (object Attribute
       
 16086 		tool       	"CORBA"
       
 16087 		name       	"default__Module-Body"
       
 16088 		value      	(list Attribute_Set
       
 16089 		    (object Attribute
       
 16090 			tool       	"CORBA"
       
 16091 			name       	"AdditionalIncludes"
       
 16092 			value      	(value Text ""))
       
 16093 		    (object Attribute
       
 16094 			tool       	"CORBA"
       
 16095 			name       	"CmIdentification"
       
 16096 			value      	(value Text "  %X% %Q% %Z% %W%"))
       
 16097 		    (object Attribute
       
 16098 			tool       	"CORBA"
       
 16099 			name       	"CopyrightNotice"
       
 16100 			value      	(value Text ""))
       
 16101 		    (object Attribute
       
 16102 			tool       	"CORBA"
       
 16103 			name       	"InclusionProtectionSymbol"
       
 16104 			value      	"AUTO GENERATE")))
       
 16105 	    (object Attribute
       
 16106 		tool       	"CORBA"
       
 16107 		name       	"default__Operation"
       
 16108 		value      	(list Attribute_Set
       
 16109 		    (object Attribute
       
 16110 			tool       	"CORBA"
       
 16111 			name       	"Context"
       
 16112 			value      	"")
       
 16113 		    (object Attribute
       
 16114 			tool       	"CORBA"
       
 16115 			name       	"OperationIsOneWay"
       
 16116 			value      	FALSE)))
       
 16117 	    (object Attribute
       
 16118 		tool       	"CORBA"
       
 16119 		name       	"default__Attribute"
       
 16120 		value      	(list Attribute_Set
       
 16121 		    (object Attribute
       
 16122 			tool       	"CORBA"
       
 16123 			name       	"ArrayDimensions"
       
 16124 			value      	"")
       
 16125 		    (object Attribute
       
 16126 			tool       	"CORBA"
       
 16127 			name       	"CaseSpecifier"
       
 16128 			value      	"")
       
 16129 		    (object Attribute
       
 16130 			tool       	"CORBA"
       
 16131 			name       	"IsReadOnly"
       
 16132 			value      	FALSE)
       
 16133 		    (object Attribute
       
 16134 			tool       	"CORBA"
       
 16135 			name       	"Order"
       
 16136 			value      	"")))
       
 16137 	    (object Attribute
       
 16138 		tool       	"CORBA"
       
 16139 		name       	"default__Role"
       
 16140 		value      	(list Attribute_Set
       
 16141 		    (object Attribute
       
 16142 			tool       	"CORBA"
       
 16143 			name       	"ArrayDimensions"
       
 16144 			value      	"")
       
 16145 		    (object Attribute
       
 16146 			tool       	"CORBA"
       
 16147 			name       	"CaseSpecifier"
       
 16148 			value      	"")
       
 16149 		    (object Attribute
       
 16150 			tool       	"CORBA"
       
 16151 			name       	"GenerateForwardReference"
       
 16152 			value      	FALSE)
       
 16153 		    (object Attribute
       
 16154 			tool       	"CORBA"
       
 16155 			name       	"IsReadOnly"
       
 16156 			value      	FALSE)
       
 16157 		    (object Attribute
       
 16158 			tool       	"CORBA"
       
 16159 			name       	"Order"
       
 16160 			value      	"")
       
 16161 		    (object Attribute
       
 16162 			tool       	"CORBA"
       
 16163 			name       	"BoundedRoleType"
       
 16164 			value      	("AssocTypeSet" 47))
       
 16165 		    (object Attribute
       
 16166 			tool       	"CORBA"
       
 16167 			name       	"AssocTypeSet"
       
 16168 			value      	(list Attribute_Set
       
 16169 			    (object Attribute
       
 16170 				tool       	"CORBA"
       
 16171 				name       	"Array"
       
 16172 				value      	24)
       
 16173 			    (object Attribute
       
 16174 				tool       	"CORBA"
       
 16175 				name       	"Sequence"
       
 16176 				value      	47)))))
       
 16177 	    (object Attribute
       
 16178 		tool       	"CORBA"
       
 16179 		name       	"default__Uses"
       
 16180 		value      	(list Attribute_Set
       
 16181 		    (object Attribute
       
 16182 			tool       	"CORBA"
       
 16183 			name       	"GenerateForwardReference"
       
 16184 			value      	FALSE)))
       
 16185 	    (object Attribute
       
 16186 		tool       	"CORBA"
       
 16187 		name       	"HiddenTool"
       
 16188 		value      	FALSE)
       
 16189 	    (object Attribute
       
 16190 		tool       	"Deploy"
       
 16191 		name       	"HiddenTool"
       
 16192 		value      	FALSE)
       
 16193 	    (object Attribute
       
 16194 		tool       	"framework"
       
 16195 		name       	"HiddenTool"
       
 16196 		value      	FALSE)
       
 16197 	    (object Attribute
       
 16198 		tool       	"Java"
       
 16199 		name       	"propertyId"
       
 16200 		value      	"809135966")
       
 16201 	    (object Attribute
       
 16202 		tool       	"Java"
       
 16203 		name       	"default__Project"
       
 16204 		value      	(list Attribute_Set
       
 16205 		    (object Attribute
       
 16206 			tool       	"Java"
       
 16207 			name       	"RootDir"
       
 16208 			value      	"")
       
 16209 		    (object Attribute
       
 16210 			tool       	"Java"
       
 16211 			name       	"CreateMissingDirectories"
       
 16212 			value      	TRUE)
       
 16213 		    (object Attribute
       
 16214 			tool       	"Java"
       
 16215 			name       	"StopOnError"
       
 16216 			value      	FALSE)
       
 16217 		    (object Attribute
       
 16218 			tool       	"Java"
       
 16219 			name       	"UsePrefixes"
       
 16220 			value      	FALSE)
       
 16221 		    (object Attribute
       
 16222 			tool       	"Java"
       
 16223 			name       	"AutoSync"
       
 16224 			value      	FALSE)
       
 16225 		    (object Attribute
       
 16226 			tool       	"Java"
       
 16227 			name       	"NotShowRoseIDDlg"
       
 16228 			value      	FALSE)
       
 16229 		    (object Attribute
       
 16230 			tool       	"Java"
       
 16231 			name       	"ShowCodegenDlg"
       
 16232 			value      	FALSE)
       
 16233 		    (object Attribute
       
 16234 			tool       	"Java"
       
 16235 			name       	"GenerateRoseID"
       
 16236 			value      	TRUE)
       
 16237 		    (object Attribute
       
 16238 			tool       	"Java"
       
 16239 			name       	"GenerateDefaultJ2EEJavadoc"
       
 16240 			value      	TRUE)
       
 16241 		    (object Attribute
       
 16242 			tool       	"Java"
       
 16243 			name       	"GenerateDefaultReturnLine"
       
 16244 			value      	TRUE)
       
 16245 		    (object Attribute
       
 16246 			tool       	"Java"
       
 16247 			name       	"JavadocDefaultAuthor"
       
 16248 			value      	"")
       
 16249 		    (object Attribute
       
 16250 			tool       	"Java"
       
 16251 			name       	"JavadocDefaultVersion"
       
 16252 			value      	"")
       
 16253 		    (object Attribute
       
 16254 			tool       	"Java"
       
 16255 			name       	"JavadocDefaultSince"
       
 16256 			value      	"")
       
 16257 		    (object Attribute
       
 16258 			tool       	"Java"
       
 16259 			name       	"UserDefineJavaDocTags"
       
 16260 			value      	"")
       
 16261 		    (object Attribute
       
 16262 			tool       	"Java"
       
 16263 			name       	"JavadocNumAsterisks"
       
 16264 			value      	0)
       
 16265 		    (object Attribute
       
 16266 			tool       	"Java"
       
 16267 			name       	"MaxNumChars"
       
 16268 			value      	80)
       
 16269 		    (object Attribute
       
 16270 			tool       	"Java"
       
 16271 			name       	"Editor"
       
 16272 			value      	("EditorType" 100))
       
 16273 		    (object Attribute
       
 16274 			tool       	"Java"
       
 16275 			name       	"VM"
       
 16276 			value      	("VMType" 200))
       
 16277 		    (object Attribute
       
 16278 			tool       	"Java"
       
 16279 			name       	"ClassPath"
       
 16280 			value      	"")
       
 16281 		    (object Attribute
       
 16282 			tool       	"Java"
       
 16283 			name       	"ReferenceClasspath"
       
 16284 			value      	"")
       
 16285 		    (object Attribute
       
 16286 			tool       	"Java"
       
 16287 			name       	"EditorType"
       
 16288 			value      	(list Attribute_Set
       
 16289 			    (object Attribute
       
 16290 				tool       	"Java"
       
 16291 				name       	"BuiltIn"
       
 16292 				value      	100)))
       
 16293 		    (object Attribute
       
 16294 			tool       	"Java"
       
 16295 			name       	"VMType"
       
 16296 			value      	(list Attribute_Set
       
 16297 			    (object Attribute
       
 16298 				tool       	"Java"
       
 16299 				name       	"Sun"
       
 16300 				value      	200)))
       
 16301 		    (object Attribute
       
 16302 			tool       	"Java"
       
 16303 			name       	"VAJavaWorkingFolder"
       
 16304 			value      	"")
       
 16305 		    (object Attribute
       
 16306 			tool       	"Java"
       
 16307 			name       	"InstanceVariablePrefix"
       
 16308 			value      	"")
       
 16309 		    (object Attribute
       
 16310 			tool       	"Java"
       
 16311 			name       	"ClassVariablePrefix"
       
 16312 			value      	"")
       
 16313 		    (object Attribute
       
 16314 			tool       	"Java"
       
 16315 			name       	"DefaultAttributeDataType"
       
 16316 			value      	"int")
       
 16317 		    (object Attribute
       
 16318 			tool       	"Java"
       
 16319 			name       	"DefaultOperationReturnType"
       
 16320 			value      	"void")
       
 16321 		    (object Attribute
       
 16322 			tool       	"Java"
       
 16323 			name       	"NoClassCustomDlg"
       
 16324 			value      	FALSE)
       
 16325 		    (object Attribute
       
 16326 			tool       	"Java"
       
 16327 			name       	"GlobalImports"
       
 16328 			value      	(value Text ""))
       
 16329 		    (object Attribute
       
 16330 			tool       	"Java"
       
 16331 			name       	"OpenBraceClassStyle"
       
 16332 			value      	TRUE)
       
 16333 		    (object Attribute
       
 16334 			tool       	"Java"
       
 16335 			name       	"OpenBraceMethodStyle"
       
 16336 			value      	TRUE)
       
 16337 		    (object Attribute
       
 16338 			tool       	"Java"
       
 16339 			name       	"UseTabs"
       
 16340 			value      	FALSE)
       
 16341 		    (object Attribute
       
 16342 			tool       	"Java"
       
 16343 			name       	"UseSpaces"
       
 16344 			value      	TRUE)
       
 16345 		    (object Attribute
       
 16346 			tool       	"Java"
       
 16347 			name       	"SpacingItems"
       
 16348 			value      	3)
       
 16349 		    (object Attribute
       
 16350 			tool       	"Java"
       
 16351 			name       	"RoseDefaultCommentStyle"
       
 16352 			value      	TRUE)
       
 16353 		    (object Attribute
       
 16354 			tool       	"Java"
       
 16355 			name       	"AsteriskCommentStyle"
       
 16356 			value      	TRUE)
       
 16357 		    (object Attribute
       
 16358 			tool       	"Java"
       
 16359 			name       	"JavaCommentStyle"
       
 16360 			value      	TRUE)
       
 16361 		    (object Attribute
       
 16362 			tool       	"Java"
       
 16363 			name       	"JavadocAuthor"
       
 16364 			value      	FALSE)
       
 16365 		    (object Attribute
       
 16366 			tool       	"Java"
       
 16367 			name       	"JavadocSince"
       
 16368 			value      	FALSE)
       
 16369 		    (object Attribute
       
 16370 			tool       	"Java"
       
 16371 			name       	"JavadocVersion"
       
 16372 			value      	FALSE)
       
 16373 		    (object Attribute
       
 16374 			tool       	"Java"
       
 16375 			name       	"BeanPrefix"
       
 16376 			value      	"")
       
 16377 		    (object Attribute
       
 16378 			tool       	"Java"
       
 16379 			name       	"BeanSuffix"
       
 16380 			value      	"")
       
 16381 		    (object Attribute
       
 16382 			tool       	"Java"
       
 16383 			name       	"RemotePrefix"
       
 16384 			value      	"")
       
 16385 		    (object Attribute
       
 16386 			tool       	"Java"
       
 16387 			name       	"RemoteSuffix"
       
 16388 			value      	"")
       
 16389 		    (object Attribute
       
 16390 			tool       	"Java"
       
 16391 			name       	"HomePrefix"
       
 16392 			value      	"")
       
 16393 		    (object Attribute
       
 16394 			tool       	"Java"
       
 16395 			name       	"HomeSuffix"
       
 16396 			value      	"")
       
 16397 		    (object Attribute
       
 16398 			tool       	"Java"
       
 16399 			name       	"LocalPrefix"
       
 16400 			value      	"")
       
 16401 		    (object Attribute
       
 16402 			tool       	"Java"
       
 16403 			name       	"LocalSuffix"
       
 16404 			value      	"")
       
 16405 		    (object Attribute
       
 16406 			tool       	"Java"
       
 16407 			name       	"LocalHomePrefix"
       
 16408 			value      	"")
       
 16409 		    (object Attribute
       
 16410 			tool       	"Java"
       
 16411 			name       	"LocalHomeSuffix"
       
 16412 			value      	"")
       
 16413 		    (object Attribute
       
 16414 			tool       	"Java"
       
 16415 			name       	"PrimaryKeyPrefix"
       
 16416 			value      	"")
       
 16417 		    (object Attribute
       
 16418 			tool       	"Java"
       
 16419 			name       	"PrimaryKeySuffix"
       
 16420 			value      	"")
       
 16421 		    (object Attribute
       
 16422 			tool       	"Java"
       
 16423 			name       	"EJBDTDLocation"
       
 16424 			value      	"")
       
 16425 		    (object Attribute
       
 16426 			tool       	"Java"
       
 16427 			name       	"ServletDTDLocation"
       
 16428 			value      	"")
       
 16429 		    (object Attribute
       
 16430 			tool       	"Java"
       
 16431 			name       	"DefaultEJBVersion"
       
 16432 			value      	"")
       
 16433 		    (object Attribute
       
 16434 			tool       	"Java"
       
 16435 			name       	"DefaultServletVersion"
       
 16436 			value      	"")))
       
 16437 	    (object Attribute
       
 16438 		tool       	"Java"
       
 16439 		name       	"default__Class"
       
 16440 		value      	(list Attribute_Set
       
 16441 		    (object Attribute
       
 16442 			tool       	"Java"
       
 16443 			name       	"Final"
       
 16444 			value      	FALSE)
       
 16445 		    (object Attribute
       
 16446 			tool       	"Java"
       
 16447 			name       	"Static"
       
 16448 			value      	FALSE)
       
 16449 		    (object Attribute
       
 16450 			tool       	"Java"
       
 16451 			name       	"GenerateDefaultConstructor"
       
 16452 			value      	TRUE)
       
 16453 		    (object Attribute
       
 16454 			tool       	"Java"
       
 16455 			name       	"ConstructorIs"
       
 16456 			value      	("Ctor_Set" 62))
       
 16457 		    (object Attribute
       
 16458 			tool       	"Java"
       
 16459 			name       	"Ctor_Set"
       
 16460 			value      	(list Attribute_Set
       
 16461 			    (object Attribute
       
 16462 				tool       	"Java"
       
 16463 				name       	"public"
       
 16464 				value      	62)
       
 16465 			    (object Attribute
       
 16466 				tool       	"Java"
       
 16467 				name       	"protected"
       
 16468 				value      	63)
       
 16469 			    (object Attribute
       
 16470 				tool       	"Java"
       
 16471 				name       	"private"
       
 16472 				value      	64)
       
 16473 			    (object Attribute
       
 16474 				tool       	"Java"
       
 16475 				name       	"package"
       
 16476 				value      	65)))
       
 16477 		    (object Attribute
       
 16478 			tool       	"Java"
       
 16479 			name       	"GenerateFinalizer"
       
 16480 			value      	FALSE)
       
 16481 		    (object Attribute
       
 16482 			tool       	"Java"
       
 16483 			name       	"GenerateStaticInitializer"
       
 16484 			value      	FALSE)
       
 16485 		    (object Attribute
       
 16486 			tool       	"Java"
       
 16487 			name       	"GenerateInstanceInitializer"
       
 16488 			value      	FALSE)
       
 16489 		    (object Attribute
       
 16490 			tool       	"Java"
       
 16491 			name       	"GenerateCode"
       
 16492 			value      	TRUE)
       
 16493 		    (object Attribute
       
 16494 			tool       	"Java"
       
 16495 			name       	"DisableAutoSync"
       
 16496 			value      	FALSE)
       
 16497 		    (object Attribute
       
 16498 			tool       	"Java"
       
 16499 			name       	"ReadOnly"
       
 16500 			value      	FALSE)
       
 16501 		    (object Attribute
       
 16502 			tool       	"Java"
       
 16503 			name       	"Strictfp"
       
 16504 			value      	FALSE)))
       
 16505 	    (object Attribute
       
 16506 		tool       	"Java"
       
 16507 		name       	"Default_Servlet__Class"
       
 16508 		value      	(list Attribute_Set
       
 16509 		    (object Attribute
       
 16510 			tool       	"Java"
       
 16511 			name       	"ServletName"
       
 16512 			value      	"")
       
 16513 		    (object Attribute
       
 16514 			tool       	"Java"
       
 16515 			name       	"ServletContextRef"
       
 16516 			value      	FALSE)
       
 16517 		    (object Attribute
       
 16518 			tool       	"Java"
       
 16519 			name       	"IsSingleThread"
       
 16520 			value      	FALSE)
       
 16521 		    (object Attribute
       
 16522 			tool       	"Java"
       
 16523 			name       	"ServletInitParameter"
       
 16524 			value      	"")
       
 16525 		    (object Attribute
       
 16526 			tool       	"Java"
       
 16527 			name       	"ServletInitParameterNames"
       
 16528 			value      	FALSE)
       
 16529 		    (object Attribute
       
 16530 			tool       	"Java"
       
 16531 			name       	"ServletIsSecure"
       
 16532 			value      	FALSE)
       
 16533 		    (object Attribute
       
 16534 			tool       	"Java"
       
 16535 			name       	"ServletRequestDispatcher"
       
 16536 			value      	FALSE)
       
 16537 		    (object Attribute
       
 16538 			tool       	"Java"
       
 16539 			name       	"ServletRequestDispatcherPath"
       
 16540 			value      	"")
       
 16541 		    (object Attribute
       
 16542 			tool       	"Java"
       
 16543 			name       	"DispatcherInclude"
       
 16544 			value      	FALSE)
       
 16545 		    (object Attribute
       
 16546 			tool       	"Java"
       
 16547 			name       	"DispatcherForward"
       
 16548 			value      	FALSE)
       
 16549 		    (object Attribute
       
 16550 			tool       	"Java"
       
 16551 			name       	"ServletSecurityRoles"
       
 16552 			value      	"")
       
 16553 		    (object Attribute
       
 16554 			tool       	"Java"
       
 16555 			name       	"ServletgetInfo"
       
 16556 			value      	"")
       
 16557 		    (object Attribute
       
 16558 			tool       	"Java"
       
 16559 			name       	"ServletXMLFilePath"
       
 16560 			value      	"")))
       
 16561 	    (object Attribute
       
 16562 		tool       	"Java"
       
 16563 		name       	"Http_Servlet__Class"
       
 16564 		value      	(list Attribute_Set
       
 16565 		    (object Attribute
       
 16566 			tool       	"Java"
       
 16567 			name       	"ServletRequestAttribute"
       
 16568 			value      	"")
       
 16569 		    (object Attribute
       
 16570 			tool       	"Java"
       
 16571 			name       	"ServletRequestAttributesNames"
       
 16572 			value      	FALSE)
       
 16573 		    (object Attribute
       
 16574 			tool       	"Java"
       
 16575 			name       	"MethodForRequestAttributes"
       
 16576 			value      	"")
       
 16577 		    (object Attribute
       
 16578 			tool       	"Java"
       
 16579 			name       	"ServletRequestParameter"
       
 16580 			value      	"")
       
 16581 		    (object Attribute
       
 16582 			tool       	"Java"
       
 16583 			name       	"ServletRequestParameterNames"
       
 16584 			value      	FALSE)
       
 16585 		    (object Attribute
       
 16586 			tool       	"Java"
       
 16587 			name       	"MethodForRequestParameters"
       
 16588 			value      	"")
       
 16589 		    (object Attribute
       
 16590 			tool       	"Java"
       
 16591 			name       	"ServletHeader"
       
 16592 			value      	"")
       
 16593 		    (object Attribute
       
 16594 			tool       	"Java"
       
 16595 			name       	"ServletHeaderNames"
       
 16596 			value      	FALSE)
       
 16597 		    (object Attribute
       
 16598 			tool       	"Java"
       
 16599 			name       	"MethodForHeaders"
       
 16600 			value      	"")
       
 16601 		    (object Attribute
       
 16602 			tool       	"Java"
       
 16603 			name       	"ServletIntHeader"
       
 16604 			value      	FALSE)
       
 16605 		    (object Attribute
       
 16606 			tool       	"Java"
       
 16607 			name       	"ServletDateHeader"
       
 16608 			value      	FALSE)
       
 16609 		    (object Attribute
       
 16610 			tool       	"Java"
       
 16611 			name       	"ServletCookie"
       
 16612 			value      	FALSE)
       
 16613 		    (object Attribute
       
 16614 			tool       	"Java"
       
 16615 			name       	"MethodForCookie"
       
 16616 			value      	"")
       
 16617 		    (object Attribute
       
 16618 			tool       	"Java"
       
 16619 			name       	"ServletContentType"
       
 16620 			value      	"")
       
 16621 		    (object Attribute
       
 16622 			tool       	"Java"
       
 16623 			name       	"GenerateHTML"
       
 16624 			value      	FALSE)))
       
 16625 	    (object Attribute
       
 16626 		tool       	"Java"
       
 16627 		name       	"Default_EJB__Class"
       
 16628 		value      	(list Attribute_Set
       
 16629 		    (object Attribute
       
 16630 			tool       	"Java"
       
 16631 			name       	"Generate_XML_DD"
       
 16632 			value      	TRUE)
       
 16633 		    (object Attribute
       
 16634 			tool       	"Java"
       
 16635 			name       	"EJBCmpField"
       
 16636 			value      	"")
       
 16637 		    (object Attribute
       
 16638 			tool       	"Java"
       
 16639 			name       	"EJBEnvironmentProperties"
       
 16640 			value      	"")
       
 16641 		    (object Attribute
       
 16642 			tool       	"Java"
       
 16643 			name       	"EJBCnxFactory"
       
 16644 			value      	"")
       
 16645 		    (object Attribute
       
 16646 			tool       	"Java"
       
 16647 			name       	"EJBReferences"
       
 16648 			value      	"")
       
 16649 		    (object Attribute
       
 16650 			tool       	"Java"
       
 16651 			name       	"EJBSecurityRoles"
       
 16652 			value      	"")
       
 16653 		    (object Attribute
       
 16654 			tool       	"Java"
       
 16655 			name       	"EJBNameInJAR"
       
 16656 			value      	"")
       
 16657 		    (object Attribute
       
 16658 			tool       	"Java"
       
 16659 			name       	"EJBSessionType"
       
 16660 			value      	("EJBSessionType_Set" 200))
       
 16661 		    (object Attribute
       
 16662 			tool       	"Java"
       
 16663 			name       	"EJBSessionType_Set"
       
 16664 			value      	(list Attribute_Set
       
 16665 			    (object Attribute
       
 16666 				tool       	"Java"
       
 16667 				name       	""
       
 16668 				value      	200)
       
 16669 			    (object Attribute
       
 16670 				tool       	"Java"
       
 16671 				name       	"Stateless"
       
 16672 				value      	201)
       
 16673 			    (object Attribute
       
 16674 				tool       	"Java"
       
 16675 				name       	"Stateful"
       
 16676 				value      	202)))
       
 16677 		    (object Attribute
       
 16678 			tool       	"Java"
       
 16679 			name       	"EJBTransactionType"
       
 16680 			value      	("EJBTransactionType_Set" 211))
       
 16681 		    (object Attribute
       
 16682 			tool       	"Java"
       
 16683 			name       	"EJBTransactionType_Set"
       
 16684 			value      	(list Attribute_Set
       
 16685 			    (object Attribute
       
 16686 				tool       	"Java"
       
 16687 				name       	"Container"
       
 16688 				value      	211)
       
 16689 			    (object Attribute
       
 16690 				tool       	"Java"
       
 16691 				name       	"Bean"
       
 16692 				value      	212)))
       
 16693 		    (object Attribute
       
 16694 			tool       	"Java"
       
 16695 			name       	"EJBPersistenceType"
       
 16696 			value      	("EJBPersistenceType_Set" 220))
       
 16697 		    (object Attribute
       
 16698 			tool       	"Java"
       
 16699 			name       	"EJBPersistenceType_Set"
       
 16700 			value      	(list Attribute_Set
       
 16701 			    (object Attribute
       
 16702 				tool       	"Java"
       
 16703 				name       	""
       
 16704 				value      	220)
       
 16705 			    (object Attribute
       
 16706 				tool       	"Java"
       
 16707 				name       	"Bean"
       
 16708 				value      	221)
       
 16709 			    (object Attribute
       
 16710 				tool       	"Java"
       
 16711 				name       	"Container"
       
 16712 				value      	222)))
       
 16713 		    (object Attribute
       
 16714 			tool       	"Java"
       
 16715 			name       	"EJBReentrant"
       
 16716 			value      	FALSE)
       
 16717 		    (object Attribute
       
 16718 			tool       	"Java"
       
 16719 			name       	"EJBSessionSync"
       
 16720 			value      	FALSE)
       
 16721 		    (object Attribute
       
 16722 			tool       	"Java"
       
 16723 			name       	"EJBVersion"
       
 16724 			value      	("EJBVersion_Set" 230))
       
 16725 		    (object Attribute
       
 16726 			tool       	"Java"
       
 16727 			name       	"EJBVersion_Set"
       
 16728 			value      	(list Attribute_Set
       
 16729 			    (object Attribute
       
 16730 				tool       	"Java"
       
 16731 				name       	"2.0"
       
 16732 				value      	230)
       
 16733 			    (object Attribute
       
 16734 				tool       	"Java"
       
 16735 				name       	"1.x"
       
 16736 				value      	231)))
       
 16737 		    (object Attribute
       
 16738 			tool       	"Java"
       
 16739 			name       	"EJBXMLFilePath"
       
 16740 			value      	"")))
       
 16741 	    (object Attribute
       
 16742 		tool       	"Java"
       
 16743 		name       	"default__Module-Spec"
       
 16744 		value      	(list Attribute_Set
       
 16745 		    (object Attribute
       
 16746 			tool       	"Java"
       
 16747 			name       	"CmIdentification"
       
 16748 			value      	(value Text ""))
       
 16749 		    (object Attribute
       
 16750 			tool       	"Java"
       
 16751 			name       	"CopyrightNotice"
       
 16752 			value      	(value Text ""))))
       
 16753 	    (object Attribute
       
 16754 		tool       	"Java"
       
 16755 		name       	"default__Module-Body"
       
 16756 		value      	(list Attribute_Set
       
 16757 		    (object Attribute
       
 16758 			tool       	"Java"
       
 16759 			name       	"CmIdentification"
       
 16760 			value      	(value Text ""))
       
 16761 		    (object Attribute
       
 16762 			tool       	"Java"
       
 16763 			name       	"CopyrightNotice"
       
 16764 			value      	(value Text ""))))
       
 16765 	    (object Attribute
       
 16766 		tool       	"Java"
       
 16767 		name       	"default__Operation"
       
 16768 		value      	(list Attribute_Set
       
 16769 		    (object Attribute
       
 16770 			tool       	"Java"
       
 16771 			name       	"Abstract"
       
 16772 			value      	FALSE)
       
 16773 		    (object Attribute
       
 16774 			tool       	"Java"
       
 16775 			name       	"Static"
       
 16776 			value      	FALSE)
       
 16777 		    (object Attribute
       
 16778 			tool       	"Java"
       
 16779 			name       	"Final"
       
 16780 			value      	FALSE)
       
 16781 		    (object Attribute
       
 16782 			tool       	"Java"
       
 16783 			name       	"Native"
       
 16784 			value      	FALSE)
       
 16785 		    (object Attribute
       
 16786 			tool       	"Java"
       
 16787 			name       	"Synchronized"
       
 16788 			value      	FALSE)
       
 16789 		    (object Attribute
       
 16790 			tool       	"Java"
       
 16791 			name       	"GenerateFullyQualifiedReturn"
       
 16792 			value      	FALSE)
       
 16793 		    (object Attribute
       
 16794 			tool       	"Java"
       
 16795 			name       	"ReplaceExistingCode"
       
 16796 			value      	TRUE)
       
 16797 		    (object Attribute
       
 16798 			tool       	"Java"
       
 16799 			name       	"Strictfp"
       
 16800 			value      	FALSE)))
       
 16801 	    (object Attribute
       
 16802 		tool       	"Java"
       
 16803 		name       	"default__Attribute"
       
 16804 		value      	(list Attribute_Set
       
 16805 		    (object Attribute
       
 16806 			tool       	"Java"
       
 16807 			name       	"Final"
       
 16808 			value      	FALSE)
       
 16809 		    (object Attribute
       
 16810 			tool       	"Java"
       
 16811 			name       	"Transient"
       
 16812 			value      	FALSE)
       
 16813 		    (object Attribute
       
 16814 			tool       	"Java"
       
 16815 			name       	"Volatile"
       
 16816 			value      	FALSE)
       
 16817 		    (object Attribute
       
 16818 			tool       	"Java"
       
 16819 			name       	"PropertyType"
       
 16820 			value      	("BeanProperty_Set" 71))
       
 16821 		    (object Attribute
       
 16822 			tool       	"Java"
       
 16823 			name       	"BeanProperty_Set"
       
 16824 			value      	(list Attribute_Set
       
 16825 			    (object Attribute
       
 16826 				tool       	"Java"
       
 16827 				name       	"Not A Property"
       
 16828 				value      	71)
       
 16829 			    (object Attribute
       
 16830 				tool       	"Java"
       
 16831 				name       	"Simple"
       
 16832 				value      	72)
       
 16833 			    (object Attribute
       
 16834 				tool       	"Java"
       
 16835 				name       	"Bound"
       
 16836 				value      	73)
       
 16837 			    (object Attribute
       
 16838 				tool       	"Java"
       
 16839 				name       	"Constrained"
       
 16840 				value      	74)))
       
 16841 		    (object Attribute
       
 16842 			tool       	"Java"
       
 16843 			name       	"IndividualChangeMgt"
       
 16844 			value      	FALSE)
       
 16845 		    (object Attribute
       
 16846 			tool       	"Java"
       
 16847 			name       	"Read/Write"
       
 16848 			value      	("Read/Write_Set" 81))
       
 16849 		    (object Attribute
       
 16850 			tool       	"Java"
       
 16851 			name       	"Read/Write_Set"
       
 16852 			value      	(list Attribute_Set
       
 16853 			    (object Attribute
       
 16854 				tool       	"Java"
       
 16855 				name       	"Read & Write"
       
 16856 				value      	81)
       
 16857 			    (object Attribute
       
 16858 				tool       	"Java"
       
 16859 				name       	"Read Only"
       
 16860 				value      	82)
       
 16861 			    (object Attribute
       
 16862 				tool       	"Java"
       
 16863 				name       	"Write Only"
       
 16864 				value      	83)))
       
 16865 		    (object Attribute
       
 16866 			tool       	"Java"
       
 16867 			name       	"GenerateFullyQualifiedTypes"
       
 16868 			value      	FALSE)))
       
 16869 	    (object Attribute
       
 16870 		tool       	"Java"
       
 16871 		name       	"default__Role"
       
 16872 		value      	(list Attribute_Set
       
 16873 		    (object Attribute
       
 16874 			tool       	"Java"
       
 16875 			name       	"ContainerClass"
       
 16876 			value      	"")
       
 16877 		    (object Attribute
       
 16878 			tool       	"Java"
       
 16879 			name       	"InitialValue"
       
 16880 			value      	"")
       
 16881 		    (object Attribute
       
 16882 			tool       	"Java"
       
 16883 			name       	"Final"
       
 16884 			value      	FALSE)
       
 16885 		    (object Attribute
       
 16886 			tool       	"Java"
       
 16887 			name       	"Transient"
       
 16888 			value      	FALSE)
       
 16889 		    (object Attribute
       
 16890 			tool       	"Java"
       
 16891 			name       	"Volatile"
       
 16892 			value      	FALSE)
       
 16893 		    (object Attribute
       
 16894 			tool       	"Java"
       
 16895 			name       	"PropertyType"
       
 16896 			value      	("BeanProperty_Set" 71))
       
 16897 		    (object Attribute
       
 16898 			tool       	"Java"
       
 16899 			name       	"BeanProperty_Set"
       
 16900 			value      	(list Attribute_Set
       
 16901 			    (object Attribute
       
 16902 				tool       	"Java"
       
 16903 				name       	"Not A Property"
       
 16904 				value      	71)
       
 16905 			    (object Attribute
       
 16906 				tool       	"Java"
       
 16907 				name       	"Simple"
       
 16908 				value      	72)
       
 16909 			    (object Attribute
       
 16910 				tool       	"Java"
       
 16911 				name       	"Bound"
       
 16912 				value      	73)
       
 16913 			    (object Attribute
       
 16914 				tool       	"Java"
       
 16915 				name       	"Constrained"
       
 16916 				value      	74)))
       
 16917 		    (object Attribute
       
 16918 			tool       	"Java"
       
 16919 			name       	"IndividualChangeMgt"
       
 16920 			value      	FALSE)
       
 16921 		    (object Attribute
       
 16922 			tool       	"Java"
       
 16923 			name       	"Read/Write"
       
 16924 			value      	("Read/Write_Set" 81))
       
 16925 		    (object Attribute
       
 16926 			tool       	"Java"
       
 16927 			name       	"Read/Write_Set"
       
 16928 			value      	(list Attribute_Set
       
 16929 			    (object Attribute
       
 16930 				tool       	"Java"
       
 16931 				name       	"Read & Write"
       
 16932 				value      	81)
       
 16933 			    (object Attribute
       
 16934 				tool       	"Java"
       
 16935 				name       	"Read Only"
       
 16936 				value      	82)
       
 16937 			    (object Attribute
       
 16938 				tool       	"Java"
       
 16939 				name       	"Write Only"
       
 16940 				value      	83)))
       
 16941 		    (object Attribute
       
 16942 			tool       	"Java"
       
 16943 			name       	"GenerateFullyQualifiedTypes"
       
 16944 			value      	FALSE)
       
 16945 		    (object Attribute
       
 16946 			tool       	"Java"
       
 16947 			name       	"IsNavigable"
       
 16948 			value      	TRUE)))
       
 16949 	    (object Attribute
       
 16950 		tool       	"Java"
       
 16951 		name       	"HiddenTool"
       
 16952 		value      	FALSE)
       
 16953 	    (object Attribute
       
 16954 		tool       	"Oracle8"
       
 16955 		name       	"propertyId"
       
 16956 		value      	"360000002")
       
 16957 	    (object Attribute
       
 16958 		tool       	"Oracle8"
       
 16959 		name       	"default__Project"
       
 16960 		value      	(list Attribute_Set
       
 16961 		    (object Attribute
       
 16962 			tool       	"Oracle8"
       
 16963 			name       	"DDLScriptFilename"
       
 16964 			value      	"DDL1.SQL")
       
 16965 		    (object Attribute
       
 16966 			tool       	"Oracle8"
       
 16967 			name       	"DropClause"
       
 16968 			value      	FALSE)
       
 16969 		    (object Attribute
       
 16970 			tool       	"Oracle8"
       
 16971 			name       	"PrimaryKeyColumnName"
       
 16972 			value      	"_ID")
       
 16973 		    (object Attribute
       
 16974 			tool       	"Oracle8"
       
 16975 			name       	"PrimaryKeyColumnType"
       
 16976 			value      	"NUMBER(5,0)")
       
 16977 		    (object Attribute
       
 16978 			tool       	"Oracle8"
       
 16979 			name       	"SchemaNamePrefix"
       
 16980 			value      	"")
       
 16981 		    (object Attribute
       
 16982 			tool       	"Oracle8"
       
 16983 			name       	"SchemaNameSuffix"
       
 16984 			value      	"")
       
 16985 		    (object Attribute
       
 16986 			tool       	"Oracle8"
       
 16987 			name       	"TableNamePrefix"
       
 16988 			value      	"")
       
 16989 		    (object Attribute
       
 16990 			tool       	"Oracle8"
       
 16991 			name       	"TableNameSuffix"
       
 16992 			value      	"")
       
 16993 		    (object Attribute
       
 16994 			tool       	"Oracle8"
       
 16995 			name       	"TypeNamePrefix"
       
 16996 			value      	"")
       
 16997 		    (object Attribute
       
 16998 			tool       	"Oracle8"
       
 16999 			name       	"TypeNameSuffix"
       
 17000 			value      	"")
       
 17001 		    (object Attribute
       
 17002 			tool       	"Oracle8"
       
 17003 			name       	"ViewNamePrefix"
       
 17004 			value      	"")
       
 17005 		    (object Attribute
       
 17006 			tool       	"Oracle8"
       
 17007 			name       	"ViewNameSuffix"
       
 17008 			value      	"")
       
 17009 		    (object Attribute
       
 17010 			tool       	"Oracle8"
       
 17011 			name       	"VarrayNamePrefix"
       
 17012 			value      	"")
       
 17013 		    (object Attribute
       
 17014 			tool       	"Oracle8"
       
 17015 			name       	"VarrayNameSuffix"
       
 17016 			value      	"")
       
 17017 		    (object Attribute
       
 17018 			tool       	"Oracle8"
       
 17019 			name       	"NestedTableNamePrefix"
       
 17020 			value      	"")
       
 17021 		    (object Attribute
       
 17022 			tool       	"Oracle8"
       
 17023 			name       	"NestedTableNameSuffix"
       
 17024 			value      	"")
       
 17025 		    (object Attribute
       
 17026 			tool       	"Oracle8"
       
 17027 			name       	"ObjectTableNamePrefix"
       
 17028 			value      	"")
       
 17029 		    (object Attribute
       
 17030 			tool       	"Oracle8"
       
 17031 			name       	"ObjectTableNameSuffix"
       
 17032 			value      	"")))
       
 17033 	    (object Attribute
       
 17034 		tool       	"Oracle8"
       
 17035 		name       	"default__Module-Spec"
       
 17036 		value      	(list Attribute_Set
       
 17037 		    (object Attribute
       
 17038 			tool       	"Oracle8"
       
 17039 			name       	"IsSchema"
       
 17040 			value      	FALSE)))
       
 17041 	    (object Attribute
       
 17042 		tool       	"Oracle8"
       
 17043 		name       	"default__Class"
       
 17044 		value      	(list Attribute_Set
       
 17045 		    (object Attribute
       
 17046 			tool       	"Oracle8"
       
 17047 			name       	"OID"
       
 17048 			value      	"")
       
 17049 		    (object Attribute
       
 17050 			tool       	"Oracle8"
       
 17051 			name       	"WhereClause"
       
 17052 			value      	"")
       
 17053 		    (object Attribute
       
 17054 			tool       	"Oracle8"
       
 17055 			name       	"CheckConstraint"
       
 17056 			value      	"")
       
 17057 		    (object Attribute
       
 17058 			tool       	"Oracle8"
       
 17059 			name       	"CollectionTypeLength"
       
 17060 			value      	"")
       
 17061 		    (object Attribute
       
 17062 			tool       	"Oracle8"
       
 17063 			name       	"CollectionTypePrecision"
       
 17064 			value      	"")
       
 17065 		    (object Attribute
       
 17066 			tool       	"Oracle8"
       
 17067 			name       	"CollectionTypeScale"
       
 17068 			value      	"")
       
 17069 		    (object Attribute
       
 17070 			tool       	"Oracle8"
       
 17071 			name       	"CollectionOfREFS"
       
 17072 			value      	FALSE)))
       
 17073 	    (object Attribute
       
 17074 		tool       	"Oracle8"
       
 17075 		name       	"default__Operation"
       
 17076 		value      	(list Attribute_Set
       
 17077 		    (object Attribute
       
 17078 			tool       	"Oracle8"
       
 17079 			name       	"MethodKind"
       
 17080 			value      	("MethodKindSet" 1903))
       
 17081 		    (object Attribute
       
 17082 			tool       	"Oracle8"
       
 17083 			name       	"OverloadID"
       
 17084 			value      	"")
       
 17085 		    (object Attribute
       
 17086 			tool       	"Oracle8"
       
 17087 			name       	"OrderNumber"
       
 17088 			value      	"")
       
 17089 		    (object Attribute
       
 17090 			tool       	"Oracle8"
       
 17091 			name       	"IsReadNoDataState"
       
 17092 			value      	FALSE)
       
 17093 		    (object Attribute
       
 17094 			tool       	"Oracle8"
       
 17095 			name       	"IsReadNoProcessState"
       
 17096 			value      	FALSE)
       
 17097 		    (object Attribute
       
 17098 			tool       	"Oracle8"
       
 17099 			name       	"IsWriteNoDataState"
       
 17100 			value      	FALSE)
       
 17101 		    (object Attribute
       
 17102 			tool       	"Oracle8"
       
 17103 			name       	"IsWriteNoProcessState"
       
 17104 			value      	FALSE)
       
 17105 		    (object Attribute
       
 17106 			tool       	"Oracle8"
       
 17107 			name       	"IsSelfish"
       
 17108 			value      	FALSE)
       
 17109 		    (object Attribute
       
 17110 			tool       	"Oracle8"
       
 17111 			name       	"TriggerType"
       
 17112 			value      	("TriggerTypeSet" 1801))
       
 17113 		    (object Attribute
       
 17114 			tool       	"Oracle8"
       
 17115 			name       	"TriggerEvent"
       
 17116 			value      	("TriggerEventSet" 1601))
       
 17117 		    (object Attribute
       
 17118 			tool       	"Oracle8"
       
 17119 			name       	"TriggerText"
       
 17120 			value      	"")
       
 17121 		    (object Attribute
       
 17122 			tool       	"Oracle8"
       
 17123 			name       	"TriggerReferencingNames"
       
 17124 			value      	"")
       
 17125 		    (object Attribute
       
 17126 			tool       	"Oracle8"
       
 17127 			name       	"TriggerForEach"
       
 17128 			value      	("TriggerForEachSet" 1701))
       
 17129 		    (object Attribute
       
 17130 			tool       	"Oracle8"
       
 17131 			name       	"TriggerWhenClause"
       
 17132 			value      	"")
       
 17133 		    (object Attribute
       
 17134 			tool       	"Oracle8"
       
 17135 			name       	"MethodKindSet"
       
 17136 			value      	(list Attribute_Set
       
 17137 			    (object Attribute
       
 17138 				tool       	"Oracle8"
       
 17139 				name       	"MapMethod"
       
 17140 				value      	1901)
       
 17141 			    (object Attribute
       
 17142 				tool       	"Oracle8"
       
 17143 				name       	"OrderMethod"
       
 17144 				value      	1902)
       
 17145 			    (object Attribute
       
 17146 				tool       	"Oracle8"
       
 17147 				name       	"Function"
       
 17148 				value      	1903)
       
 17149 			    (object Attribute
       
 17150 				tool       	"Oracle8"
       
 17151 				name       	"Procedure"
       
 17152 				value      	1904)
       
 17153 			    (object Attribute
       
 17154 				tool       	"Oracle8"
       
 17155 				name       	"Operator"
       
 17156 				value      	1905)
       
 17157 			    (object Attribute
       
 17158 				tool       	"Oracle8"
       
 17159 				name       	"Constructor"
       
 17160 				value      	1906)
       
 17161 			    (object Attribute
       
 17162 				tool       	"Oracle8"
       
 17163 				name       	"Destructor"
       
 17164 				value      	1907)
       
 17165 			    (object Attribute
       
 17166 				tool       	"Oracle8"
       
 17167 				name       	"Trigger"
       
 17168 				value      	1908)
       
 17169 			    (object Attribute
       
 17170 				tool       	"Oracle8"
       
 17171 				name       	"Calculated"
       
 17172 				value      	1909)))
       
 17173 		    (object Attribute
       
 17174 			tool       	"Oracle8"
       
 17175 			name       	"TriggerTypeSet"
       
 17176 			value      	(list Attribute_Set
       
 17177 			    (object Attribute
       
 17178 				tool       	"Oracle8"
       
 17179 				name       	"AFTER"
       
 17180 				value      	1801)
       
 17181 			    (object Attribute
       
 17182 				tool       	"Oracle8"
       
 17183 				name       	"BEFORE"
       
 17184 				value      	1802)
       
 17185 			    (object Attribute
       
 17186 				tool       	"Oracle8"
       
 17187 				name       	"INSTEAD OF"
       
 17188 				value      	1803)))
       
 17189 		    (object Attribute
       
 17190 			tool       	"Oracle8"
       
 17191 			name       	"TriggerForEachSet"
       
 17192 			value      	(list Attribute_Set
       
 17193 			    (object Attribute
       
 17194 				tool       	"Oracle8"
       
 17195 				name       	"ROW"
       
 17196 				value      	1701)
       
 17197 			    (object Attribute
       
 17198 				tool       	"Oracle8"
       
 17199 				name       	"STATEMENT"
       
 17200 				value      	1702)))
       
 17201 		    (object Attribute
       
 17202 			tool       	"Oracle8"
       
 17203 			name       	"TriggerEventSet"
       
 17204 			value      	(list Attribute_Set
       
 17205 			    (object Attribute
       
 17206 				tool       	"Oracle8"
       
 17207 				name       	"INSERT"
       
 17208 				value      	1601)
       
 17209 			    (object Attribute
       
 17210 				tool       	"Oracle8"
       
 17211 				name       	"UPDATE"
       
 17212 				value      	1602)
       
 17213 			    (object Attribute
       
 17214 				tool       	"Oracle8"
       
 17215 				name       	"DELETE"
       
 17216 				value      	1603)
       
 17217 			    (object Attribute
       
 17218 				tool       	"Oracle8"
       
 17219 				name       	"INSERT OR UPDATE"
       
 17220 				value      	1604)
       
 17221 			    (object Attribute
       
 17222 				tool       	"Oracle8"
       
 17223 				name       	"INSERT OR DELETE"
       
 17224 				value      	1605)
       
 17225 			    (object Attribute
       
 17226 				tool       	"Oracle8"
       
 17227 				name       	"UPDATE OR DELETE"
       
 17228 				value      	1606)
       
 17229 			    (object Attribute
       
 17230 				tool       	"Oracle8"
       
 17231 				name       	"INSERT OR UPDATE OR DELETE"
       
 17232 				value      	1607)))))
       
 17233 	    (object Attribute
       
 17234 		tool       	"Oracle8"
       
 17235 		name       	"default__Role"
       
 17236 		value      	(list Attribute_Set
       
 17237 		    (object Attribute
       
 17238 			tool       	"Oracle8"
       
 17239 			name       	"OrderNumber"
       
 17240 			value      	"")))
       
 17241 	    (object Attribute
       
 17242 		tool       	"Oracle8"
       
 17243 		name       	"default__Attribute"
       
 17244 		value      	(list Attribute_Set
       
 17245 		    (object Attribute
       
 17246 			tool       	"Oracle8"
       
 17247 			name       	"OrderNumber"
       
 17248 			value      	"")
       
 17249 		    (object Attribute
       
 17250 			tool       	"Oracle8"
       
 17251 			name       	"IsUnique"
       
 17252 			value      	FALSE)
       
 17253 		    (object Attribute
       
 17254 			tool       	"Oracle8"
       
 17255 			name       	"NullsAllowed"
       
 17256 			value      	TRUE)
       
 17257 		    (object Attribute
       
 17258 			tool       	"Oracle8"
       
 17259 			name       	"Length"
       
 17260 			value      	"")
       
 17261 		    (object Attribute
       
 17262 			tool       	"Oracle8"
       
 17263 			name       	"Precision"
       
 17264 			value      	"2")
       
 17265 		    (object Attribute
       
 17266 			tool       	"Oracle8"
       
 17267 			name       	"Scale"
       
 17268 			value      	"6")
       
 17269 		    (object Attribute
       
 17270 			tool       	"Oracle8"
       
 17271 			name       	"IsIndex"
       
 17272 			value      	FALSE)
       
 17273 		    (object Attribute
       
 17274 			tool       	"Oracle8"
       
 17275 			name       	"IsPrimaryKey"
       
 17276 			value      	FALSE)
       
 17277 		    (object Attribute
       
 17278 			tool       	"Oracle8"
       
 17279 			name       	"CompositeUnique"
       
 17280 			value      	FALSE)
       
 17281 		    (object Attribute
       
 17282 			tool       	"Oracle8"
       
 17283 			name       	"CheckConstraint"
       
 17284 			value      	"")))
       
 17285 	    (object Attribute
       
 17286 		tool       	"Oracle8"
       
 17287 		name       	"HiddenTool"
       
 17288 		value      	FALSE)
       
 17289 	    (object Attribute
       
 17290 		tool       	"ComponentTest"
       
 17291 		name       	"HiddenTool"
       
 17292 		value      	FALSE)
       
 17293 	    (object Attribute
       
 17294 		tool       	"Rose Model Integrator"
       
 17295 		name       	"HiddenTool"
       
 17296 		value      	FALSE)
       
 17297 	    (object Attribute
       
 17298 		tool       	"Rose Web Publisher"
       
 17299 		name       	"HiddenTool"
       
 17300 		value      	FALSE)
       
 17301 	    (object Attribute
       
 17302 		tool       	"TopLink"
       
 17303 		name       	"HiddenTool"
       
 17304 		value      	FALSE)
       
 17305 	    (object Attribute
       
 17306 		tool       	"COM"
       
 17307 		name       	"propertyId"
       
 17308 		value      	"783606378")
       
 17309 	    (object Attribute
       
 17310 		tool       	"COM"
       
 17311 		name       	"default__Class"
       
 17312 		value      	(list Attribute_Set
       
 17313 		    (object Attribute
       
 17314 			tool       	"COM"
       
 17315 			name       	"TypeKinds"
       
 17316 			value      	(list Attribute_Set
       
 17317 			    (object Attribute
       
 17318 				tool       	"COM"
       
 17319 				name       	"enum"
       
 17320 				value      	100)
       
 17321 			    (object Attribute
       
 17322 				tool       	"COM"
       
 17323 				name       	"record"
       
 17324 				value      	101)
       
 17325 			    (object Attribute
       
 17326 				tool       	"COM"
       
 17327 				name       	"module"
       
 17328 				value      	102)
       
 17329 			    (object Attribute
       
 17330 				tool       	"COM"
       
 17331 				name       	"interface"
       
 17332 				value      	103)
       
 17333 			    (object Attribute
       
 17334 				tool       	"COM"
       
 17335 				name       	"dispinterface"
       
 17336 				value      	104)
       
 17337 			    (object Attribute
       
 17338 				tool       	"COM"
       
 17339 				name       	"coclass"
       
 17340 				value      	105)
       
 17341 			    (object Attribute
       
 17342 				tool       	"COM"
       
 17343 				name       	"alias"
       
 17344 				value      	106)
       
 17345 			    (object Attribute
       
 17346 				tool       	"COM"
       
 17347 				name       	"union"
       
 17348 				value      	107)
       
 17349 			    (object Attribute
       
 17350 				tool       	"COM"
       
 17351 				name       	"max"
       
 17352 				value      	108)
       
 17353 			    (object Attribute
       
 17354 				tool       	"COM"
       
 17355 				name       	"(none)"
       
 17356 				value      	109)))
       
 17357 		    (object Attribute
       
 17358 			tool       	"COM"
       
 17359 			name       	"Generate"
       
 17360 			value      	TRUE)
       
 17361 		    (object Attribute
       
 17362 			tool       	"COM"
       
 17363 			name       	"kind"
       
 17364 			value      	("TypeKinds" 109))
       
 17365 		    (object Attribute
       
 17366 			tool       	"COM"
       
 17367 			name       	"uuid"
       
 17368 			value      	"")
       
 17369 		    (object Attribute
       
 17370 			tool       	"COM"
       
 17371 			name       	"version"
       
 17372 			value      	"")
       
 17373 		    (object Attribute
       
 17374 			tool       	"COM"
       
 17375 			name       	"helpstring"
       
 17376 			value      	"")
       
 17377 		    (object Attribute
       
 17378 			tool       	"COM"
       
 17379 			name       	"helpcontext"
       
 17380 			value      	"")
       
 17381 		    (object Attribute
       
 17382 			tool       	"COM"
       
 17383 			name       	"attributes"
       
 17384 			value      	"")
       
 17385 		    (object Attribute
       
 17386 			tool       	"COM"
       
 17387 			name       	"dllname"
       
 17388 			value      	"")
       
 17389 		    (object Attribute
       
 17390 			tool       	"COM"
       
 17391 			name       	"alias"
       
 17392 			value      	"")))
       
 17393 	    (object Attribute
       
 17394 		tool       	"COM"
       
 17395 		name       	"default__Operation"
       
 17396 		value      	(list Attribute_Set
       
 17397 		    (object Attribute
       
 17398 			tool       	"COM"
       
 17399 			name       	"Generate"
       
 17400 			value      	TRUE)
       
 17401 		    (object Attribute
       
 17402 			tool       	"COM"
       
 17403 			name       	"id"
       
 17404 			value      	"")
       
 17405 		    (object Attribute
       
 17406 			tool       	"COM"
       
 17407 			name       	"helpstring"
       
 17408 			value      	"")
       
 17409 		    (object Attribute
       
 17410 			tool       	"COM"
       
 17411 			name       	"attributes"
       
 17412 			value      	"")))
       
 17413 	    (object Attribute
       
 17414 		tool       	"COM"
       
 17415 		name       	"default__Attribute"
       
 17416 		value      	(list Attribute_Set
       
 17417 		    (object Attribute
       
 17418 			tool       	"COM"
       
 17419 			name       	"Generate"
       
 17420 			value      	TRUE)
       
 17421 		    (object Attribute
       
 17422 			tool       	"COM"
       
 17423 			name       	"id"
       
 17424 			value      	"")
       
 17425 		    (object Attribute
       
 17426 			tool       	"COM"
       
 17427 			name       	"helpstring"
       
 17428 			value      	"")
       
 17429 		    (object Attribute
       
 17430 			tool       	"COM"
       
 17431 			name       	"attributes"
       
 17432 			value      	"")))
       
 17433 	    (object Attribute
       
 17434 		tool       	"COM"
       
 17435 		name       	"default__Module-Spec"
       
 17436 		value      	(list Attribute_Set
       
 17437 		    (object Attribute
       
 17438 			tool       	"COM"
       
 17439 			name       	"Generate"
       
 17440 			value      	TRUE)
       
 17441 		    (object Attribute
       
 17442 			tool       	"COM"
       
 17443 			name       	"filename"
       
 17444 			value      	"")
       
 17445 		    (object Attribute
       
 17446 			tool       	"COM"
       
 17447 			name       	"library"
       
 17448 			value      	"")
       
 17449 		    (object Attribute
       
 17450 			tool       	"COM"
       
 17451 			name       	"uuid"
       
 17452 			value      	"")
       
 17453 		    (object Attribute
       
 17454 			tool       	"COM"
       
 17455 			name       	"version"
       
 17456 			value      	"")
       
 17457 		    (object Attribute
       
 17458 			tool       	"COM"
       
 17459 			name       	"helpstring"
       
 17460 			value      	"")
       
 17461 		    (object Attribute
       
 17462 			tool       	"COM"
       
 17463 			name       	"helpfile"
       
 17464 			value      	"")
       
 17465 		    (object Attribute
       
 17466 			tool       	"COM"
       
 17467 			name       	"helpcontext"
       
 17468 			value      	"")
       
 17469 		    (object Attribute
       
 17470 			tool       	"COM"
       
 17471 			name       	"lcid"
       
 17472 			value      	"")
       
 17473 		    (object Attribute
       
 17474 			tool       	"COM"
       
 17475 			name       	"attributes"
       
 17476 			value      	"")))
       
 17477 	    (object Attribute
       
 17478 		tool       	"COM"
       
 17479 		name       	"default__Param"
       
 17480 		value      	(list Attribute_Set
       
 17481 		    (object Attribute
       
 17482 			tool       	"COM"
       
 17483 			name       	"attributes"
       
 17484 			value      	"")))
       
 17485 	    (object Attribute
       
 17486 		tool       	"COM"
       
 17487 		name       	"HiddenTool"
       
 17488 		value      	FALSE)
       
 17489 	    (object Attribute
       
 17490 		tool       	"VC++"
       
 17491 		name       	"propertyId"
       
 17492 		value      	"809135966")
       
 17493 	    (object Attribute
       
 17494 		tool       	"VC++"
       
 17495 		name       	"default__Project"
       
 17496 		value      	(list Attribute_Set
       
 17497 		    (object Attribute
       
 17498 			tool       	"VC++"
       
 17499 			name       	"UpdateATL"
       
 17500 			value      	TRUE)
       
 17501 		    (object Attribute
       
 17502 			tool       	"VC++"
       
 17503 			name       	"SmartPointersOnAssoc"
       
 17504 			value      	TRUE)
       
 17505 		    (object Attribute
       
 17506 			tool       	"VC++"
       
 17507 			name       	"GenerateImports"
       
 17508 			value      	TRUE)
       
 17509 		    (object Attribute
       
 17510 			tool       	"VC++"
       
 17511 			name       	"PutImportsIn"
       
 17512 			value      	"stdafx.h")
       
 17513 		    (object Attribute
       
 17514 			tool       	"VC++"
       
 17515 			name       	"FullPathInImports"
       
 17516 			value      	TRUE)
       
 17517 		    (object Attribute
       
 17518 			tool       	"VC++"
       
 17519 			name       	"UseImportAttributes"
       
 17520 			value      	TRUE)
       
 17521 		    (object Attribute
       
 17522 			tool       	"VC++"
       
 17523 			name       	"ImportAttributes"
       
 17524 			value      	"no_namespace named_guids")
       
 17525 		    (object Attribute
       
 17526 			tool       	"VC++"
       
 17527 			name       	"ImportProjTypeLib"
       
 17528 			value      	TRUE)
       
 17529 		    (object Attribute
       
 17530 			tool       	"VC++"
       
 17531 			name       	"DefaultTypeLib"
       
 17532 			value      	TRUE)
       
 17533 		    (object Attribute
       
 17534 			tool       	"VC++"
       
 17535 			name       	"TypeLibLocation"
       
 17536 			value      	"")
       
 17537 		    (object Attribute
       
 17538 			tool       	"VC++"
       
 17539 			name       	"CompileProjTypeLib"
       
 17540 			value      	TRUE)
       
 17541 		    (object Attribute
       
 17542 			tool       	"VC++"
       
 17543 			name       	"IdlInterfaceAttributes"
       
 17544 			value      	(value Text 
       
 17545 |endpoint("")
       
 17546 |local
       
 17547 |object
       
 17548 |pointer_default()
       
 17549 |uuid("")
       
 17550 |version("")
       
 17551 |encode
       
 17552 |decode
       
 17553 |auto_handle
       
 17554 |implicit_handle("")
       
 17555 |code
       
 17556 |nocode
       
 17557 			))
       
 17558 		    (object Attribute
       
 17559 			tool       	"VC++"
       
 17560 			name       	"IdlCoClassAttributes"
       
 17561 			value      	(value Text 
       
 17562 |uuid("")
       
 17563 |helpstring("")
       
 17564 |helpcontext("")
       
 17565 |licensed
       
 17566 |version("")
       
 17567 |control
       
 17568 |hidden
       
 17569 |appobject
       
 17570 			))
       
 17571 		    (object Attribute
       
 17572 			tool       	"VC++"
       
 17573 			name       	"IdlCoClassInterfaceAttributes"
       
 17574 			value      	(value Text 
       
 17575 |default
       
 17576 |source
       
 17577 			))
       
 17578 		    (object Attribute
       
 17579 			tool       	"VC++"
       
 17580 			name       	"IdlParameterAttributes"
       
 17581 			value      	(value Text 
       
 17582 |in
       
 17583 |out
       
 17584 |retval
       
 17585 			))
       
 17586 		    (object Attribute
       
 17587 			tool       	"VC++"
       
 17588 			name       	"IdlMethodAttributes"
       
 17589 			value      	(value Text 
       
 17590 |id(1)
       
 17591 |helpstring("")
       
 17592 |call_as("")
       
 17593 |callback
       
 17594 |helpcontext("")
       
 17595 |hidden
       
 17596 |local
       
 17597 |restricted
       
 17598 |source
       
 17599 |vararg
       
 17600 			))
       
 17601 		    (object Attribute
       
 17602 			tool       	"VC++"
       
 17603 			name       	"IdlPropertyAttributes"
       
 17604 			value      	(value Text 
       
 17605 |id()
       
 17606 |helpstring("")
       
 17607 |call_as("")
       
 17608 |helpcontext("")
       
 17609 |hidden
       
 17610 |local
       
 17611 |restricted
       
 17612 |source
       
 17613 |vararg
       
 17614 |bindable
       
 17615 |defaultbind
       
 17616 |defaultcallelem
       
 17617 |displaybind
       
 17618 |immediatebind
       
 17619 |nonbrowseable
       
 17620 |requestedit
       
 17621 			))
       
 17622 		    (object Attribute
       
 17623 			tool       	"VC++"
       
 17624 			name       	"RvcPtyVersion"
       
 17625 			value      	"1.4")
       
 17626 		    (object Attribute
       
 17627 			tool       	"VC++"
       
 17628 			name       	"ModelIDStyle"
       
 17629 			value      	2)
       
 17630 		    (object Attribute
       
 17631 			tool       	"VC++"
       
 17632 			name       	"DocStyle"
       
 17633 			value      	1)
       
 17634 		    (object Attribute
       
 17635 			tool       	"VC++"
       
 17636 			name       	"GenerateIncludes"
       
 17637 			value      	TRUE)
       
 17638 		    (object Attribute
       
 17639 			tool       	"VC++"
       
 17640 			name       	"ApplyPattern"
       
 17641 			value      	FALSE)
       
 17642 		    (object Attribute
       
 17643 			tool       	"VC++"
       
 17644 			name       	"CreateBackupFiles"
       
 17645 			value      	TRUE)
       
 17646 		    (object Attribute
       
 17647 			tool       	"VC++"
       
 17648 			name       	"SupportCodeName"
       
 17649 			value      	FALSE)
       
 17650 		    (object Attribute
       
 17651 			tool       	"VC++"
       
 17652 			name       	"DocRevEngineer"
       
 17653 			value      	TRUE)
       
 17654 		    (object Attribute
       
 17655 			tool       	"VC++"
       
 17656 			name       	"CreateOverviewDiagrams"
       
 17657 			value      	TRUE)
       
 17658 		    (object Attribute
       
 17659 			tool       	"VC++"
       
 17660 			name       	"UpdateModelIDsInCode"
       
 17661 			value      	TRUE)
       
 17662 		    (object Attribute
       
 17663 			tool       	"VC++"
       
 17664 			name       	"AttributeTypes"
       
 17665 			value      	(value Text 
       
 17666 |attr1=bool
       
 17667 |attr2=short
       
 17668 |attr3=int
       
 17669 |attr4=long
       
 17670 |attr5=char
       
 17671 |attr6=float
       
 17672 |attr7=double
       
 17673 |attr8=void
       
 17674 |attr9=clock_t
       
 17675 |attr10=_complex
       
 17676 |attr11=_dev_t
       
 17677 |attr12=div_t
       
 17678 |attr13=_exception
       
 17679 |attr14=FILE
       
 17680 |attr15=_finddata_t
       
 17681 |attr16=_FPIEEE_RECORD
       
 17682 |attr17=fpos_t
       
 17683 |attr18=_HEAPINFO
       
 17684 |attr19=jmp_buf
       
 17685 |attr20=lconv
       
 17686 |attr21=ldiv_t
       
 17687 |attr22=_off_t
       
 17688 |attr23=_onexit_t
       
 17689 |attr24=_PNH
       
 17690 |attr25=ptrdiff_t
       
 17691 |attr26=sig_atomic_t
       
 17692 |attr27=size_t
       
 17693 |attr28=_stat
       
 17694 |attr29=time_t
       
 17695 |attr30=_timeb
       
 17696 |attr31=tm
       
 17697 |attr32=_utimbuf
       
 17698 |attr33=va_list
       
 17699 |attr34=wchar_t
       
 17700 |attr35=wctrans_t
       
 17701 |attr36=wctype_t
       
 17702 |attr37=_wfinddata_t
       
 17703 |attr38=_wfinddatai64_t
       
 17704 |attr39=wint_t
       
 17705 |attr40=ABORTPROC
       
 17706 |attr41=ACMDRIVERENUMCB
       
 17707 |attr42=ACMDRIVERPROC
       
 17708 |attr43=ACMFILTERCHOOSEHOOKPROC
       
 17709 |attr44=ACMFILTERENUMCB
       
 17710 |attr45=ACMFILTERTAGENUMCB
       
 17711 |attr46=ACMFORMATCHOOSEHOOKPROC
       
 17712 |attr47=ACMFORMATENUMCB
       
 17713 |attr48=ACMFORMATTAGENUMCB
       
 17714 |attr49=APPLET_PROC
       
 17715 |attr50=ATOM
       
 17716 |attr51=BOOL
       
 17717 |attr52=BOOLEAN
       
 17718 |attr53=BYTE
       
 17719 |attr54=CALINFO_ENUMPROC
       
 17720 |attr55=CALLBACK
       
 17721 |attr56=CHAR
       
 17722 |attr57=COLORREF
       
 17723 |attr58=CONST
       
 17724 |attr59=CRITICAL_SECTION
       
 17725 |attr60=CTRYID
       
 17726 |attr61=DATEFMT_ENUMPROC
       
 17727 |attr62=DESKTOPENUMPROC
       
 17728 |attr63=DLGPROC
       
 17729 |attr64=DRAWSTATEPROC
       
 17730 |attr65=DWORD
       
 17731 |attr66=EDITWORDBREAKPROC
       
 17732 |attr67=ENHMFENUMPROC
       
 17733 |attr68=ENUMRESLANGPROC
       
 17734 |attr69=ENUMRESNAMEPROC
       
 17735 |attr70=ENUMRESTYPEPROC
       
 17736 |attr71=FARPROC
       
 17737 |attr72=FILE_SEGMENT_ELEMENT
       
 17738 |attr73=FLOAT
       
 17739 |attr74=FONTENUMPROC
       
 17740 |attr75=GOBJENUMPROC
       
 17741 |attr76=GRAYSTRINGPROC
       
 17742 |attr77=HACCEL
       
 17743 |attr78=HANDLE
       
 17744 |attr79=HBITMAP
       
 17745 |attr80=HBRUSH
       
 17746 |attr81=HCOLORSPACE
       
 17747 |attr82=HCONV
       
 17748 |attr83=HCONVLIST
       
 17749 |attr84=HCURSOR
       
 17750 |attr85=HDC
       
 17751 |attr86=HDDEDATA
       
 17752 |attr87=HDESK
       
 17753 |attr88=HDROP
       
 17754 |attr89=HDWP
       
 17755 |attr90=HENHMETAFILE
       
 17756 |attr91=HFILE
       
 17757 |attr92=HFONT
       
 17758 |attr93=HGDIOBJ
       
 17759 |attr94=HGLOBAL
       
 17760 |attr95=HHOOK
       
 17761 |attr96=HICON
       
 17762 |attr97=HIMAGELIST
       
 17763 |attr98=HIMC
       
 17764 |attr99=HINSTANCE
       
 17765 |attr100=HKEY
       
 17766 |attr101=HKL
       
 17767 |attr102=HLOCAL
       
 17768 |attr103=HMENU
       
 17769 |attr104=HMETAFILE
       
 17770 |attr105=HMODULE
       
 17771 |attr106=HMONITOR
       
 17772 |attr107=HOOKPROC
       
 17773 |attr108=HPALETTE
       
 17774 |attr109=HPEN
       
 17775 |attr110=HRGN
       
 17776 |attr111=HRSRC
       
 17777 |attr112=HSZ
       
 17778 |attr113=HTREEITEM
       
 17779 |attr114=HWINSTA
       
 17780 |attr115=HWND
       
 17781 |attr116=INT
       
 17782 |attr117=IPADDR
       
 17783 |attr118=LANGID
       
 17784 |attr119=LCID
       
 17785 |attr120=LCSCSTYPE
       
 17786 |attr121=LCSGAMUTMATCH
       
 17787 |attr122=LCTYPE
       
 17788 |attr123=LINEDDAPROC
       
 17789 |attr124=LOCALE_ENUMPROC
       
 17790 |attr125=LONG
       
 17791 |attr126=LONGLONG
       
 17792 |attr127=LPARAM
       
 17793 |attr128=LPBOOL
       
 17794 |attr129=LPBYTE
       
 17795 |attr130=LPCCHOOKPROC
       
 17796 |attr131=LPCFHOOKPROC
       
 17797 |attr132=LPCOLORREF
       
 17798 |attr133=LPCRITICAL_SECTION
       
 17799 |attr134=LPCSTR
       
 17800 |attr135=LPCTSTR
       
 17801 |attr136=LPCVOID
       
 17802 |attr137=LPCWSTR
       
 17803 |attr138=LPDWORD
       
 17804 |attr139=LPFIBER_START_ROUTINE
       
 17805 |attr140=LPFRHOOKPROC
       
 17806 |attr141=LPHANDLE
       
 17807 |attr142=LPHANDLER_FUNCTION
       
 17808 |attr143=LPINT
       
 17809 |attr144=LPLONG
       
 17810 |attr145=LPOFNHOOKPROC
       
 17811 |attr146=LPPAGEPAINTHOOK
       
 17812 |attr147=LPPAGESETUPHOOK
       
 17813 |attr148=LPPRINTHOOKPROC
       
 17814 |attr149=LPPROGRESS_ROUTINE
       
 17815 |attr150=LPSETUPHOOKPROC
       
 17816 |attr151=LPSTR
       
 17817 |attr152=LPSTREAM
       
 17818 |attr153=LPTHREAD_START_ROUTINE
       
 17819 |attr154=LPTSTR
       
 17820 |attr155=LPVOID
       
 17821 |attr156=LPWORD
       
 17822 |attr157=LPWSTR
       
 17823 |attr158=LRESULT
       
 17824 |attr159=LUID
       
 17825 |attr160=PBOOL
       
 17826 |attr161=PBOOLEAN
       
 17827 |attr162=PBYTE
       
 17828 |attr163=PCHAR
       
 17829 |attr164=PCRITICAL_SECTION
       
 17830 |attr165=PCSTR
       
 17831 |attr166=PCTSTR
       
 17832 |attr167=PCWCH
       
 17833 |attr168=PCWSTR
       
 17834 |attr169=PDWORD
       
 17835 |attr170=PFLOAT
       
 17836 |attr171=PFNCALLBACK
       
 17837 |attr172=PHANDLE
       
 17838 |attr173=PHANDLER_ROUTINE
       
 17839 |attr174=PHKEY
       
 17840 |attr175=PINT
       
 17841 |attr176=PLCID
       
 17842 |attr177=PLONG
       
 17843 |attr178=PLUID
       
 17844 |attr179=PROPENUMPROC
       
 17845 |attr180=PROPENUMPROCEX
       
 17846 |attr181=PSHORT
       
 17847 |attr182=PSTR
       
 17848 |attr183=PTBYTE
       
 17849 |attr184=PTCHAR
       
 17850 |attr185=PTIMERAPCROUTINE
       
 17851 |attr186=PTSTR
       
 17852 |attr187=PUCHAR
       
 17853 |attr188=PUINT
       
 17854 |attr189=PULONG
       
 17855 |attr190=PUSHORT
       
 17856 |attr191=PVOID
       
 17857 |attr192=PWCHAR
       
 17858 |attr193=PWORD
       
 17859 |attr194=PWSTR
       
 17860 |attr195=REGISTERWORDENUMPROC
       
 17861 |attr196=REGSAM
       
 17862 |attr197=SC_HANDLE
       
 17863 |attr198=SC_LOCK
       
 17864 |attr199=SENDASYNCPROC
       
 17865 |attr200=SERVICE_STATUS_HANDLE
       
 17866 |attr201=SHORT
       
 17867 |attr202=TBYTE
       
 17868 |attr203=TCHAR
       
 17869 |attr204=TIMEFMT_ENUMPROC
       
 17870 |attr205=TIMERPROC
       
 17871 |attr206=UCHAR
       
 17872 |attr207=UINT
       
 17873 |attr208=ULONG
       
 17874 |attr209=ULONGLONG
       
 17875 |attr210=UNSIGNED
       
 17876 |attr211=USHORT
       
 17877 |attr212=VOID
       
 17878 |attr213=WCHAR
       
 17879 |attr214=WINAPI
       
 17880 |attr215=WINSTAENUMPROC
       
 17881 |attr216=WNDENUMPROC
       
 17882 |attr217=WNDPROC
       
 17883 |attr218=WORD
       
 17884 |attr219=WPARAM
       
 17885 |attr220=YIELDPROC
       
 17886 |attr221=CPoint
       
 17887 |attr222=CRect
       
 17888 |attr223=CSize
       
 17889 |attr224=CString
       
 17890 |attr225=CTime
       
 17891 |attr226=CTimeSpan
       
 17892 |attr227=CCreateContext
       
 17893 |attr228=CMemoryState
       
 17894 |attr229=COleSafeArray
       
 17895 |attr230=CPrintInfo
       
 17896 |attr231=HRESULT
       
 17897 			))
       
 17898 		    (object Attribute
       
 17899 			tool       	"VC++"
       
 17900 			name       	"Containers"
       
 17901 			value      	(value Text 
       
 17902 |cont1=CArray<$TYPE, $TYPE&>
       
 17903 |cont2=CByteArray
       
 17904 |cont3=CDWordArray
       
 17905 |cont4=CObArray
       
 17906 |cont5=CPtrArray
       
 17907 |cont6=CStringArray
       
 17908 |cont7=CUIntArray
       
 17909 |cont8=CWordArray
       
 17910 |cont9=CList<$TYPE, $TYPE&>
       
 17911 |cont10=CPtrList
       
 17912 |cont11=CObList
       
 17913 |cont12=CStringList
       
 17914 |cont13=CMapWordToPtr
       
 17915 |cont14=CMapPtrToWord
       
 17916 |cont15=CMapPtrToPtr
       
 17917 |cont16=CMapWordToOb
       
 17918 |cont17=CMapStringToPtr
       
 17919 |cont18=CMapStringToOb
       
 17920 |cont19=CMapStringToString
       
 17921 |cont20=CTypedPtrArray<CPtrArray, $TYPE*>
       
 17922 |cont21=CTypedPtrArray<CObArray, $TYPE*>
       
 17923 |cont22=CTypedPtrList<CObList, $TYPE*>
       
 17924 |cont23=CTypedPtrList<CPtrList, $TYPE*>
       
 17925 |cont24=CComObject<$TYPE>
       
 17926 |cont25=CComPtr<$TYPE>
       
 17927 |cont26=CComQIPtr<$TYPE>
       
 17928 |cont27=CComQIPtr<$TYPE, IID*>
       
 17929 			))
       
 17930 		    (object Attribute
       
 17931 			tool       	"VC++"
       
 17932 			name       	"ClassMethods"
       
 17933 			value      	(value Text 
       
 17934 |*_body=// ToDo: Add your specialized code here and/or call the base class
       
 17935 |cm1=$NAME()
       
 17936 |cm2=$NAME(orig:const $NAME&)
       
 17937 |cm3=<<virtual>> ~$NAME()
       
 17938 |cm4=operator=(rhs:$NAME&):$NAME&
       
 17939 |cm4_body=// ToDo: Add your specialized code here and/or call the base class||return rhs;
       
 17940 |cm5=<<const>> operator==(rhs:const $NAME&):bool
       
 17941 |cm5_body=// ToDo: Add your specialized code here and/or call the base class||return false;
       
 17942 |cm6=<<const>> operator!=(rhs:$NAME&):bool
       
 17943 |cm6_body=// ToDo: Add your specialized code here and/or call the base class||return false;
       
 17944 |cm7=<<const>> operator<(rhs:$NAME&):bool
       
 17945 |cm7_body=// ToDo: Add your specialized code here and/or call the base class||return false;
       
 17946 |cm8=<<const>> operator>(rhs:$NAME&):bool
       
 17947 |cm8_body=// ToDo: Add your specialized code here and/or call the base class||return false;
       
 17948 |cm9=<<const>> operator<=(rhs:$NAME&):bool
       
 17949 |cm9_body=// ToDo: Add your specialized code here and/or call the base class||return false;
       
 17950 |cm10=<<const>> operator>=(rhs:$NAME&):bool
       
 17951 |cm10_body=// ToDo: Add your specialized code here and/or call the base class||return false;
       
 17952 |cm11=<<friend>> operator>>(i:istream&, rhs:$NAME&):istream&
       
 17953 |cm11_body=// ToDo: Add your specialized code here and/or call the base class||return i;
       
 17954 |cm12=<<friend>> operator<<(o:ostream&, rhs:const $NAME&):ostream&
       
 17955 |cm12_body=// ToDo: Add your specialized code here and/or call the base class||return o;
       
 17956 			))
       
 17957 		    (object Attribute
       
 17958 			tool       	"VC++"
       
 17959 			name       	"Accessors"
       
 17960 			value      	(value Text 
       
 17961 |agf=<<const>> get_$BASICNAME():const $TYPE
       
 17962 |agf_body=return $NAME;
       
 17963 |asf=set_$BASICNAME(value:$TYPE):void
       
 17964 |asf_body=$NAME = value;|return;
       
 17965 |agv=<<const>> get_$BASICNAME():const $TYPE&
       
 17966 |agv_body=return $NAME;
       
 17967 |asv=set_$BASICNAME(value:$TYPE&):void
       
 17968 |asv_body=$NAME = value;|return;
       
 17969 |agp=<<const>> get_$BASICNAME():const $TYPE
       
 17970 |agp_body=return $NAME;
       
 17971 |asp=set_$BASICNAME(value:$TYPE):void
       
 17972 |asp_body=$NAME = value;|return;
       
 17973 |agr=<<const>> get_$BASICNAME():const $TYPE
       
 17974 |agr_body=return $NAME;
       
 17975 |asr=set_$BASICNAME(value:$TYPE):void
       
 17976 |asr_body=$NAME = value;|return;
       
 17977 |aga=<<const>> get_$BASICNAME(index:int):const $TYPE
       
 17978 |aga_body=return $NAME[index];
       
 17979 |asa=set_$BASICNAME(index:int, value:$TYPE):void
       
 17980 |asa_body=$NAME[index] = value;|return;
       
 17981 			))
       
 17982 		    (object Attribute
       
 17983 			tool       	"VC++"
       
 17984 			name       	"Conditionals"
       
 17985 			value      	(value Text 
       
 17986 |*_decl=#ifdef _DEBUG
       
 17987 |*_base=CObject
       
 17988 |cond1=<<virtual, const>> AssertValid():void
       
 17989 |cond1_body=$SUPERNAME::AssertValid();
       
 17990 |cond2=<<virtual, const>> Dump(dc:CDumpContext&):void
       
 17991 |cond2_body=$SUPERNAME::Dump(dc);
       
 17992 			))
       
 17993 		    (object Attribute
       
 17994 			tool       	"VC++"
       
 17995 			name       	"Patterns"
       
 17996 			value      	(value Text 
       
 17997 |patrn1=cm1,cm3,cond1,cond2
       
 17998 |Patrn1_name=Default
       
 17999 			))
       
 18000 		    (object Attribute
       
 18001 			tool       	"VC++"
       
 18002 			name       	"AtlClassPrefix"
       
 18003 			value      	"C")
       
 18004 		    (object Attribute
       
 18005 			tool       	"VC++"
       
 18006 			name       	"AtlInterfacePrefix"
       
 18007 			value      	"I")
       
 18008 		    (object Attribute
       
 18009 			tool       	"VC++"
       
 18010 			name       	"AtlTypeDescription"
       
 18011 			value      	"Class")
       
 18012 		    (object Attribute
       
 18013 			tool       	"VC++"
       
 18014 			name       	"DefaultLogicalPackage"
       
 18015 			value      	"$language Reverse Engineered/$component")
       
 18016 		    (object Attribute
       
 18017 			tool       	"VC++"
       
 18018 			name       	"DefaultComponentPackage"
       
 18019 			value      	"")
       
 18020 		    (object Attribute
       
 18021 			tool       	"VC++"
       
 18022 			name       	"ForwardReferences"
       
 18023 			value      	TRUE)
       
 18024 		    (object Attribute
       
 18025 			tool       	"VC++"
       
 18026 			name       	"IndentType"
       
 18027 			value      	1)
       
 18028 		    (object Attribute
       
 18029 			tool       	"VC++"
       
 18030 			name       	"NumTabsOrSpaces"
       
 18031 			value      	1)
       
 18032 		    (object Attribute
       
 18033 			tool       	"VC++"
       
 18034 			name       	"MaxCharsOfCommentLine"
       
 18035 			value      	60)))
       
 18036 	    (object Attribute
       
 18037 		tool       	"VC++"
       
 18038 		name       	"default__Class"
       
 18039 		value      	(list Attribute_Set
       
 18040 		    (object Attribute
       
 18041 			tool       	"VC++"
       
 18042 			name       	"Generate"
       
 18043 			value      	TRUE)
       
 18044 		    (object Attribute
       
 18045 			tool       	"VC++"
       
 18046 			name       	"HeaderFileName"
       
 18047 			value      	"")
       
 18048 		    (object Attribute
       
 18049 			tool       	"VC++"
       
 18050 			name       	"CodeFileName"
       
 18051 			value      	"")))
       
 18052 	    (object Attribute
       
 18053 		tool       	"VC++"
       
 18054 		name       	"default__Module-Spec"
       
 18055 		value      	(list Attribute_Set
       
 18056 		    (object Attribute
       
 18057 			tool       	"VC++"
       
 18058 			name       	"InternalMap"
       
 18059 			value      	(value Text 
       
 18060 |*:AUTO:AUTO
       
 18061 |
       
 18062 			))
       
 18063 		    (object Attribute
       
 18064 			tool       	"VC++"
       
 18065 			name       	"ExportMap"
       
 18066 			value      	(value Text 
       
 18067 |*:AUTO:AUTO
       
 18068 |
       
 18069 			))
       
 18070 		    (object Attribute
       
 18071 			tool       	"VC++"
       
 18072 			name       	"InitialSourceIncludes"
       
 18073 			value      	(value Text 
       
 18074 |"stdafx.h"
       
 18075 			))
       
 18076 		    (object Attribute
       
 18077 			tool       	"VC++"
       
 18078 			name       	"InitialHeaderIncludes"
       
 18079 			value      	(value Text ""))
       
 18080 		    (object Attribute
       
 18081 			tool       	"VC++"
       
 18082 			name       	"Copyright"
       
 18083 			value      	(value Text "Copyright (C) 1991 - 1999 Rational Software Corporation"))
       
 18084 		    (object Attribute
       
 18085 			tool       	"VC++"
       
 18086 			name       	"KindSet"
       
 18087 			value      	(list Attribute_Set
       
 18088 			    (object Attribute
       
 18089 				tool       	"VC++"
       
 18090 				name       	"(none)"
       
 18091 				value      	300)
       
 18092 			    (object Attribute
       
 18093 				tool       	"VC++"
       
 18094 				name       	"DLL"
       
 18095 				value      	301)
       
 18096 			    (object Attribute
       
 18097 				tool       	"VC++"
       
 18098 				name       	"EXE"
       
 18099 				value      	302)
       
 18100 			    (object Attribute
       
 18101 				tool       	"VC++"
       
 18102 				name       	"MIDL"
       
 18103 				value      	303)))
       
 18104 		    (object Attribute
       
 18105 			tool       	"VC++"
       
 18106 			name       	"Kind"
       
 18107 			value      	("KindSet" 300))
       
 18108 		    (object Attribute
       
 18109 			tool       	"VC++"
       
 18110 			name       	"BodyExtensions"
       
 18111 			value      	(value Text 
       
 18112 |.cpp
       
 18113 |.cxx
       
 18114 |.inl
       
 18115 			))
       
 18116 		    (object Attribute
       
 18117 			tool       	"VC++"
       
 18118 			name       	"HeaderExtensions"
       
 18119 			value      	(value Text 
       
 18120 |.h
       
 18121 |.hpp
       
 18122 |.hxx
       
 18123 |inl
       
 18124 			))
       
 18125 		    (object Attribute
       
 18126 			tool       	"VC++"
       
 18127 			name       	"ProjectFolders"
       
 18128 			value      	(value Text 
       
 18129 |Source Files
       
 18130 |Header Files
       
 18131 			))
       
 18132 		    (object Attribute
       
 18133 			tool       	"VC++"
       
 18134 			name       	"UsePathMap"
       
 18135 			value      	FALSE)))
       
 18136 	    (object Attribute
       
 18137 		tool       	"VC++"
       
 18138 		name       	"default__Role"
       
 18139 		value      	(list Attribute_Set
       
 18140 		    (object Attribute
       
 18141 			tool       	"VC++"
       
 18142 			name       	"Const"
       
 18143 			value      	FALSE)
       
 18144 		    (object Attribute
       
 18145 			tool       	"VC++"
       
 18146 			name       	"Generate"
       
 18147 			value      	TRUE)
       
 18148 		    (object Attribute
       
 18149 			tool       	"VC++"
       
 18150 			name       	"InitialValue"
       
 18151 			value      	"")))
       
 18152 	    (object Attribute
       
 18153 		tool       	"VC++"
       
 18154 		name       	"default__Uses"
       
 18155 		value      	(list Attribute_Set
       
 18156 		    (object Attribute
       
 18157 			tool       	"VC++"
       
 18158 			name       	"Generate"
       
 18159 			value      	TRUE)))
       
 18160 	    (object Attribute
       
 18161 		tool       	"VC++"
       
 18162 		name       	"default__Category"
       
 18163 		value      	(list Attribute_Set
       
 18164 		    (object Attribute
       
 18165 			tool       	"VC++"
       
 18166 			name       	"IsDirectory"
       
 18167 			value      	FALSE)
       
 18168 		    (object Attribute
       
 18169 			tool       	"VC++"
       
 18170 			name       	"Directory"
       
 18171 			value      	"")))
       
 18172 	    (object Attribute
       
 18173 		tool       	"VC++"
       
 18174 		name       	"default__Attribute"
       
 18175 		value      	(list Attribute_Set
       
 18176 		    (object Attribute
       
 18177 			tool       	"VC++"
       
 18178 			name       	"Generate"
       
 18179 			value      	TRUE)))
       
 18180 	    (object Attribute
       
 18181 		tool       	"VC++"
       
 18182 		name       	"default__Operation"
       
 18183 		value      	(list Attribute_Set
       
 18184 		    (object Attribute
       
 18185 			tool       	"VC++"
       
 18186 			name       	"Generate"
       
 18187 			value      	TRUE)
       
 18188 		    (object Attribute
       
 18189 			tool       	"VC++"
       
 18190 			name       	"Inline"
       
 18191 			value      	FALSE)
       
 18192 		    (object Attribute
       
 18193 			tool       	"VC++"
       
 18194 			name       	"DefaultBody"
       
 18195 			value      	(value Text ""))))
       
 18196 	    (object Attribute
       
 18197 		tool       	"VC++"
       
 18198 		name       	"HiddenTool"
       
 18199 		value      	FALSE)
       
 18200 	    (object Attribute
       
 18201 		tool       	"Version Control"
       
 18202 		name       	"HiddenTool"
       
 18203 		value      	FALSE)
       
 18204 	    (object Attribute
       
 18205 		tool       	"Visual Basic"
       
 18206 		name       	"propertyId"
       
 18207 		value      	"783606378")
       
 18208 	    (object Attribute
       
 18209 		tool       	"Visual Basic"
       
 18210 		name       	"default__Class"
       
 18211 		value      	(list Attribute_Set
       
 18212 		    (object Attribute
       
 18213 			tool       	"Visual Basic"
       
 18214 			name       	"UpdateCode"
       
 18215 			value      	TRUE)
       
 18216 		    (object Attribute
       
 18217 			tool       	"Visual Basic"
       
 18218 			name       	"UpdateModel"
       
 18219 			value      	TRUE)
       
 18220 		    (object Attribute
       
 18221 			tool       	"Visual Basic"
       
 18222 			name       	"InstancingSet"
       
 18223 			value      	(list Attribute_Set
       
 18224 			    (object Attribute
       
 18225 				tool       	"Visual Basic"
       
 18226 				name       	"Private"
       
 18227 				value      	221)
       
 18228 			    (object Attribute
       
 18229 				tool       	"Visual Basic"
       
 18230 				name       	"PublicNotCreatable"
       
 18231 				value      	213)
       
 18232 			    (object Attribute
       
 18233 				tool       	"Visual Basic"
       
 18234 				name       	"SingleUse"
       
 18235 				value      	214)
       
 18236 			    (object Attribute
       
 18237 				tool       	"Visual Basic"
       
 18238 				name       	"GlobalSingleUse"
       
 18239 				value      	215)
       
 18240 			    (object Attribute
       
 18241 				tool       	"Visual Basic"
       
 18242 				name       	"MultiUse"
       
 18243 				value      	219)
       
 18244 			    (object Attribute
       
 18245 				tool       	"Visual Basic"
       
 18246 				name       	"GlobalMultiUse"
       
 18247 				value      	220)))
       
 18248 		    (object Attribute
       
 18249 			tool       	"Visual Basic"
       
 18250 			name       	"BaseSet"
       
 18251 			value      	(list Attribute_Set
       
 18252 			    (object Attribute
       
 18253 				tool       	"Visual Basic"
       
 18254 				name       	"(none)"
       
 18255 				value      	222)
       
 18256 			    (object Attribute
       
 18257 				tool       	"Visual Basic"
       
 18258 				name       	"0"
       
 18259 				value      	223)
       
 18260 			    (object Attribute
       
 18261 				tool       	"Visual Basic"
       
 18262 				name       	"1"
       
 18263 				value      	224)))
       
 18264 		    (object Attribute
       
 18265 			tool       	"Visual Basic"
       
 18266 			name       	"OptionBase"
       
 18267 			value      	("BaseSet" 222))
       
 18268 		    (object Attribute
       
 18269 			tool       	"Visual Basic"
       
 18270 			name       	"OptionExplicit"
       
 18271 			value      	TRUE)
       
 18272 		    (object Attribute
       
 18273 			tool       	"Visual Basic"
       
 18274 			name       	"OptionCompare"
       
 18275 			value      	("CompareSet" 202))
       
 18276 		    (object Attribute
       
 18277 			tool       	"Visual Basic"
       
 18278 			name       	"Instancing"
       
 18279 			value      	("InstancingSet" 219))
       
 18280 		    (object Attribute
       
 18281 			tool       	"Visual Basic"
       
 18282 			name       	"CompareSet"
       
 18283 			value      	(list Attribute_Set
       
 18284 			    (object Attribute
       
 18285 				tool       	"Visual Basic"
       
 18286 				name       	"(none)"
       
 18287 				value      	202)
       
 18288 			    (object Attribute
       
 18289 				tool       	"Visual Basic"
       
 18290 				name       	"Binary"
       
 18291 				value      	203)
       
 18292 			    (object Attribute
       
 18293 				tool       	"Visual Basic"
       
 18294 				name       	"Text"
       
 18295 				value      	204)))))
       
 18296 	    (object Attribute
       
 18297 		tool       	"Visual Basic"
       
 18298 		name       	"default__Operation"
       
 18299 		value      	(list Attribute_Set
       
 18300 		    (object Attribute
       
 18301 			tool       	"Visual Basic"
       
 18302 			name       	"LibraryName"
       
 18303 			value      	"")
       
 18304 		    (object Attribute
       
 18305 			tool       	"Visual Basic"
       
 18306 			name       	"AliasName"
       
 18307 			value      	"")
       
 18308 		    (object Attribute
       
 18309 			tool       	"Visual Basic"
       
 18310 			name       	"IsStatic"
       
 18311 			value      	FALSE)
       
 18312 		    (object Attribute
       
 18313 			tool       	"Visual Basic"
       
 18314 			name       	"ProcedureID"
       
 18315 			value      	"")
       
 18316 		    (object Attribute
       
 18317 			tool       	"Visual Basic"
       
 18318 			name       	"ReplaceExistingBody"
       
 18319 			value      	FALSE)
       
 18320 		    (object Attribute
       
 18321 			tool       	"Visual Basic"
       
 18322 			name       	"DefaultBody"
       
 18323 			value      	(value Text ""))))
       
 18324 	    (object Attribute
       
 18325 		tool       	"Visual Basic"
       
 18326 		name       	"default__Attribute"
       
 18327 		value      	(list Attribute_Set
       
 18328 		    (object Attribute
       
 18329 			tool       	"Visual Basic"
       
 18330 			name       	"New"
       
 18331 			value      	FALSE)
       
 18332 		    (object Attribute
       
 18333 			tool       	"Visual Basic"
       
 18334 			name       	"WithEvents"
       
 18335 			value      	FALSE)
       
 18336 		    (object Attribute
       
 18337 			tool       	"Visual Basic"
       
 18338 			name       	"ProcedureID"
       
 18339 			value      	"")
       
 18340 		    (object Attribute
       
 18341 			tool       	"Visual Basic"
       
 18342 			name       	"PropertyName"
       
 18343 			value      	"")
       
 18344 		    (object Attribute
       
 18345 			tool       	"Visual Basic"
       
 18346 			name       	"Subscript"
       
 18347 			value      	"")))
       
 18348 	    (object Attribute
       
 18349 		tool       	"Visual Basic"
       
 18350 		name       	"default__Role"
       
 18351 		value      	(list Attribute_Set
       
 18352 		    (object Attribute
       
 18353 			tool       	"Visual Basic"
       
 18354 			name       	"UpdateCode"
       
 18355 			value      	TRUE)
       
 18356 		    (object Attribute
       
 18357 			tool       	"Visual Basic"
       
 18358 			name       	"New"
       
 18359 			value      	FALSE)
       
 18360 		    (object Attribute
       
 18361 			tool       	"Visual Basic"
       
 18362 			name       	"WithEvents"
       
 18363 			value      	FALSE)
       
 18364 		    (object Attribute
       
 18365 			tool       	"Visual Basic"
       
 18366 			name       	"FullName"
       
 18367 			value      	FALSE)
       
 18368 		    (object Attribute
       
 18369 			tool       	"Visual Basic"
       
 18370 			name       	"ProcedureID"
       
 18371 			value      	"")
       
 18372 		    (object Attribute
       
 18373 			tool       	"Visual Basic"
       
 18374 			name       	"PropertyName"
       
 18375 			value      	"")
       
 18376 		    (object Attribute
       
 18377 			tool       	"Visual Basic"
       
 18378 			name       	"Subscript"
       
 18379 			value      	"")))
       
 18380 	    (object Attribute
       
 18381 		tool       	"Visual Basic"
       
 18382 		name       	"default__Inherit"
       
 18383 		value      	(list Attribute_Set
       
 18384 		    (object Attribute
       
 18385 			tool       	"Visual Basic"
       
 18386 			name       	"ImplementsDelegation"
       
 18387 			value      	TRUE)
       
 18388 		    (object Attribute
       
 18389 			tool       	"Visual Basic"
       
 18390 			name       	"FullName"
       
 18391 			value      	FALSE)))
       
 18392 	    (object Attribute
       
 18393 		tool       	"Visual Basic"
       
 18394 		name       	"default__Param"
       
 18395 		value      	(list Attribute_Set
       
 18396 		    (object Attribute
       
 18397 			tool       	"Visual Basic"
       
 18398 			name       	"ByVal"
       
 18399 			value      	FALSE)
       
 18400 		    (object Attribute
       
 18401 			tool       	"Visual Basic"
       
 18402 			name       	"ByRef"
       
 18403 			value      	FALSE)
       
 18404 		    (object Attribute
       
 18405 			tool       	"Visual Basic"
       
 18406 			name       	"Optional"
       
 18407 			value      	FALSE)
       
 18408 		    (object Attribute
       
 18409 			tool       	"Visual Basic"
       
 18410 			name       	"ParamArray"
       
 18411 			value      	FALSE)))
       
 18412 	    (object Attribute
       
 18413 		tool       	"Visual Basic"
       
 18414 		name       	"default__Module-Spec"
       
 18415 		value      	(list Attribute_Set
       
 18416 		    (object Attribute
       
 18417 			tool       	"Visual Basic"
       
 18418 			name       	"ProjectFile"
       
 18419 			value      	"")
       
 18420 		    (object Attribute
       
 18421 			tool       	"Visual Basic"
       
 18422 			name       	"UpdateCode"
       
 18423 			value      	TRUE)
       
 18424 		    (object Attribute
       
 18425 			tool       	"Visual Basic"
       
 18426 			name       	"UpdateModel"
       
 18427 			value      	TRUE)
       
 18428 		    (object Attribute
       
 18429 			tool       	"Visual Basic"
       
 18430 			name       	"ImportReferences"
       
 18431 			value      	TRUE)
       
 18432 		    (object Attribute
       
 18433 			tool       	"Visual Basic"
       
 18434 			name       	"QuickImport"
       
 18435 			value      	TRUE)
       
 18436 		    (object Attribute
       
 18437 			tool       	"Visual Basic"
       
 18438 			name       	"ImportBinary"
       
 18439 			value      	FALSE)))
       
 18440 	    (object Attribute
       
 18441 		tool       	"Visual Basic"
       
 18442 		name       	"HiddenTool"
       
 18443 		value      	FALSE)
       
 18444 	    (object Attribute
       
 18445 		tool       	"VisualStudio"
       
 18446 		name       	"HiddenTool"
       
 18447 		value      	FALSE)
       
 18448 	    (object Attribute
       
 18449 		tool       	"XML_DTD"
       
 18450 		name       	"propertyId"
       
 18451 		value      	"809135966")
       
 18452 	    (object Attribute
       
 18453 		tool       	"XML_DTD"
       
 18454 		name       	"default__Project"
       
 18455 		value      	(list Attribute_Set
       
 18456 		    (object Attribute
       
 18457 			tool       	"XML_DTD"
       
 18458 			name       	"CreateMissingDirectories"
       
 18459 			value      	TRUE)
       
 18460 		    (object Attribute
       
 18461 			tool       	"XML_DTD"
       
 18462 			name       	"Editor"
       
 18463 			value      	("EditorType" 100))
       
 18464 		    (object Attribute
       
 18465 			tool       	"XML_DTD"
       
 18466 			name       	"StopOnError"
       
 18467 			value      	TRUE)
       
 18468 		    (object Attribute
       
 18469 			tool       	"XML_DTD"
       
 18470 			name       	"EditorType"
       
 18471 			value      	(list Attribute_Set
       
 18472 			    (object Attribute
       
 18473 				tool       	"XML_DTD"
       
 18474 				name       	"BuiltIn"
       
 18475 				value      	100)
       
 18476 			    (object Attribute
       
 18477 				tool       	"XML_DTD"
       
 18478 				name       	"WindowsShell"
       
 18479 				value      	101)))))
       
 18480 	    (object Attribute
       
 18481 		tool       	"XML_DTD"
       
 18482 		name       	"default__Class"
       
 18483 		value      	(list Attribute_Set
       
 18484 		    (object Attribute
       
 18485 			tool       	"XML_DTD"
       
 18486 			name       	"Entity_SystemID"
       
 18487 			value      	"")
       
 18488 		    (object Attribute
       
 18489 			tool       	"XML_DTD"
       
 18490 			name       	"Entity_PublicID"
       
 18491 			value      	"")
       
 18492 		    (object Attribute
       
 18493 			tool       	"XML_DTD"
       
 18494 			name       	"NotationValue"
       
 18495 			value      	"")
       
 18496 		    (object Attribute
       
 18497 			tool       	"XML_DTD"
       
 18498 			name       	"InternalValue"
       
 18499 			value      	"")
       
 18500 		    (object Attribute
       
 18501 			tool       	"XML_DTD"
       
 18502 			name       	"ParameterEntity"
       
 18503 			value      	FALSE)
       
 18504 		    (object Attribute
       
 18505 			tool       	"XML_DTD"
       
 18506 			name       	"ExternalEntity"
       
 18507 			value      	FALSE)
       
 18508 		    (object Attribute
       
 18509 			tool       	"XML_DTD"
       
 18510 			name       	"Notation_SystemID"
       
 18511 			value      	"")
       
 18512 		    (object Attribute
       
 18513 			tool       	"XML_DTD"
       
 18514 			name       	"Notation_PublicID"
       
 18515 			value      	"")))
       
 18516 	    (object Attribute
       
 18517 		tool       	"XML_DTD"
       
 18518 		name       	"default__Attribute"
       
 18519 		value      	(list Attribute_Set
       
 18520 		    (object Attribute
       
 18521 			tool       	"XML_DTD"
       
 18522 			name       	"DefaultDeclType"
       
 18523 			value      	"")))
       
 18524 	    (object Attribute
       
 18525 		tool       	"XML_DTD"
       
 18526 		name       	"default__Module-Spec"
       
 18527 		value      	(list Attribute_Set
       
 18528 		    (object Attribute
       
 18529 			tool       	"XML_DTD"
       
 18530 			name       	"Assign All"
       
 18531 			value      	FALSE)
       
 18532 		    (object Attribute
       
 18533 			tool       	"XML_DTD"
       
 18534 			name       	"ComponentPath"
       
 18535 			value      	"")))
       
 18536 	    (object Attribute
       
 18537 		tool       	"XML_DTD"
       
 18538 		name       	"HiddenTool"
       
 18539 		value      	FALSE))
       
 18540 	quid       	"439D3C0201BB"))