Uses of Interface
io.fluxcapacitor.common.encryption.Encryption
Packages that use Encryption
Package
Description
-
Uses of Encryption in io.fluxcapacitor.common.application
Constructors in io.fluxcapacitor.common.application with parameters of type EncryptionModifierConstructorDescriptionDecryptingPropertySource
(PropertySource delegate, Encryption encryption) Constructs aDecryptingPropertySource
using an explicitEncryption
strategy. -
Uses of Encryption in io.fluxcapacitor.common.encryption
Classes in io.fluxcapacitor.common.encryption that implement EncryptionModifier and TypeClassDescriptionclass
Implementation ofEncryption
using the ChaCha20-Poly1305 authenticated encryption algorithm.class
Default implementation of theEncryption
interface used in the Flux platform.enum
A no-op implementation of theEncryption
interface that performs no actual encryption or decryption.Methods in io.fluxcapacitor.common.encryption that return EncryptionModifier and TypeMethodDescriptionstatic Encryption
DefaultEncryption.fromEncryptionKey
(@NonNull String encryptionKey) -
Uses of Encryption in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration that return EncryptionModifier and TypeMethodDescriptionstatic Encryption
ApplicationProperties.getEncryption()
Returns the currently activeEncryption
instance.