Interface AlgorithmSuiteLoader

  • All Known Implementing Classes:
    DefaultAlgorithmSuiteLoader

    public interface AlgorithmSuiteLoader
    This interface defines a way of retrieving an AlgorithmSuite object from the policy element of an AlgorithmSuite assertion.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.wss4j.policy.model.AlgorithmSuite getAlgorithmSuite​(org.apache.cxf.Bus bus, org.apache.wss4j.policy.SPConstants.SPVersion version, org.apache.neethi.Policy nestedPolicy)  
    • Method Detail

      • getAlgorithmSuite

        org.apache.wss4j.policy.model.AlgorithmSuite getAlgorithmSuite​(org.apache.cxf.Bus bus,
                                                                       org.apache.wss4j.policy.SPConstants.SPVersion version,
                                                                       org.apache.neethi.Policy nestedPolicy)