|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.conversation.dkalgo.AlgoFactory
public class AlgoFactory
Constructor Summary | |
---|---|
AlgoFactory()
|
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 |
Constructor Detail |
---|
public AlgoFactory()
Method Detail |
---|
public static DerivationAlgorithm getInstance(String algorithm) throws ConversationException
algorithm
- The algo identifier @see DeivationAlgorithm
ConversationException
- If the specified algorithm is not available
in default implementations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |