Package org.bouncycastle.i18n.filter
Class SQLFilter
- java.lang.Object
-
- org.bouncycastle.i18n.filter.SQLFilter
-
-
Constructor Summary
Constructors Constructor Description SQLFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
doFilter(String input)
Runs the filter on the input String and returns the filtered StringString
doFilterUrl(String input)
Runs the filter on the input url and returns the filtered String
-
-
-
Method Detail
-
doFilter
public String doFilter(String input)
Description copied from interface:Filter
Runs the filter on the input String and returns the filtered String
-
doFilterUrl
public String doFilterUrl(String input)
Description copied from interface:Filter
Runs the filter on the input url and returns the filtered String- Specified by:
doFilterUrl
in interfaceFilter
- Parameters:
input
- input url String- Returns:
- filtered String
-
-