|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-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.dsig.ObjectReference
oracle.security.xmlsec.enc.XECipherReference
The CipherReference element that identifies a source containing the encrypted data.
XECipherData| Field Summary |
| Fields inherited from class oracle.security.xmlsec.util.XMLNode |
node, systemId |
| Constructor Summary | |
XECipherReference(org.w3c.dom.Element cipherRef)Create a XECipherReference instance from the given CipherReference element. |
|
XECipherReference(org.w3c.dom.Element cipherRef, java.lang.String systemId)Create a XECipherReference instance from the given CipherReference element. |
|
| Method Summary | |
void |
addTransform(XSAlgorithmIdentifier trans)Adds a Transform algorithm to the list of Transforms to be applied to the referenced cipher value. |
byte[] |
getCipherValue()Dereferences this CipherReference and returns the octets of the cipher value being referenced. |
java.util.Vector |
getTransforms()Returns a list of the XML transforms to be applied to the referenced cipher value. |
| Methods inherited from class oracle.security.xmlsec.dsig.ObjectReference |
dereference, getURI, setURI |
| 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 |
| Constructor Detail |
public XECipherReference(org.w3c.dom.Element cipherRef)
throws org.w3c.dom.DOMException
XECipherReference instance from the given CipherReference element.cipherRef - A CipherReference element.
public XECipherReference(org.w3c.dom.Element cipherRef,
java.lang.String systemId)
throws org.w3c.dom.DOMException
XECipherReference instance from the given CipherReference element.cipherRef - A CipherReference element.systemId - The URI string system ID for this element.XMLNode.setSystemId(java.lang.String)| Method Detail |
public void addTransform(XSAlgorithmIdentifier trans)
throws org.w3c.dom.DOMException
When the first Transform is added, a Transforms element is created as a child to this XECipherReference to contain the sequence of Transform elements. This Transforms element is in the XML-ENC namespace, while each Transform element always has the XML-DSIG namespace.
addTransform in class ObjectReferencetrans - An XSAlgorithmIdentifier instance.org.w3c.dom.DOMExceptionpublic java.util.Vector getTransforms()
getTransforms in class ObjectReferenceVector of XSAlgorithmIdentifiers.
public byte[] getCipherValue()
throws ReferenceException
null if none resulted from the dereferencing operation.ReferenceException
|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||