|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.security.Init
public class Init
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 | |
---|---|
static java.lang.String |
CONF_NS
The namespace for CONF file |
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 |
Field Detail |
---|
public static final java.lang.String CONF_NS
Constructor Detail |
---|
public Init()
Method Detail |
---|
public static final boolean isInitialized()
public static void init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |