com.ibm.xml.enc.dom
Class DOMRecipientKeyInfo
java.lang.Object
com.ibm.xml.enc.dom.DOMStructure
com.ibm.xml.enc.dom.DOMKeyInfo
com.ibm.xml.enc.dom.DOMRecipientKeyInfo
- All Implemented Interfaces:
- KeyInfo, XMLStructure
public class DOMRecipientKeyInfo
- extends DOMKeyInfo
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 java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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
Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.