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.processorsThe 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 KeyAgreementProcessorKeyAgreementSupport.getProcessor(String algorithm) Lookup and return theKeyAgreementProcessorto use for the specified key agreement algorithm.Methods in org.opensaml.xmlsec.agreement with parameters of type KeyAgreementProcessorModifier and TypeMethodDescriptionvoidKeyAgreementProcessorRegistry.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 TypeClassDescriptionclassAbstract base class forKeyAgreementProcessorimplementations which do key derivation by means of a requiredKeyDerivationparameter.classAbstract base class forKeyAgreementProcessorimplementations.classImplementation ofKeyAgreementProcessorwhich performs Diffie-Hellman Ephemeral-Static Mode key agreement with Explicit Key Derivation Function as defined in XML Encryption 1.1.classImplementation ofKeyAgreementProcessorwhich performs Diffie-Hellman Ephemeral-Static Mode key agreement with Legacy Key Derivation Function as defined in XML Encryption 1.1.classImplementation ofKeyAgreementProcessorwhich performs Elliptic Curve Diffie-Hellman (ECDH) Ephemeral-Static Mode key agreement as defined in XML Encryption 1.1.