Uses of Interface
org.opensaml.xmlsec.agreement.KeyAgreementProcessor
Packages that use KeyAgreementProcessor
Package
Description
API 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.