Class SQLFilter
- java.lang.Object
-
- org.bouncycastle.pkix.util.filter.SQLFilter
-
-
Constructor Summary
Constructors Constructor Description SQLFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
doFilter(java.lang.String input)
Runs the filter on the input String and returns the filtered Stringjava.lang.String
doFilterUrl(java.lang.String input)
Runs the filter on the input url and returns the filtered String
-
-
-
Method Detail
-
doFilter
public java.lang.String doFilter(java.lang.String input)
Description copied from interface:Filter
Runs the filter on the input String and returns the filtered String
-
doFilterUrl
public java.lang.String doFilterUrl(java.lang.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
-
-