Class WhitelistPredicate

  • All Implemented Interfaces:
    Predicate<String>

    public class WhitelistPredicate
    extends Object
    implements Predicate<String>
    Predicate which implements an algorithm URI whitelist policy.
    • Constructor Detail

      • WhitelistPredicate

        public WhitelistPredicate​(@Nonnull
                                  Collection<String> algorithms)
        Constructor.
        Parameters:
        algorithms - collection of whitelisted algorithms