Uses of Interface
org.opensaml.xmlsec.agreement.KeyAgreementProcessor
-
Packages that use KeyAgreementProcessor Package Description org.opensaml.xmlsec.agreement API components related to key agreement operations.org.opensaml.xmlsec.agreement.impl 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 KeyAgreementProcessor Modifier and Type Field Description private Map<String,KeyAgreementProcessor>KeyAgreementProcessorRegistry. processorsThe registered processors.Methods in org.opensaml.xmlsec.agreement that return KeyAgreementProcessor Modifier and Type Method Description KeyAgreementProcessorKeyAgreementProcessorRegistry. 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 KeyAgreementProcessor Modifier and Type Method Description voidKeyAgreementProcessorRegistry. register(KeyAgreementProcessor processor)Register a processor. -
Uses of KeyAgreementProcessor in org.opensaml.xmlsec.agreement.impl
Classes in org.opensaml.xmlsec.agreement.impl that implement KeyAgreementProcessor Modifier and Type Class Description classAbstractDerivationKeyAgreementProcessorAbstract base class forKeyAgreementProcessorimplementations which do key derivation by means of a requiredKeyDerivationparameter.classAbstractKeyAgreementProcessorAbstract base class forKeyAgreementProcessorimplementations.classDHWithExplicitKDFKeyAgreementProcessorImplementation ofKeyAgreementProcessorwhich performs Diffie-Hellman Ephemeral-Static Mode key agreement with Explicit Key Derivation Function as defined in XML Encryption 1.1.classDHWithLegacyKDFKeyAgreementProcessorImplementation ofKeyAgreementProcessorwhich performs Diffie-Hellman Ephemeral-Static Mode key agreement with Legacy Key Derivation Function as defined in XML Encryption 1.1.classECDHKeyAgreementProcessorImplementation ofKeyAgreementProcessorwhich performs Elliptic Curve Diffie-Hellman (ECDH) Ephemeral-Static Mode key agreement as defined in XML Encryption 1.1.
-