Uses of Class
org.opensaml.xmlsec.AlgorithmPolicyParameters
Packages that use AlgorithmPolicyParameters
Package
Description
Configuration and support classes for security.
Implementation of configuration and parameter resolver classes.
-
Uses of AlgorithmPolicyParameters in org.opensaml.xmlsec
Subclasses of AlgorithmPolicyParameters in org.opensaml.xmlsecModifier and TypeClassDescriptionclassThe effective parameters to use when decrypting encrypted XML.classThe effective parameters to use when validating an XML signature. -
Uses of AlgorithmPolicyParameters in org.opensaml.xmlsec.impl
Methods in org.opensaml.xmlsec.impl with parameters of type AlgorithmPolicyParametersModifier and TypeMethodDescriptionprotected voidAbstractSecurityParametersResolver.resolveAndPopulateIncludesExcludes(AlgorithmPolicyParameters params, CriteriaSet criteria, List<? extends AlgorithmPolicyConfiguration> configs) Resolve and populate the effective includes or excludes on the supplied instance ofAlgorithmPolicyParameters.