Uses of Class
org.opensaml.xmlsec.AlgorithmPolicyParameters
-
Packages that use AlgorithmPolicyParameters Package Description org.opensaml.xmlsec Configuration and support classes for security.org.opensaml.xmlsec.impl Implementation of configuration and parameter resolver classes. -
-
Uses of AlgorithmPolicyParameters in org.opensaml.xmlsec
Subclasses of AlgorithmPolicyParameters in org.opensaml.xmlsec Modifier and Type Class Description classDecryptionParametersThe effective parameters to use when decrypting encrypted XML.classSignatureValidationParametersThe effective parameters to use when validating an XML signature.classWhitelistBlacklistParametersDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of AlgorithmPolicyParameters in org.opensaml.xmlsec.impl
Methods in org.opensaml.xmlsec.impl with parameters of type AlgorithmPolicyParameters Modifier and Type Method Description protected voidAbstractSecurityParametersResolver. resolveAndPopulateIncludesExcludes(AlgorithmPolicyParameters params, CriteriaSet criteria, List<? extends AlgorithmPolicyConfiguration> configs)Resolve and populate the effective includes or excludes on the supplied instance ofAlgorithmPolicyParameters.
-