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

    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 Details

    • 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)