|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.util.XMLNode
oracle.security.xmlsec.util.XMLElement
oracle.security.xmlsec.wss.WSSElement
oracle.security.xmlsec.wss.WSSKeyIdentifier
The base class for wsse:KeyIdentifier that is used within a wsse:SecurityTokenReference element to reference a security token using an opaque identifier.
| Field Summary |
| Fields inherited from class oracle.security.xmlsec.util.XMLNode |
node, systemId |
| Constructor Summary | |
WSSKeyIdentifier(org.w3c.dom.Document owner)Create a new WSSKeyIdentifier instance. |
|
WSSKeyIdentifier(org.w3c.dom.Document owner, java.lang.String valType)Create a new WSSKeyIdentifier instance. |
|
WSSKeyIdentifier(org.w3c.dom.Document owner, java.lang.String valType, java.lang.String encType)Create a new WSSKeyIdentifier instance. |
|
WSSKeyIdentifier(org.w3c.dom.Element element)Create a new WSSKeyIdentifier instance from the given XML element. |
|
WSSKeyIdentifier(org.w3c.dom.Element element, java.lang.String systemId)Create a new WSSKeyIdentifier instance from the given XML element. |
|
| Method Summary | |
java.lang.String |
getEncodingType()Get the encoding type of key identifier. |
oracle.security.xmlsec.util.QName |
getName()Get the name of the security token reference. |
byte[] |
getValue()Get the key identifier value. |
java.lang.String |
getValueType()Get the type of key identifier. |
void |
setEncodingType(java.lang.String encType)Set the encoding type of key identifier. |
void |
setValue(byte[] value)Set the key identifier value. |
void |
setValueType(java.lang.String valType)Set the type of key identifier. |
| Methods inherited from class oracle.security.xmlsec.wss.WSSElement |
getId, getWsuId, setId, setWsuId |
| Methods inherited from class oracle.security.xmlsec.util.XMLElement |
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefix |
| Methods inherited from class oracle.security.xmlsec.util.XMLNode |
appendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXML |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.security.xmlsec.wss.WSSecurityTokenReferenceType |
getKey, getNode, getSecurityToken |
| Constructor Detail |
public WSSKeyIdentifier(org.w3c.dom.Element element)
WSSKeyIdentifier instance from the given XML element.element - A wsse:KeyIdentifier element.
public WSSKeyIdentifier(org.w3c.dom.Element element,
java.lang.String systemId)
WSSKeyIdentifier instance from the given XML element.element - A wsse:KeyIdentifier element.systemId - The URI string system ID for this element.public WSSKeyIdentifier(org.w3c.dom.Document owner)
WSSKeyIdentifier instance.owner - A XML Document to be used as the owner document of this structure.
public WSSKeyIdentifier(org.w3c.dom.Document owner,
java.lang.String valType)
WSSKeyIdentifier instance.owner - A XML Document to be used as the owner document of this structure.valType - The type of key identifier.
public WSSKeyIdentifier(org.w3c.dom.Document owner,
java.lang.String valType,
java.lang.String encType)
WSSKeyIdentifier instance.owner - A XML Document to be used as the owner document of this structure.valType - The type of key identifier.encType - The encoding type of key identifier .| Method Detail |
public void setValueType(java.lang.String valType)
valType - The key identifier value type.public java.lang.String getValueType()
public void setEncodingType(java.lang.String encType)
encType - The key identifier encoding type.public java.lang.String getEncodingType()
public void setValue(byte[] value)
The identifier bytes will be encoded.
value - The key identifier bytes.public byte[] getValue()
public oracle.security.xmlsec.util.QName getName()
getName in interface WSSecurityTokenReferenceType
|
Oracle Security Developer Tools Web Services Security Java API Reference 10g Release 2 (10.1.2.0.2) B15570-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||