Class TransformerAlgorithmMapper
java.lang.Object
org.apache.xml.security.stax.config.TransformerAlgorithmMapper
Mapping between JCE id and xmlsec uri's for algorithms
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Class<?>
getTransformerClass
(String algoURI, XMLSecurityConstants.DIRECTION direction) protected static void
init
(TransformAlgorithmsType transformAlgorithms, Class<?> callingClass)
-
Field Details
-
algorithmsClassMapInOut
-
algorithmsClassMapIn
-
algorithmsClassMapOut
-
-
Constructor Details
-
TransformerAlgorithmMapper
private TransformerAlgorithmMapper()
-
-
Method Details
-
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
-