Class 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
    • Constructor Detail

      • MockProcessorBar

        public MockProcessorBar()
    • Method Detail

      • getAlgorithm

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

        public org.opensaml.xmlsec.agreement.KeyAgreementCredential execute​(Credential publicCredential,
                                                                            String keyAlgorithm,
                                                                            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