org.apache.wss4j.common.derivedKey
Class AlgoFactory

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

public final class AlgoFactory
extends Object


Method Summary
static DerivationAlgorithm getInstance(String algorithm)
          This gives a DerivationAlgorithm instance from the default set of algorithms provided
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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:
ConversationException - If the specified algorithm is not available in default implementations
WSSecurityException


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.