Class AlgorithmRuntimeSupportedPredicate

java.lang.Object
org.opensaml.xmlsec.impl.AlgorithmRuntimeSupportedPredicate
All Implemented Interfaces:
Predicate<String>

public class AlgorithmRuntimeSupportedPredicate extends Object implements Predicate<String>
A predicate which evaluates whether a cryptographic algorithm URI is effectively supported by the runtime environment, as determined by AlgorithmRegistry.isRuntimeSupported(String).
  • Field Details

  • Constructor Details

    • AlgorithmRuntimeSupportedPredicate

      public AlgorithmRuntimeSupportedPredicate(AlgorithmRegistry algorithmRegistry)
      Constructor.
      Parameters:
      algorithmRegistry - the algorithm registry instance to use
  • Method Details