ildfly-client-all.34.0.0.Beta1.source-code.encrypt.xml Maven / Gradle / Ivy
Go to download
This artifact provides a single jar that contains all classes required to use remote EJB and JMS, including
all dependencies. It is intended for use by those not using maven, maven users should just import the EJB and
JMS BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up
with different versions on classes on the class path).
<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="8000" interval="3000"/> <FD_SOCK2/> <VERIFY_SUSPECT/> <!-- Symmetric encryption with a keystore --> <!--SYM_ENCRYPT provider="SunJCE" sym_algorithm="AES" keystore_name="/home/bela/JGroups/keystore/defaultStore.keystore" store_password="changeit" alias="myKey"/--> <!-- Possibly use a second FRAG2 if the public/private keys added in ASYM_ENCRYPT to the payload make the message too big --> <!--FRAG2 id="1234"/--> <!-- Asymmetric encryption using public/private encryption to fetch the shared secret key --> <ASYM_ENCRYPT sym_keylength="128" sym_algorithm="AES/CBC/PKCS5Padding" sym_iv_length="16" asym_keylength="512" asym_algorithm="RSA"/> <pbcast.NAKACK2/> <UNICAST3/> <pbcast.STABLE/> <FRAG2/> <pbcast.GMS join_timeout="2000" /> </config>