Uses of Class
org.opensaml.xmlsec.agreement.impl.AbstractKeyAgreementProcessor
Packages that use AbstractKeyAgreementProcessor
Package
Description
Implementation components related to key agreement operations.
-
Uses of AbstractKeyAgreementProcessor in org.opensaml.xmlsec.agreement.impl
Subclasses of AbstractKeyAgreementProcessor in org.opensaml.xmlsec.agreement.implModifier and TypeClassDescriptionclass
Abstract base class forKeyAgreementProcessor
implementations which do key derivation by means of a requiredKeyDerivation
parameter.class
Implementation ofKeyAgreementProcessor
which performs Diffie-Hellman Ephemeral-Static Mode key agreement with Explicit Key Derivation Function as defined in XML Encryption 1.1.class
Implementation ofKeyAgreementProcessor
which performs Diffie-Hellman Ephemeral-Static Mode key agreement with Legacy Key Derivation Function as defined in XML Encryption 1.1.class
Implementation ofKeyAgreementProcessor
which performs Elliptic Curve Diffie-Hellman (ECDH) Ephemeral-Static Mode key agreement as defined in XML Encryption 1.1.