Uses of Enum Class
eu.righettod.ProcessingMode
-
Uses of ProcessingMode in eu.righettod
Modifier and TypeMethodDescriptionstatic ProcessingMode
Returns the enum constant of this class with the specified name.static ProcessingMode[]
ProcessingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSecurityUtils.ensureSerializedObjectIntegrity
(ProcessingMode processingMode, String input, byte[] secret) Provide a way to add an integrity marker (HMAC) to a serialized object serialized using the java native system (binary).
The goal is to provide a temporary workaround to try to prevent deserialization attacks and give time to move to a text-based serialization approach.