Package org.bouncycastle.i18n.filter
Interface Filter
-
- All Known Implementing Classes:
HTMLFilter
,SQLFilter
public interface Filter
-
-
Method Summary
All Methods Instance Methods Abstract 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
-