Class AlgoFactory
java.lang.Object
org.apache.wss4j.common.derivedKey.AlgoFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic DerivationAlgorithmgetInstance(String algorithm) This gives a DerivationAlgorithm instance from the default set of algorithms provided
-
Method Details
-
getInstance
This gives a DerivationAlgorithm instance from the default set of algorithms provided- Parameters:
algorithm- The algorithm identifier- Returns:
- A derivation algorithm
- Throws:
WSSecurityException- If the specified algorithm is not available in default implementations
-