Class KeyAgreementProcessorRegistryTest.MockProcessorBar

java.lang.Object
org.opensaml.xmlsec.agreement.KeyAgreementProcessorRegistryTest.MockProcessorBar
All Implemented Interfaces:
org.opensaml.xmlsec.agreement.KeyAgreementProcessor
Enclosing class:
KeyAgreementProcessorRegistryTest

public static class KeyAgreementProcessorRegistryTest.MockProcessorBar extends Object implements org.opensaml.xmlsec.agreement.KeyAgreementProcessor
Mock processor.
  • Constructor Details

    • MockProcessorBar

      public MockProcessorBar()
  • Method Details

    • getAlgorithm

      @Nonnull public String getAlgorithm()
      Specified by:
      getAlgorithm in interface org.opensaml.xmlsec.agreement.KeyAgreementProcessor
    • execute

      @Nonnull public org.opensaml.xmlsec.agreement.KeyAgreementCredential execute(@Nonnull Credential publicCredential, @Nonnull String keyAlgorithm, @Nonnull org.opensaml.xmlsec.agreement.KeyAgreementParameters parameters) throws org.opensaml.xmlsec.agreement.KeyAgreementException
      Specified by:
      execute in interface org.opensaml.xmlsec.agreement.KeyAgreementProcessor
      Throws:
      org.opensaml.xmlsec.agreement.KeyAgreementException