Package org.opensaml.xmlsec.impl
Class ExcludedAlgorithmsPredicate
- java.lang.Object
-
- org.opensaml.xmlsec.impl.ExcludedAlgorithmsPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private Collection<String>excludesExcluded algorithms.
-
Constructor Summary
Constructors Constructor Description ExcludedAlgorithmsPredicate(Collection<String> algorithms)Constructor.
-
-
-
Field Detail
-
excludes
@Nonnull @NonnullElements private Collection<String> excludes
Excluded algorithms.
-
-
Constructor Detail
-
ExcludedAlgorithmsPredicate
public ExcludedAlgorithmsPredicate(@Nonnull @NonnullElements Collection<String> algorithms)
Constructor.- Parameters:
algorithms- collection of excluded algorithms
-
-