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. -
-
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.
-