123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: CAMCrypto
- (C) Copyright IBM Corp. 2005, 2012
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- -->
- <section xmlns:cfg="http://developer.cognos.com/schemas/configparams/XMLSchema/1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="root" label="ROOT_L" description="ROOT_D" help="ROOT_H">
- <section name="security">
- <section name="CRYPTO">
- <action name="test" type="cnfg">
- <provider xmlns="http://developer.cognos.com/schemas/configparams/1/" name="CryptoTest">
- <javaclass>com.cognos.accman.jcam.configtest.CryptoTest</javaclass>
- <location>jcam_config_test.jar</location>
- </provider>
- </action>
- </section>
- </section>
- </section>
|