Uses of Interface
io.fluxzero.common.encryption.Encryption
Packages that use Encryption
Package
Description
-
Uses of Encryption in io.fluxzero.common.application
Constructors in io.fluxzero.common.application with parameters of type EncryptionModifierConstructorDescriptionDecryptingPropertySource(PropertySource delegate, Encryption encryption) Constructs aDecryptingPropertySourceusing an explicitEncryptionstrategy. -
Uses of Encryption in io.fluxzero.common.encryption
Classes in io.fluxzero.common.encryption that implement EncryptionModifier and TypeClassDescriptionclassImplementation ofEncryptionusing the ChaCha20-Poly1305 authenticated encryption algorithm.classDefault implementation of theEncryptioninterface used in Fluxzero.enumA no-op implementation of theEncryptioninterface that performs no actual encryption or decryption.Methods in io.fluxzero.common.encryption that return EncryptionModifier and TypeMethodDescriptionstatic EncryptionDefaultEncryption.fromEncryptionKey(@NonNull String encryptionKey) -
Uses of Encryption in io.fluxzero.sdk.configuration
Methods in io.fluxzero.sdk.configuration that return EncryptionModifier and TypeMethodDescriptionstatic EncryptionApplicationProperties.getEncryption()Returns the currently activeEncryptioninstance.