Class TransformerAlgorithmMapper
- java.lang.Object
-
- org.apache.xml.security.stax.config.TransformerAlgorithmMapper
-
public class TransformerAlgorithmMapper extends java.lang.Object
Mapping between JCE id and xmlsec uri's for algorithms- Version:
- $Revision: 1720201 $ $Date: 2015-12-15 18:13:17 +0100 (Tue, 15 Dec 2015) $
- Author:
- $Author: coheigea $
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Class<?>
getTransformerClass(java.lang.String algoURI, XMLSecurityConstants.DIRECTION direction)
protected static void
init(TransformAlgorithmsType transformAlgorithms, java.lang.Class<?> callingClass)
-
-
-
Method Detail
-
init
protected static void init(TransformAlgorithmsType transformAlgorithms, java.lang.Class<?> callingClass) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getTransformerClass
public static java.lang.Class<?> getTransformerClass(java.lang.String algoURI, XMLSecurityConstants.DIRECTION direction) throws XMLSecurityException
- Throws:
XMLSecurityException
-
-