org.apache.xml.security
Class Init
java.lang.Object
org.apache.xml.security.Init
public class Init
- extends 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.
|
Constructor Summary |
Init()
|
|
Method Summary |
static void |
init()
Method init |
static boolean |
isInitialized()
Method isInitialized |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONF_NS
public static final String CONF_NS
- The namespace for CONF file
- See Also:
- Constant Field Values
Init
public Init()
isInitialized
public static final boolean isInitialized()
- Method isInitialized
- Returns:
- true if the library is already initialized.
init
public static void init()
- Method init
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.