Uses of Enum Class
eu.righettod.ProcessingModeType
-
Uses of ProcessingModeType in eu.righettod
Subclasses with type arguments of type ProcessingModeType in eu.righettodModifier and TypeClassDescriptionenumEnumeration used by the methodSecurityUtils.ensureSerializedObjectIntegrity()to define its working mode.Methods in eu.righettod that return ProcessingModeTypeModifier and TypeMethodDescriptionstatic ProcessingModeTypeReturns the enum constant of this class with the specified name.static ProcessingModeType[]ProcessingModeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.righettod with parameters of type ProcessingModeTypeModifier and TypeMethodDescriptionSecurityUtils.ensureSerializedObjectIntegrity(ProcessingModeType processingModeType, 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.