Interface AlgorithmSuiteLoader
-
- All Known Implementing Classes:
DefaultAlgorithmSuiteLoader
public interface AlgorithmSuiteLoaderThis 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.AlgorithmSuitegetAlgorithmSuite(Bus bus, org.apache.wss4j.policy.SPConstants.SPVersion version, org.apache.neethi.Policy nestedPolicy)
-
-
-
Method Detail
-
getAlgorithmSuite
org.apache.wss4j.policy.model.AlgorithmSuite getAlgorithmSuite(Bus bus, org.apache.wss4j.policy.SPConstants.SPVersion version, org.apache.neethi.Policy nestedPolicy)
-
-