Package org.opensaml.xmlsec.impl
Class AlgorithmRuntimeSupportedPredicate
java.lang.Object
org.opensaml.xmlsec.impl.AlgorithmRuntimeSupportedPredicate
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 Summary
Fields Modifier and Type Field Description private AlgorithmRegistry
registry
The algorithm registry instance. -
Constructor Summary
Constructors Constructor Description AlgorithmRuntimeSupportedPredicate(AlgorithmRegistry algorithmRegistry)
Constructor. -
Method Summary