- All Implemented Interfaces:
Predicate<String>
Predicate which implements an algorithm URI exclusion policy.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
excludes
Excluded algorithms.
-
Constructor Details
-
ExcludedAlgorithmsPredicate
Constructor.
- Parameters:
algorithms - collection of excluded algorithms
-