XML Security, 1.6

com.ibm.xml.enc.dom
Class DOMRecipientKeyInfo

java.lang.Object
  extended by com.ibm.xml.enc.dom.DOMStructure
      extended by com.ibm.xml.enc.dom.DOMKeyInfo
          extended by com.ibm.xml.enc.dom.DOMRecipientKeyInfo
All Implemented Interfaces:
KeyInfo, XMLStructure

public class DOMRecipientKeyInfo
extends DOMKeyInfo


Constructor Summary
DOMRecipientKeyInfo(org.w3c.dom.Element kiElem, XMLCryptoContext context)
           
DOMRecipientKeyInfo(java.util.List content, java.lang.String id)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 void marshal(org.w3c.dom.Node parent, org.w3c.dom.Node nextSibling, java.lang.String dsPrefix, DOMCryptoContext context)
           
 void marshal(org.w3c.dom.Node parent, java.lang.String dsPrefix, DOMCryptoContext context)
           
 
Methods inherited from class com.ibm.xml.enc.dom.DOMKeyInfo
getContent, getId, marshal
 
Methods inherited from class com.ibm.xml.enc.dom.DOMStructure
isFeatureSupported
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
 

Constructor Detail

DOMRecipientKeyInfo

public DOMRecipientKeyInfo(java.util.List content,
                           java.lang.String id)

DOMRecipientKeyInfo

public DOMRecipientKeyInfo(org.w3c.dom.Element kiElem,
                           XMLCryptoContext context)
                    throws MarshalException
Throws:
MarshalException
Method Detail

marshal

public void marshal(org.w3c.dom.Node parent,
                    java.lang.String dsPrefix,
                    DOMCryptoContext context)
             throws MarshalException
Overrides:
marshal in class DOMKeyInfo
Throws:
MarshalException

marshal

public void marshal(org.w3c.dom.Node parent,
                    org.w3c.dom.Node nextSibling,
                    java.lang.String dsPrefix,
                    DOMCryptoContext context)
             throws MarshalException
Overrides:
marshal in class DOMKeyInfo
Throws:
MarshalException

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class DOMKeyInfo

XML Security, 1.6

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