Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Class and Description |
---|---|
class |
ASYM_ENCRYPT
Encrypts and decrypts communication in JGroups by using a secret key distributed to all cluster members by the
key server (coordinator) using asymmetric (public/private key) encryption.
The secret key is identical for all cluster members and is used to encrypt messages when sending and decrypt them when receiving messages. |
class |
SYM_ENCRYPT
Encrypts and decrypts communication in JGroups by using a secret key shared by all cluster members.
|
Modifier and Type | Method and Description |
---|---|
<T extends Encrypt<E>> |
Encrypt.adler(boolean flag) |
<T extends Encrypt<E>> |
Encrypt.asymAlgorithm(String alg) |
<T extends Encrypt<E>> |
Encrypt.asymKeylength(int len) |
<T extends Encrypt<E>> |
Encrypt.encryptEntireMessage(boolean b) |
<T extends Encrypt<E>> |
Encrypt.localAddress(Address addr) |
<T extends Encrypt<E>> |
Encrypt.signMessages(boolean flag) |
<T extends Encrypt<E>> |
Encrypt.symAlgorithm(String alg) |
<T extends Encrypt<E>> |
Encrypt.symKeylength(int len) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.