All Downloads are FREE. Search and download functionalities are using the official Maven repository.

groups.5.3.11.Final.source-code.asym-encrypt.xml Maven / Gradle / Ivy

There is a newer version: 5.3.13.Final
Show newest version
<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/>
    <!-- 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="2s" />
</config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy