|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 2 (10.1.2.0.2) B15571-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.security.xmlsec.keys.KeyUtils
Utility class containing static methods for working with XML-DSIG KeyInfo elements and structures.
*** For internal use only. ***
Constructor Summary | |
KeyUtils() |
Method Summary | |
static KeyInfoData |
createKeyInfoData(org.w3c.dom.Element element) Creates a new instance of the implementation class for the given Element, and uses it to wrap the Element. |
static KeyInfoData |
createKeyInfoData(org.w3c.dom.Element element, java.lang.String systemId) Creates a new instance of the implementation class for the given Element, and uses it to wrap the Element. |
static KeyName |
createKeyName(org.w3c.dom.Document owner) Creates a KeyName instance. |
static KeyValue |
createKeyValue(org.w3c.dom.Document owner) Creates a KeyValue instance. |
static KeyValue |
createKeyValue(org.w3c.dom.Document owner, PublicKey publicKey) Creates a KeyValue instance containing the given public key. |
static KeyValueData |
createKeyValueData(org.w3c.dom.Element element) Creates a new instance of the implementation class for the given Element, and uses it to wrap the Element. |
static KeyValueData |
createKeyValueData(org.w3c.dom.Element element, java.lang.String systemId) Creates a new instance of the implementation class for the given Element, and uses it to wrap the Element. |
static MgmtData |
createMgmtData(org.w3c.dom.Document owner) Creates a MgmtData instance. |
static PGPData |
createPGPData(org.w3c.dom.Document owner) Creates a PGPData instance. |
static RetrievalMethod |
createRetrievalMethod(org.w3c.dom.Document owner) Creates a RetrievalMethod instance. |
static SPKIData |
createSPKIData(org.w3c.dom.Document owner) Creates a SPKIData instance. |
static X509Data |
createX509Data(org.w3c.dom.Document owner) Creates a X509Data instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KeyUtils()
Method Detail |
public static KeyInfoData createKeyInfoData(org.w3c.dom.Element element)
element
- The element to be wrapped.KeyInfoData
; a GenericKeyInfo
is returned if a corresponding implementation class cannot be identified.public static KeyInfoData createKeyInfoData(org.w3c.dom.Element element, java.lang.String systemId)
element
- The element to be wrapped.systemId
- The URI string system ID of the KeyInfoData
.KeyInfoData
; a GenericKeyInfo
is returned if a corresponding implementation class cannot be identified.public static KeyName createKeyName(org.w3c.dom.Document owner)
public static MgmtData createMgmtData(org.w3c.dom.Document owner)
public static PGPData createPGPData(org.w3c.dom.Document owner)
public static SPKIData createSPKIData(org.w3c.dom.Document owner)
public static X509Data createX509Data(org.w3c.dom.Document owner)
public static RetrievalMethod createRetrievalMethod(org.w3c.dom.Document owner)
public static KeyValue createKeyValue(org.w3c.dom.Document owner)
public static KeyValue createKeyValue(org.w3c.dom.Document owner, PublicKey publicKey) throws InvalidKeyException
InvalidKeyException
public static KeyValueData createKeyValueData(org.w3c.dom.Element element)
element
- The element to be wrapped.KeyValueData
; a GenericKeyValue
is returned if a corresponding implementation class cannot be identified.public static KeyValueData createKeyValueData(org.w3c.dom.Element element, java.lang.String systemId)
element
- The element to be wrapped.systemId
- The URI string system ID of the KeyValueData
.KeyValueData
; a GenericKeyValue
is returned if a corresponding implementation class cannot be identified.
|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 2 (10.1.2.0.2) B15571-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |