com.sun.xml.ws.security.opt.impl.crypto
Class SSEData
java.lang.Object
com.sun.xml.ws.security.opt.impl.crypto.SSEData
- All Implemented Interfaces:
- StreamWriterData, Data
public class SSEData
- extends Object
- implements StreamWriterData
- Author:
- K.Venugopal@sun.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSEData
public SSEData(SecurityElement se,
boolean contentOnly,
NamespaceContextEx ns)
- Creates a new instance of SSEData
SSEData
public SSEData(SecurityElement se,
boolean contentOnly,
NamespaceContextEx ns,
HashMap props)
SSEData
public SSEData(XMLStreamBuffer buffer)
getNamespaceContext
public NamespaceContextEx getNamespaceContext()
- Specified by:
getNamespaceContext in interface StreamWriterData
getSecurityElement
public SecurityElement getSecurityElement()
write
public void write(XMLStreamWriter writer)
throws XMLStreamException
- Specified by:
write in interface StreamWriterData
- Throws:
XMLStreamException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.