XML Security, 1.6

com.ibm.xml.enc.dom
Class DOMOriginatorKeyInfo

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.DOMOriginatorKeyInfo
All Implemented Interfaces:
KeyInfo, XMLStructure

public class DOMOriginatorKeyInfo
extends DOMKeyInfo


Constructor Summary
DOMOriginatorKeyInfo(org.w3c.dom.Element kiElem, XMLCryptoContext context)
           
DOMOriginatorKeyInfo(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

DOMOriginatorKeyInfo

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

DOMOriginatorKeyInfo

public DOMOriginatorKeyInfo(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.