Class AlgoFactory

java.lang.Object
org.apache.wss4j.common.derivedKey.AlgoFactory

public final class AlgoFactory extends Object
  • Method Details

    • getInstance

      public static DerivationAlgorithm getInstance(String algorithm) throws WSSecurityException
      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