Uses of Class
de.xima.fc.security.malware.ExtensionCheck
-
Packages that use ExtensionCheck Package Description de.xima.fc.security.malware -
-
Uses of ExtensionCheck in de.xima.fc.security.malware
Methods in de.xima.fc.security.malware that return ExtensionCheck Modifier and Type Method Description ExtensionCheck
ExtensionCheck. withAllowUnknownTypes(boolean allowUnknownTypes)
Sets whether unknown types (undetected by the ContentTypeUtils or unknown to the context mime mapper) should be allowed or rejected.ExtensionCheck
ExtensionCheck. withExtensionToMimeTypeMapper(Function<String,Set<String>> contextMimeMapper)
Sets the required MIME mapper that finds possible content types for a given file name.ExtensionCheck
ExtensionCheck. withMimeNormalizer(Function<String,String> mimeNormalizer)
Sets an optional, use case dependent MIME type normalizer to handle different MIME types describing the same content (e.g.
-