Class Init
- java.lang.Object
-
- org.apache.xml.security.stax.config.Init
-
public class Init extends java.lang.Object
Class to load the algorithms-mappings from a configuration file. After the initialization the mapping is available through the JCEAlgorithmMapper
-
-
Field Summary
Fields Modifier and Type Field Description private static java.net.URI
initialized
-
Constructor Summary
Constructors Constructor Description Init()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
init(java.net.URI uri, java.lang.Class<?> callingClass)
-
-
-
Method Detail
-
init
public static void init(java.net.URI uri, java.lang.Class<?> callingClass) throws XMLSecurityException
- Throws:
XMLSecurityException
-
-