Package org.opensaml.xmlsec.impl
Class IncludedAlgorithmsPredicate
- java.lang.Object
-
- org.opensaml.xmlsec.impl.IncludedAlgorithmsPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private Collection<String>includesIncluded algorithms.
-
Constructor Summary
Constructors Constructor Description IncludedAlgorithmsPredicate(Collection<String> algorithms)Constructor.
-
-
-
Field Detail
-
includes
@Nonnull @NonnullElements private Collection<String> includes
Included algorithms.
-
-
Constructor Detail
-
IncludedAlgorithmsPredicate
public IncludedAlgorithmsPredicate(@Nonnull Collection<String> algorithms)Constructor.- Parameters:
algorithms- collection of included algorithms
-
-