Class TransformerAlgorithmMapper
- java.lang.Object
-
- org.apache.xml.security.stax.config.TransformerAlgorithmMapper
-
public class TransformerAlgorithmMapper extends Object
Mapping between JCE id and xmlsec uri's for algorithms
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Class<?>
getTransformerClass(String algoURI, XMLSecurityConstants.DIRECTION direction)
protected static void
init(TransformAlgorithmsType transformAlgorithms, Class<?> callingClass)
-
-
-
Method Detail
-
init
protected static void init(TransformAlgorithmsType transformAlgorithms, Class<?> callingClass) throws Exception
- Throws:
Exception
-
getTransformerClass
public static Class<?> getTransformerClass(String algoURI, XMLSecurityConstants.DIRECTION direction) throws XMLSecurityException
- Throws:
XMLSecurityException
-
-