Class KeyAgreementProcessorRegistryTest.MockProcessorFoo

  • All Implemented Interfaces:
    org.opensaml.xmlsec.agreement.KeyAgreementProcessor
    Enclosing class:
    KeyAgreementProcessorRegistryTest

    public static class KeyAgreementProcessorRegistryTest.MockProcessorFoo
    extends Object
    implements org.opensaml.xmlsec.agreement.KeyAgreementProcessor
    • Constructor Detail

      • MockProcessorFoo

        public MockProcessorFoo()
    • 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