Uses of Class
org.opensaml.xmlsec.encryption.support.KeyAgreementEncryptionConfiguration
Packages that use KeyAgreementEncryptionConfiguration
Package
Description
Classes related to general security components within a SAML system.
Configuration and support classes for security.
Configuration and initialization of security.
Implementation of configuration and parameter resolver classes.
-
Uses of KeyAgreementEncryptionConfiguration in org.opensaml.saml.security
Subclasses of KeyAgreementEncryptionConfiguration in org.opensaml.saml.securityModifier and TypeClassDescriptionclassA specialization ofKeyAgreementEncryptionConfigurationthat can hold configuration specific to the user of SAML metadata. -
Uses of KeyAgreementEncryptionConfiguration in org.opensaml.xmlsec
Methods in org.opensaml.xmlsec that return types with arguments of type KeyAgreementEncryptionConfigurationModifier and TypeMethodDescriptionEncryptionConfiguration.getKeyAgreementConfigurations()Get the map ofKeyAgreementEncryptionConfigurationinstances. -
Uses of KeyAgreementEncryptionConfiguration in org.opensaml.xmlsec.config.impl
Methods in org.opensaml.xmlsec.config.impl that return types with arguments of type KeyAgreementEncryptionConfigurationModifier and TypeMethodDescriptionprotected static Map<String,KeyAgreementEncryptionConfiguration> DefaultSecurityConfigurationBootstrap.buildKeyAgreementConfigurations()Build key agreement configurations. -
Uses of KeyAgreementEncryptionConfiguration in org.opensaml.xmlsec.impl
Fields in org.opensaml.xmlsec.impl with type parameters of type KeyAgreementEncryptionConfigurationModifier and TypeFieldDescriptionprivate Map<String,KeyAgreementEncryptionConfiguration> BasicEncryptionConfiguration.keyAgreementConfigurationsKey agreement configurations.Methods in org.opensaml.xmlsec.impl that return KeyAgreementEncryptionConfigurationModifier and TypeMethodDescriptionprotected KeyAgreementEncryptionConfigurationBasicEncryptionParametersResolver.getEffectiveKeyAgreementConfiguration(CriteriaSet criteria, Credential credential) Get the effectiveKeyAgreementEncryptionConfigurationto use with the specified credential.Methods in org.opensaml.xmlsec.impl that return types with arguments of type KeyAgreementEncryptionConfigurationModifier and TypeMethodDescriptionBasicEncryptionConfiguration.getKeyAgreementConfigurations()Get the map ofKeyAgreementEncryptionConfigurationinstances.Method parameters in org.opensaml.xmlsec.impl with type arguments of type KeyAgreementEncryptionConfigurationModifier and TypeMethodDescriptionBasicEncryptionConfiguration.setKeyAgreementConfigurations(Map<String, KeyAgreementEncryptionConfiguration> configs) Set the map ofKeyAgreementEncryptionConfigurationinstances.