File: EncryptKeyStore.xml

package info (click to toggle)
libjgroups-java 2.12.2.Final-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,552 kB
  • sloc: java: 109,098; xml: 9,423; sh: 174; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- ************ JGroups Protocol Stack Configuration ************** -->
<!-- generated by XmlConfigurator on Sun Jul 11 18:11:47 BST 2004 -->
<!-- input file: jGroupsEncryptedServerConfig.xml -->
 
<config xmlns="urn:org:jgroups"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/JGroups-2.12.xsd">
    <UDP mcast_port="45566"
         ip_ttl="32"/>
    <UNICAST timeout="1200"/>
    <ENCRYPT key_store_name="defaultStore.keystore" store_password="changeit" alias="myKey"/>

</config>