- get(Object) - Method in class org.owasp.fileio.codecs.HashTrie
-
Get the value for a key.
- get(Object) - Method in class org.owasp.fileio.codecs.Trie.TrieProxy
-
- getAllowedExtensions() - Method in class org.owasp.fileio.FileValidator
-
- getContext() - Method in exception org.owasp.fileio.ValidationException
-
Returns the UI reference that caused this ValidationException
- getEncoder() - Method in class org.owasp.fileio.StringValidationRule
-
- getFileEncoder() - Method in class org.owasp.fileio.FileValidator
-
- getHexForNonAlphanumeric(char) - Static method in class org.owasp.fileio.codecs.Codec
-
Lookup the hex value of any character that is not alphanumeric.
- getInstance() - Static method in class org.owasp.fileio.Encoder
-
- getLogMessage() - Method in exception org.owasp.fileio.ValidationException
-
Returns the UI reference that caused this ValidationException
- getLongestMatch(CharSequence) - Method in class org.owasp.fileio.codecs.HashTrie
-
Get the key value entry who's key is the longest prefix match.
- getLongestMatch(PushbackReader) - Method in class org.owasp.fileio.codecs.HashTrie
-
Get the key value entry who's key is the longest prefix match.
- getLongestMatch(CharSequence) - Method in interface org.owasp.fileio.codecs.Trie
-
- getLongestMatch(PushbackReader) - Method in interface org.owasp.fileio.codecs.Trie
-
- getLongestMatch(CharSequence) - Method in class org.owasp.fileio.codecs.Trie.TrieProxy
-
- getLongestMatch(PushbackReader) - Method in class org.owasp.fileio.codecs.Trie.TrieProxy
-
- getMaxFilePathSize() - Method in class org.owasp.fileio.FileValidator
-
- getMaxFileUploadSize() - Method in class org.owasp.fileio.FileValidator
-
- getMaxKeyLength() - Method in class org.owasp.fileio.codecs.HashTrie
-
Get the maximum key length.
- getMaxKeyLength() - Method in interface org.owasp.fileio.codecs.Trie
-
- getMaxKeyLength() - Method in class org.owasp.fileio.codecs.Trie.TrieProxy
-
- getTypeName() - Method in class org.owasp.fileio.StringValidationRule
-
- getValid(String, String) - Method in class org.owasp.fileio.StringValidationRule
- getValidDirectoryPath(String, String, File, boolean) - Method in class org.owasp.fileio.FileValidator
-
Returns a canonicalized and validated directory path as a String, provided that the input maps to an existing directory that is an existing subdirectory (at any level) of the specified parent.
- getValidDirectoryPath(String, String, File, boolean, List<ValidationException>) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidDirectoryPath with the supplied error List to capture ValidationExceptions
- getValidFileContent(String, byte[], boolean) - Method in class org.owasp.fileio.FileValidator
-
Returns validated file content as a byte array.
- getValidFileContent(String, byte[], long, boolean) - Method in class org.owasp.fileio.FileValidator
-
Returns validated file content as a byte array.
- getValidFileContent(String, byte[], int, boolean, List<ValidationException>) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidFileContent with the supplied List to capture ValidationExceptions
- getValidFileName(String, String, List<String>, boolean) - Method in class org.owasp.fileio.FileValidator
-
Returns a canonicalized and validated file name as a String.
- getValidFileName(String, String, List<String>, boolean, List<ValidationException>) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidFileName with the supplied List to capture ValidationExceptions
- getValidInput(String, String, String, int, boolean) - Method in class org.owasp.fileio.FileValidator
-
Validates data received from the browser and returns a safe version.
- getValidInput(String, String, String, int, boolean, boolean) - Method in class org.owasp.fileio.FileValidator
-
Validates data received from the browser and returns a safe version.
- getWrapped() - Method in class org.owasp.fileio.codecs.Trie.TrieProxy
-
- index() - Method in class org.owasp.fileio.codecs.PushbackString
-
Get the current index of the PushbackString.
- isAllowNull() - Method in class org.owasp.fileio.StringValidationRule
-
- isEmpty() - Method in class org.owasp.fileio.codecs.HashTrie
- isEmpty() - Method in class org.owasp.fileio.codecs.Trie.TrieProxy
-
- isEmpty(String) - Static method in class org.owasp.fileio.util.Utils
-
Helper function to check if a String is empty
- isEmpty(byte[]) - Static method in class org.owasp.fileio.util.Utils
-
Helper function to check if a byte array is empty
- isEmpty(char[]) - Static method in class org.owasp.fileio.util.Utils
-
Helper function to check if a char array is empty
- isHexDigit(Character) - Static method in class org.owasp.fileio.codecs.PushbackString
-
Returns true if the parameter character is a hexidecimal digit 0 through 9, a through f, or A through F.
- isOctalDigit(Character) - Static method in class org.owasp.fileio.codecs.PushbackString
-
Returns true if the parameter character is an octal digit 0 through 7.
- isRestrictMixed() - Method in class org.owasp.fileio.Encoder
-
- isRestrictMultiple() - Method in class org.owasp.fileio.Encoder
-
- isValidDirectoryPath(String, String, File, boolean) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidDirectoryPath and returns true if no exceptions are thrown.
- isValidDirectoryPath(String, String, File, boolean, List<ValidationException>) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidDirectoryPath and returns true if no exceptions are thrown.
- isValidFileContent(String, byte[], int, boolean) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidFileContent and returns true if no exceptions are thrown.
- isValidFileContent(String, byte[], int, boolean, List<ValidationException>) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidFileContent and returns true if no exceptions are thrown.
- isValidFileName(String, String, boolean) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidFileName with the default list of allowedExtensions
- isValidFileName(String, String, boolean, List<ValidationException>) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidFileName with the default list of allowedExtensions
- isValidFileName(String, String, List<String>, boolean) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidFileName with the default list of allowedExtensions
- isValidFileName(String, String, List<String>, boolean, List<ValidationException>) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidFileName with the default list of allowedExtensions
- isValidFileUpload(String, String, String, File, byte[], int, boolean) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidFileUpload and returns true if no exceptions are thrown.
- isValidFileUpload(String, String, String, File, byte[], int, boolean, List<ValidationException>) - Method in class org.owasp.fileio.FileValidator
-
Calls getValidFileUpload and returns true if no exceptions are thrown.