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