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 TypeClassDescriptionclass
A specialization ofKeyAgreementEncryptionConfiguration
that 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 ofKeyAgreementEncryptionConfiguration
instances. -
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.keyAgreementConfigurations
Key agreement configurations.Methods in org.opensaml.xmlsec.impl that return KeyAgreementEncryptionConfigurationModifier and TypeMethodDescriptionprotected KeyAgreementEncryptionConfiguration
BasicEncryptionParametersResolver.getEffectiveKeyAgreementConfiguration
(CriteriaSet criteria, Credential credential) Get the effectiveKeyAgreementEncryptionConfiguration
to 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 ofKeyAgreementEncryptionConfiguration
instances.Method parameters in org.opensaml.xmlsec.impl with type arguments of type KeyAgreementEncryptionConfigurationModifier and TypeMethodDescriptionvoid
BasicEncryptionConfiguration.setKeyAgreementConfigurations
(Map<String, KeyAgreementEncryptionConfiguration> configs) Set the map ofKeyAgreementEncryptionConfiguration
instances.