Uses of Class
org.opensaml.xmlsec.algorithm.AlgorithmRegistry
Packages that use AlgorithmRegistry
Package
Description
Implementation of the resolver filters.
Configuration and support classes for security algorithms.
Implementation of configuration and parameter resolver classes.
-
Uses of AlgorithmRegistry in org.opensaml.saml.metadata.resolver.filter.impl
Fields in org.opensaml.saml.metadata.resolver.filter.impl declared as AlgorithmRegistryModifier and TypeFieldDescriptionprivate AlgorithmRegistry
AlgorithmFilter.registry
Registry for sanity checking algorithms. -
Uses of AlgorithmRegistry in org.opensaml.xmlsec.algorithm
Methods in org.opensaml.xmlsec.algorithm that return AlgorithmRegistryModifier and TypeMethodDescriptionstatic AlgorithmRegistry
AlgorithmSupport.getGlobalAlgorithmRegistry()
Get the globalAlgorithmRegistry
instance. -
Uses of AlgorithmRegistry in org.opensaml.xmlsec.impl
Fields in org.opensaml.xmlsec.impl declared as AlgorithmRegistryModifier and TypeFieldDescriptionprivate AlgorithmRegistry
BasicEncryptionParametersResolver.algorithmRegistry
The AlgorithmRegistry used when processing algorithm URIs.private AlgorithmRegistry
BasicSignatureSigningParametersResolver.algorithmRegistry
The AlgorithmRegistry used when processing algorithm URIs.private AlgorithmRegistry
AlgorithmRuntimeSupportedPredicate.registry
The algorithm registry instance.Methods in org.opensaml.xmlsec.impl that return AlgorithmRegistryModifier and TypeMethodDescriptionBasicEncryptionParametersResolver.getAlgorithmRegistry()
Get theAlgorithmRegistry
instance used when resolving algorithm URIs.BasicSignatureSigningParametersResolver.getAlgorithmRegistry()
Get theAlgorithmRegistry
instance used when resolving algorithm URIs.Methods in org.opensaml.xmlsec.impl with parameters of type AlgorithmRegistryModifier and TypeMethodDescriptionvoid
BasicEncryptionParametersResolver.setAlgorithmRegistry
(AlgorithmRegistry registry) Set theAlgorithmRegistry
instance used when resolving algorithm URIs.void
BasicSignatureSigningParametersResolver.setAlgorithmRegistry
(AlgorithmRegistry registry) Set theAlgorithmRegistry
instance used when resolving algorithm URIs.Constructors in org.opensaml.xmlsec.impl with parameters of type AlgorithmRegistryModifierConstructorDescriptionAlgorithmRuntimeSupportedPredicate
(AlgorithmRegistry algorithmRegistry) Constructor.