Class Init
java.lang.Object
org.docx4j.org.apache.xml.security.Init
public class Init
extends java.lang.Object
This class does the configuration of the library. This includes creating
the mapping of Canonicalization and Transform algorithms. Initialization is
done by calling
init() which should be done in any static block
of the files of this library. We ensure that this call is only executed once.-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONF_NSThe namespace for CONF file -
Constructor Summary
Constructors Constructor Description Init() -
Method Summary
Modifier and Type Method Description static voidinit()Method initstatic booleanisInitialized()Method isInitialized
-
Field Details
-
CONF_NS
public static final java.lang.String CONF_NSThe namespace for CONF file- See Also:
- Constant Field Values
-
-
Constructor Details
-
Init
public Init()
-
-
Method Details
-
isInitialized
public static final boolean isInitialized()Method isInitialized- Returns:
- true if the library is already initialized.
-
init
public static void init()Method init
-