Uses of Interface
org.opensaml.xmlsec.agreement.KeyAgreementProcessor
Packages that use KeyAgreementProcessor
Package
Description
API components related to key agreement operations.
Implementation components related to key agreement operations.
-
Uses of KeyAgreementProcessor in org.opensaml.xmlsec.agreement
Fields in org.opensaml.xmlsec.agreement with type parameters of type KeyAgreementProcessorModifier and TypeFieldDescriptionprivate Map<String,
KeyAgreementProcessor> KeyAgreementProcessorRegistry.processors
The registered processors.Methods in org.opensaml.xmlsec.agreement that return KeyAgreementProcessorModifier and TypeMethodDescriptionKeyAgreementProcessorRegistry.getProcessor
(String algorithm) Get the processor registered for the specified algorithm.static KeyAgreementProcessor
KeyAgreementSupport.getProcessor
(String algorithm) Lookup and return theKeyAgreementProcessor
to use for the specified key agreement algorithm.Methods in org.opensaml.xmlsec.agreement with parameters of type KeyAgreementProcessorModifier and TypeMethodDescriptionvoid
KeyAgreementProcessorRegistry.register
(KeyAgreementProcessor processor) Register a processor. -
Uses of KeyAgreementProcessor in org.opensaml.xmlsec.agreement.impl
Classes in org.opensaml.xmlsec.agreement.impl that implement KeyAgreementProcessorModifier and TypeClassDescriptionclass
Abstract base class forKeyAgreementProcessor
implementations which do key derivation by means of a requiredKeyDerivation
parameter.class
Abstract base class forKeyAgreementProcessor
implementations.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.