public final class AlgoFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static DerivationAlgorithm |
getInstance(String algorithm)
This gives a DerivationAlgorithm instance from the default set of algorithms provided
|
public static DerivationAlgorithm getInstance(String algorithm) throws ConversationException
algorithm - The algo identifier @see DeivationAlgorithmConversationException - If the specified algorithm is not available
in default implementationsCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.