JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.bouncycastle.i18n.filter
Filter
Contents
Description
Method Summary
Method Details
doFilter(String)
doFilterUrl(String)
Hide sidebar
Show sidebar
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 String
String
doFilterUrl
(
String
input)
Runs the filter on the input url and returns the filtered String
Method Details
doFilter
String
doFilter
(
String
input)
Runs the filter on the input String and returns the filtered String
Parameters:
input
- input String
Returns:
filtered String
doFilterUrl
String
doFilterUrl
(
String
input)
Runs the filter on the input url and returns the filtered String
Parameters:
input
- input url String
Returns:
filtered String