XML Security, 1.6

com.ibm.xml.enc.dom
Class DOMCipherData

java.lang.Object
  extended by com.ibm.xml.enc.dom.DOMStructure
      extended by com.ibm.xml.enc.dom.DOMCipherData
All Implemented Interfaces:
CipherData, XMLStructure
Direct Known Subclasses:
DOMCipherReference, DOMCipherValue

public abstract class DOMCipherData
extends DOMStructure
implements CipherData


Constructor Summary
DOMCipherData()
           
 
Method Summary
static DOMCipherData getInstance(org.w3c.dom.Element elem, XMLCryptoContext context)
           
 
Methods inherited from class com.ibm.xml.enc.dom.DOMStructure
isFeatureSupported, marshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
 

Constructor Detail

DOMCipherData

public DOMCipherData()
Method Detail

getInstance

public static DOMCipherData getInstance(org.w3c.dom.Element elem,
                                        XMLCryptoContext context)
                                 throws MarshalException
Parameters:
elem - the CipherData element
context - the crypto context that this element may be inserted into
Throws:
MarshalException

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.