Uses of Class
org.opensaml.xmlsec.algorithm.AlgorithmRegistry
-
Packages that use AlgorithmRegistry Package Description org.opensaml.saml.metadata.resolver.filter.impl Implementation of the resolver filters.org.opensaml.xmlsec.algorithm Configuration and support classes for security algorithms.org.opensaml.xmlsec.impl 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 AlgorithmRegistry Modifier and Type Field Description private AlgorithmRegistryAlgorithmFilter. registryRegistry for sanity checking algorithms. -
Uses of AlgorithmRegistry in org.opensaml.xmlsec.algorithm
Methods in org.opensaml.xmlsec.algorithm that return AlgorithmRegistry Modifier and Type Method Description static AlgorithmRegistryAlgorithmSupport. getGlobalAlgorithmRegistry()Get the globalAlgorithmRegistryinstance. -
Uses of AlgorithmRegistry in org.opensaml.xmlsec.impl
Fields in org.opensaml.xmlsec.impl declared as AlgorithmRegistry Modifier and Type Field Description private 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 AlgorithmRegistry Modifier and Type Method Description AlgorithmRegistryBasicEncryptionParametersResolver. getAlgorithmRegistry()Get theAlgorithmRegistryinstance used when resolving algorithm URIs.AlgorithmRegistryBasicSignatureSigningParametersResolver. getAlgorithmRegistry()Get theAlgorithmRegistryinstance used when resolving algorithm URIs.Methods in org.opensaml.xmlsec.impl with parameters of type AlgorithmRegistry Modifier and Type Method Description voidBasicEncryptionParametersResolver. 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 AlgorithmRegistry Constructor Description AlgorithmRuntimeSupportedPredicate(AlgorithmRegistry algorithmRegistry)Constructor.
-