Uses of Class
org.opensaml.xmlsec.algorithm.AlgorithmRegistry
Packages that use AlgorithmRegistry
Package
Description
Implementation of Metadata 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 AlgorithmRegistryAlgorithmFilter.registryRegistry for sanity checking algorithms. -
Uses of AlgorithmRegistry in org.opensaml.xmlsec.algorithm
Methods in org.opensaml.xmlsec.algorithm that return AlgorithmRegistryModifier and TypeMethodDescriptionstatic AlgorithmRegistryAlgorithmSupport.ensureGlobalAlgorithmRegistry()Get the globalAlgorithmRegistryinstance, raising an exception if absent.static AlgorithmRegistryAlgorithmSupport.getGlobalAlgorithmRegistry()Get the globalAlgorithmRegistryinstance. -
Uses of AlgorithmRegistry in org.opensaml.xmlsec.impl
Fields in org.opensaml.xmlsec.impl declared as AlgorithmRegistryModifier and TypeFieldDescriptionprivate AlgorithmRegistryBasicEncryptionParametersResolver.algorithmRegistryThe AlgorithmRegistry used when processing algorithm URIs.private AlgorithmRegistryBasicSignatureSigningParametersResolver.algorithmRegistryThe AlgorithmRegistry used when processing algorithm URIs.private AlgorithmRegistryAlgorithmRuntimeSupportedPredicate.registryThe algorithm registry instance.Methods in org.opensaml.xmlsec.impl that return AlgorithmRegistryModifier and TypeMethodDescriptionBasicEncryptionParametersResolver.getAlgorithmRegistry()Get theAlgorithmRegistryinstance used when resolving algorithm URIs.BasicSignatureSigningParametersResolver.getAlgorithmRegistry()Get theAlgorithmRegistryinstance used when resolving algorithm URIs.Methods in org.opensaml.xmlsec.impl with parameters of type AlgorithmRegistryModifier and TypeMethodDescriptionvoidBasicEncryptionParametersResolver.setAlgorithmRegistry(AlgorithmRegistry registry) Set theAlgorithmRegistryinstance used when resolving algorithm URIs.voidBasicSignatureSigningParametersResolver.setAlgorithmRegistry(AlgorithmRegistry registry) Set theAlgorithmRegistryinstance used when resolving algorithm URIs.Constructors in org.opensaml.xmlsec.impl with parameters of type AlgorithmRegistryModifierConstructorDescriptionAlgorithmRuntimeSupportedPredicate(AlgorithmRegistry algorithmRegistry) Constructor.