Uses of Enum Class
io.fluxzero.common.encryption.NoOpEncryption
Packages that use NoOpEncryption
-
Uses of NoOpEncryption in io.fluxzero.common.encryption
Subclasses with type arguments of type NoOpEncryption in io.fluxzero.common.encryptionModifier and TypeClassDescriptionenumA no-op implementation of theEncryptioninterface that performs no actual encryption or decryption.Methods in io.fluxzero.common.encryption that return NoOpEncryptionModifier and TypeMethodDescriptionstatic NoOpEncryptionReturns the enum constant of this class with the specified name.static NoOpEncryption[]NoOpEncryption.values()Returns an array containing the constants of this enum class, in the order they are declared.