org.apache.ws.security.conversation.dkalgo
Class AlgoFactory

java.lang.Object
  extended by org.apache.ws.security.conversation.dkalgo.AlgoFactory

public final class AlgoFactory
extends Object

Author:
Ruchith Fernando

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 ConversationException
This gives a DerivationAlgorithm instance from the default set of algorithms provided

Parameters:
algorithm - The algo identifier @see DeivationAlgorithm
Returns:
A derivation algorithm
Throws:
ConversationException - If the specified algorithm is not available in default implementations


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