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 EncryptBase> |
EncryptBase.adler(boolean flag) |
<T extends EncryptBase> |
EncryptBase.asymAlgorithm(java.lang.String alg) |
<T extends EncryptBase> |
EncryptBase.asymKeylength(int len) |
<T extends EncryptBase> |
EncryptBase.encryptEntireMessage(boolean b) |
<T extends EncryptBase> |
EncryptBase.localAddress(Address addr) |
<T extends EncryptBase> |
EncryptBase.secretKey(java.security.Key key) |
<T extends EncryptBase> |
EncryptBase.signMessages(boolean flag) |
<T extends EncryptBase> |
EncryptBase.symAlgorithm(java.lang.String alg) |
<T extends EncryptBase> |
EncryptBase.symKeylength(int len) |
<T extends EncryptBase> |
EncryptBase.symVersion(byte[] v) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.