Automatic generation produced by ISE Eiffel

ClassesClustersCluster hierarchyChartRelationsTextFlatContractsFlat contracts
indexing description: "deferred class for encrypt/decrypt operations" author: "Peizhu Li, <lip@student.ethz.ch>" date: "10.11.2007" revision: "$0.6$" deferred class interface ENCRYPTOR feature -- operation encrypt (input: STRING_8): STRING_8 -- encrypt 'input' string to result string decrypt (input: STRING_8): STRING_8 -- decrypt 'input' string back to original string end -- class ENCRYPTOR
ClassesClustersCluster hierarchyChartRelationsTextFlatContractsFlat contracts

-- Generated by ISE Eiffel --

For more details: www.eiffel.com