Steven Glover 8fddcdfd1b Remaining commits for ALF-9510:
o re-encryptor
   o secret key keystore creation
Removed secret key keystores from Solr
Added pcks12 secret key keystore for use in browsers

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30208 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-09-02 16:29:39 +00:00

49 lines
1.2 KiB
XML

<model name="test:dictionarydaotest" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<description>Alfresco Content Model</description>
<author>Alfresco</author>
<published>2011-08-24</published>
<version>1.0</version>
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
</imports>
<namespaces>
<namespace uri="http://www.alfresco.org/test/reencryption_test/1.0" prefix="test"/>
</namespaces>
<data-types>
</data-types>
<constraints>
</constraints>
<types>
<type name="test:base">
<title>Base</title>
<description>The Base Type</description>
<parent>cm:content</parent>
<properties>
<property name="test:prop1">
<type>d:encrypted</type>
<mandatory>false</mandatory>
<constraints>
</constraints>
</property>
</properties>
<associations>
</associations>
<mandatory-aspects>
</mandatory-aspects>
</type>
</types>
<aspects>
</aspects>
</model>