Uses of Class
org.jgroups.protocols.Encrypt
Packages that use Encrypt
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of Encrypt in org.jgroups.protocols
Subclasses of Encrypt in org.jgroups.protocolsModifier and TypeClassDescriptionclassEncrypts 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.classEncrypts and decrypts communication in JGroups by using a secret key shared by all cluster members.Methods in org.jgroups.protocols with type parameters of type EncryptModifier and TypeMethodDescriptionEncrypt.asymAlgorithm(String alg) Encrypt.asymKeylength(int len) Encrypt.msgFactory(MessageFactory f) Encrypt.secureRandom(SecureRandom sr) Allows callers to replace secure_random with impl of their choice, e.g.Encrypt.setKeyStoreEntry(E entry) Sets the key store entry used to configure this protocol.Encrypt.symAlgorithm(String alg) Encrypt.symIvLength(int len) Encrypt.symKeylength(int len)