|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.idoox.xml.security.KeyContentFactory
The factory for KeyContent that creates the instance of the KeyContent
and (un)regiter the application defined KeyContent object.
There are implemented four types of KeyContent:
KeyContent to get further
information.
| Constructor Summary | |
KeyContentFactory()
|
|
| Method Summary | |
static KeyContent |
getKeyContent(QName name)
Creates new KeyContent instance associated with the given name. |
static void |
registerKeyContent(KeyContent keyContent)
Adds KeyContent object to this factory. |
static void |
unregisterKeyContent(QName name)
Removes KeyContent instance from this factory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KeyContentFactory()
| Method Detail |
public static KeyContent getKeyContent(QName name)
throws SignatureException
name - name of the KeyContent to be created.
SignatureException - thrown when an error occurs.public static void registerKeyContent(KeyContent keyContent)
keyContent - the KeyContent instancepublic static void unregisterKeyContent(QName name)
name - the KeyContent instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||