Uses of Class
net.shibboleth.oidc.security.impl.AbstractEncryptionAlgorithmsLookupStrategy
Packages that use AbstractEncryptionAlgorithmsLookupStrategy
Package
Description
Implementation of cryptographic primitives that support JOSE objects.
-
Uses of AbstractEncryptionAlgorithmsLookupStrategy in net.shibboleth.oidc.security.jose.impl
Modifier and TypeClassDescriptionclassA lookup strategy that finds data/content encryption algorithms from local configuration that are compatible with those advertised by the RP/client information.classA lookup strategy that finds key transport algorithms from local configuration that are compatible with those configured to RP.classA BiFunction which pulls data encryption (content encryption) algorithms to use from the encryption configuration and filters them.classA BiFunction that retrieves and filters the key transport encryption algorithms from theEncryptionConfigurationinside the criteria set.classA lookup strategy that finds data/content encryption algorithms from local configuration that are compatible with those advertised by the OpenID Provider.classA lookup strategy that finds key transport algorithms from local configuration that are compatible with those advertised by the downstream OpenID Provider.