Uses of Interface
org.bouncycastle.i18n.filter.Filter
-
Packages that use Filter Package Description org.bouncycastle.i18n org.bouncycastle.i18n.filter -
-
Uses of Filter in org.bouncycastle.i18n
Fields in org.bouncycastle.i18n declared as Filter Modifier and Type Field Description protected Filter
LocalizedMessage. filter
protected Filter
LocalizedMessage.FilteredArguments. filter
Methods in org.bouncycastle.i18n that return Filter Modifier and Type Method Description Filter
LocalizedMessage.FilteredArguments. getFilter()
Filter
LocalizedMessage. getFilter()
Returns the current filter.Methods in org.bouncycastle.i18n with parameters of type Filter Modifier and Type Method Description void
LocalizedMessage.FilteredArguments. setFilter(Filter filter)
void
LocalizedMessage. setFilter(Filter filter)
Sets theFilter
that is used to filter the arguments of this message -
Uses of Filter in org.bouncycastle.i18n.filter
Classes in org.bouncycastle.i18n.filter that implement Filter Modifier and Type Class Description class
HTMLFilter
HTML Filterclass
SQLFilter
Filter for strings to store in a SQL table.
-