Uses of Class
org.opensaml.xmlsec.impl.BasicEncryptionConfiguration
Packages that use BasicEncryptionConfiguration
Package
Description
Configuration and initialization of security.
Implementation of configuration and parameter resolver classes.
-
Uses of BasicEncryptionConfiguration in org.opensaml.xmlsec.config.impl
Methods in org.opensaml.xmlsec.config.impl that return BasicEncryptionConfigurationModifier and TypeMethodDescriptionstatic BasicEncryptionConfigurationDefaultSecurityConfigurationBootstrap.buildDefaultEncryptionConfiguration()Build and return a default encryption configuration. -
Uses of BasicEncryptionConfiguration in org.opensaml.xmlsec.impl
Methods in org.opensaml.xmlsec.impl that return BasicEncryptionConfigurationModifier and TypeMethodDescriptionBasicEncryptionConfiguration.setDataEncryptionAlgorithms(List<String> algorithms) Set the data encryption algorithms to use.BasicEncryptionConfiguration.setDataEncryptionCredentials(List<Credential> credentials) Set the data encryption credentials to use.BasicEncryptionConfiguration.setDataKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager keyInfoManager) Set the manager for named KeyInfoGenerator instances encrypting data.BasicEncryptionConfiguration.setKeyAgreementConfigurations(Map<String, KeyAgreementEncryptionConfiguration> configs) Set the map ofKeyAgreementEncryptionConfigurationinstances.BasicEncryptionConfiguration.setKeyTransportAlgorithmPredicate(KeyTransportAlgorithmPredicate predicate) Set the instance ofKeyTransportAlgorithmPredicate.BasicEncryptionConfiguration.setKeyTransportEncryptionAlgorithms(List<String> algorithms) Set the key transport encryption algorithms to use.BasicEncryptionConfiguration.setKeyTransportEncryptionCredentials(List<Credential> credentials) Set the key transport encryption credentials to use.BasicEncryptionConfiguration.setKeyTransportKeyInfoGeneratorManager(NamedKeyInfoGeneratorManager keyInfoManager) Set the manager for named KeyInfoGenerator instances for encrypting keys.BasicEncryptionConfiguration.setRSAOAEPParameters(RSAOAEPParameters params) Set the instance ofRSAOAEPParameters.BasicEncryptionConfiguration.setRSAOAEPParametersMerge(boolean flag) Set the flag indicating whether to merge this configuration'sRSAOAEPParametersvalues with those of a lower order of precedence, or to treat this configuration's parameters set as authoritative.