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
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<java.lang.String,java.lang.Class<?>>
algorithmsClassMapIn
private static java.util.Map<java.lang.String,java.lang.Class<?>>
algorithmsClassMapInOut
private static java.util.Map<java.lang.String,java.lang.Class<?>>
algorithmsClassMapOut
-
Constructor Summary
Constructors Modifier Constructor Description private
TransformerAlgorithmMapper()
-
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)
-
-
-
Field Detail
-
algorithmsClassMapInOut
private static java.util.Map<java.lang.String,java.lang.Class<?>> algorithmsClassMapInOut
-
algorithmsClassMapIn
private static java.util.Map<java.lang.String,java.lang.Class<?>> algorithmsClassMapIn
-
algorithmsClassMapOut
private static java.util.Map<java.lang.String,java.lang.Class<?>> algorithmsClassMapOut
-
-
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
-
-