groups.5.3.11.Final.source-code.sym-encrypt.xml Maven / Gradle / Ivy
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:org:jgroups" xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/jgroups.xsd" > <UDP /> <PING/> <MERGE3/> <FD_ALL3 timeout="8s" interval="3s"/> <FD_SOCK2/> <VERIFY_SUSPECT/> <!-- Symmetric encryption with a keystore --> <SYM_ENCRYPT provider="SunJCE" sym_algorithm="AES/CBC/PKCS5Padding" sym_iv_length="16" keystore_name="/home/bela/JGroups/keystore/defaultStore.keystore" store_password="changeit" alias="myKey"/> <pbcast.NAKACK2/> <UNICAST3/> <pbcast.STABLE/> <FRAG2/> <!-- AUTH below is optional --> <AUTH auth_class="org.jgroups.auth.MD5Token" auth_value="chris" token_hash="MD5"/> <pbcast.GMS join_timeout="2s" /> </config>