Uses of Class
org.opensaml.xmlsec.impl.BasicDecryptionConfiguration
Packages that use BasicDecryptionConfiguration
Package
Description
Configuration and initialization of security.
Implementation of configuration and parameter resolver classes.
-
Uses of BasicDecryptionConfiguration in org.opensaml.xmlsec.config.impl
Methods in org.opensaml.xmlsec.config.impl that return BasicDecryptionConfigurationModifier and TypeMethodDescriptionstatic BasicDecryptionConfigurationDefaultSecurityConfigurationBootstrap.buildDefaultDecryptionConfiguration()Build and return a default decryption configuration. -
Uses of BasicDecryptionConfiguration in org.opensaml.xmlsec.impl
Methods in org.opensaml.xmlsec.impl that return BasicDecryptionConfigurationModifier and TypeMethodDescriptionBasicDecryptionConfiguration.setDataKeyInfoCredentialResolver(KeyInfoCredentialResolver resolver) Set the KeyInfoCredentialResolver to use when processing the EncryptedData/KeyInfo.BasicDecryptionConfiguration.setEncryptedKeyResolver(EncryptedKeyResolver resolver) Get the EncryptedKeyResolver to use when resolving the EncryptedKey(s) to process.BasicDecryptionConfiguration.setKEKKeyInfoCredentialResolver(KeyInfoCredentialResolver resolver) Set the KeyInfoCredentialResolver to use when processing the EncryptedKey/KeyInfo (the Key Encryption Key or KEK).