| Package | Description | 
|---|---|
| weblogic.xml.security | |
| weblogic.xml.security.encryption | |
| weblogic.xml.security.keyinfo | |
| weblogic.xml.security.signature | |
| weblogic.xml.security.specs | |
| weblogic.xml.security.transforms | |
| weblogic.xml.security.utils | |
| weblogic.xml.security.wsse | |
| weblogic.xml.security.wsse.v200207 | |
| weblogic.xml.stream | Deprecated. Provides XML stream support. | 
| weblogic.xml.stream.util | Deprecated. Provides XML stream utilities support. | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | SecurityProcessingException | Deprecated.
 please use new WS Security API | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | EncryptionException | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected void | EncryptionMethod. fromXMLInternal(XMLInputStream in,
               java.lang.String ns) | Subclasses can override to deserialize algorithm specific parameters. | 
| abstract void | CipherData. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | |
| void | EncryptedKey. toXML(XMLOutputStream xos,
     int indent) | |
| void | EncryptedKey. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | |
| void | EncryptionMethod. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | |
| void | ReferenceList. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | |
| protected void | EncryptionMethod. toXMLInternal(XMLOutputStream out,
             java.lang.String ns,
             int indent) | Allow subclasses to add elements | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | KeyResolverException | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static KeyValue | KeyValue. fromXML(XMLInputStream in,
       java.lang.String ns) | |
| static X509IssuerSerial | X509IssuerSerial. fromXML(XMLInputStream in,
       java.lang.String ns) | |
| void | KeyInfo. toXML(XMLOutputStream os,
     int indent) | |
| void | KeyInfo. toXML(XMLOutputStream os,
     java.lang.String ns,
     int indent) | |
| abstract void | KeyValue. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | |
| void | X509Data. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | |
| void | X509IssuerSerial. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | XMLSignatureException | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | DigestMethod. fromXMLInternal(XMLInputStream in,
               java.lang.String ns) | Subclasses can override to deserialize algorithm specific parameters. | 
| protected static java.lang.String[] | CanonicalizationMethod. getInclusiveNamesSpacesFromXml(XMLInputStream in,
                              java.lang.String ns) | |
| void | CanonicalizationMethod. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | |
| void | DigestMethod. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | |
| void | Reference. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | |
| void | Signature. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected void | BinarySecurityTokenSpec. fromXMLInternal(XMLInputStream in,
               java.lang.String ns) | Deprecated. | 
| protected void | ElementIdentifier. fromXMLInternal(XMLInputStream in,
               java.lang.String ns) | Deprecated. | 
| void | EntityDescriptor. fromXMLInternal(XMLInputStream in) | Deprecated. | 
| protected abstract void | SpecBase. fromXMLInternal(XMLInputStream in,
               java.lang.String namespace) | Deprecated. | 
| static java.lang.String | EntityDescriptor. getValue(XMLInputStream in,
        java.lang.String tag) | Deprecated. | 
| void | BinarySecurityTokenSpec. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | Deprecated. | 
| void | ElementIdentifier. toXML(XMLOutputStream out,
     java.lang.String ns,
     int indent) | Deprecated. | 
| void | EntityDescriptor. toXML(XMLOutputStream out) | Deprecated. | 
| void | SecurityDD. toXML(XMLOutputStream out) | Deprecated. | 
| void | SpecBase. toXML(XMLOutputStream out) | Deprecated. | 
| abstract void | SpecBase. toXML(XMLOutputStream out,
     java.lang.String namespace,
     int indent) | Deprecated. | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | IncompatibleTransformException | |
| class  | TransformException | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected void | Transform. fromXMLInternal(XMLInputStream xin,
               java.lang.String ns) | |
| abstract XMLOutputStream | Transform. getXMLOutputStream() | |
| void | Transform. toXML(XMLOutputStream xos,
     java.lang.String ns,
     int indent) | |
| protected void | Transform. toXMLInternal(XMLOutputStream xos,
             java.lang.String ns,
             int indent) | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | XMLSecurityException | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | XMLOutputStreamBase. add(XMLEvent event) | |
| java.lang.Object | XMLObjectReader. readObject(XMLInputStream xin) | |
| java.lang.Object | XMLObjectReader. readObject(XMLInputStream xin,
          int expectedTC) | |
| abstract java.lang.Object | XMLObjectReader. readObjectInternal(int tc,
                  java.lang.String namespace,
                  XMLInputStream xin) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected void | SecureSoapOutputStream. addXMLEvent(XMLEvent event) | Deprecated. | 
| static java.lang.Object | WSSEReader. read(XMLInputStream in) | Deprecated. | 
| static java.lang.Object | WSSEReader. read(XMLInputStream in,
    int tc) | Deprecated. | 
| java.lang.Object | WSSEReader. readObjectInternal(int tc,
                  java.lang.String ns,
                  XMLInputStream xin) | Deprecated. | 
| void | SecurityTokenReference. toXML(XMLOutputStream os) | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | XMLInputStream. close() | Deprecated. Closes this input stream and releases any system resources associated with the stream. | 
| XMLInputStream | XMLInputStream. getSubStream() | Deprecated. getSubStream() returns a stream which points to the entire next element in the
 current stream. | 
| boolean | XMLInputStream. hasNext() | Deprecated. Check if there are more events to pull of the stream | 
| static void | XMLStream. main(java.lang.String[] args) | Deprecated. | 
| void | BufferedXMLInputStream. mark() | Deprecated. Sets the marks a point to return to in the stream,
 throws an exception if the stream does not support mark. | 
| abstract BufferedXMLInputStream | XMLInputStreamFactory. newBufferedInputStream(XMLInputStream inputStream) | Deprecated. Create a buffered XMLInputStream from an XMLInputStream | 
| abstract XMLInputStream | XMLInputStreamFactory. newCanonicalInputStream(XMLInputStream inputStream) | Deprecated. Wrap a canonical stream around an XMLInputStream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newCanonicalOutputStream(java.io.OutputStream outputStream) | Deprecated. Create a new Canonical XMLOutputStream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newCanonicalOutputStream(java.io.OutputStream outputStream,
                        java.util.Map map) | Deprecated. Create a new Canonical XMLOutputStream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newCanonicalOutputStream(java.io.Writer writer) | Deprecated. Create a new Canonical XMLOutputStream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newCanonicalOutputStream(java.io.Writer writer,
                        java.util.Map map) | Deprecated. | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newDebugOutputStream(java.io.OutputStream stream) | Deprecated. Create a new XMLOutputStream that writes to a stream that pretty prints it's output | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newDebugOutputStream(java.io.OutputStream stream,
                    boolean writeEmptyElements) | Deprecated. | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newDebugOutputStream(java.io.Writer writer) | Deprecated. Create a new XMLOutputStream that writes to a writer that pretty prints it's output | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newDebugOutputStream(java.io.Writer writer,
                    boolean writeEmptyElements) | Deprecated. | 
| abstract XMLInputStream | XMLInputStreamFactory. newDTDAwareInputStream(java.io.InputStream inputStream) | Deprecated. Create a stream that reads and understands a DTD, can be used to canoncalize
 an XML source | 
| abstract XMLInputStream | XMLInputStreamFactory. newDTDAwareInputStream(java.io.Reader reader) | Deprecated. Create a stream that reads and understands a DTD, can be used to canoncalize
 an XML source | 
| abstract XMLInputStream | XMLInputStreamFactory. newFragmentInputStream(java.io.InputStream inputStream,
                      java.util.Map namespaces) | Deprecated. Create a stream can parse fragments | 
| abstract XMLInputStream | XMLInputStreamFactory. newFragmentInputStream(java.io.Reader reader,
                      java.util.Map namespaces) | Deprecated. Create a stream can parse fragments | 
| abstract XMLInputOutputStream | XMLOutputStreamFactory. newInputOutputStream() | Deprecated. Create a new XMLInputOutputStream that can be passed into a method that takes
 an XMLOutputStream and read from like an XMLInputStream | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(java.io.File file) | Deprecated. Create a new XMLInputStream from a file | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(java.io.File file,
              ElementFilter filter) | Deprecated. Create a filtered XMLInputStream from a file | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(java.io.InputStream stream) | Deprecated. Create a new XMLInputStream from a stream | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(java.io.InputStream stream,
              ElementFilter filter) | Deprecated. Create a filtered XMLInputStream from a stream | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(java.io.Reader reader) | Deprecated. Create a new XMLInputStream from a reader | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(java.io.Reader reader,
              ElementFilter filter) | Deprecated. Create a filtered XMLInputStream from a reader | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(org.w3c.dom.Document doc) | Deprecated. Create an XMLInputStream that reads from a DOM document | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(org.w3c.dom.Document document,
              ElementFilter filter) | Deprecated. Create a filtered XMLInputStream that reads from a DOM document | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(org.w3c.dom.Node node) | Deprecated. Create an XMLInputStream that reads from a DOM node | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(org.w3c.dom.Node node,
              ElementFilter filter) | Deprecated. Create a filtered XMLInputStream that reads from a DOM node | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(XMLPullReader reader,
              org.xml.sax.InputSource input) | Deprecated. Create a new XMLInputStream from an InputSource | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(XMLPullReader reader,
              org.xml.sax.InputSource input,
              ElementFilter filter) | Deprecated. Create a filtered XMLInputStream from an InputSource read by the XMLPullReader | 
| abstract XMLInputStream | XMLInputStreamFactory. newInputStream(XMLInputStream inputStream,
              ElementFilter filter) | Deprecated. Create a filtered XMLInputStream from an XMLInputStream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(java.io.OutputStream stream) | Deprecated. Create a new XMLOutputStream that writes to a stream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(java.io.OutputStream stream,
               boolean writeEmptyElements) | Deprecated. Create a new XMLOutputStream that writes to a stream | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(java.io.Writer writer) | Deprecated. Create a new XMLOutputStream that writes to a writer | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(java.io.Writer writer,
               boolean writeEmptyElements) | Deprecated. Create a new XMLOutputStream that writes to a writer | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(org.w3c.dom.Document document) | Deprecated. Create a new XMLOutputStream that writes to a DOM document | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(org.w3c.dom.Document document,
               org.w3c.dom.DocumentFragment documentFragment) | Deprecated. Create a new XMLOutputStream that writes to a DOM document fragment | 
| abstract XMLOutputStream | XMLOutputStreamFactory. newOutputStream(org.xml.sax.ContentHandler handler) | Deprecated. Create a new XMLOutputStream that writes to a SAX ContentHandler | 
| XMLEvent | XMLInputStream. next() | Deprecated. Get the next XMLEvent on the stream | 
| XMLEvent | XMLInputStream. peek() | Deprecated. Check the next XMLEvent without reading it from the stream. | 
| void | BufferedXMLInputStream. reset() | Deprecated. Resets the stream to the previous mark. | 
| XMLInputStream | ReferenceResolver. resolve(java.lang.String idref) | Deprecated. Returns the xml pointed to by this idref as an XMLInputStream | 
| abstract void | XMLInputStreamFactory. setFilter(ElementFilter filter) | Deprecated. Allows you to set a default filter for the factory that will wrap all streams created from this factory | 
| void | XMLInputStreamFilter. setParent(XMLInputStream parent) | Deprecated. Set the parent stream | 
| void | XMLInputStream. skip() | Deprecated. Skip the next stream event | 
| boolean | XMLInputStream. skip(int eventType) | Deprecated. Position the stream at the next XMLEvent of this type. | 
| boolean | XMLInputStream. skip(XMLName name) | Deprecated. Position the stream at the next element of this name. | 
| boolean | XMLInputStream. skip(XMLName name,
    int eventType) | Deprecated. Position the stream at the next element of this name and this type. | 
| void | XMLInputStream. skipElement() | Deprecated. Skips the entire next start tag / end tag pair. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | RecyclingFactory. add(XMLInputStream stream) | Deprecated. Return a stream to the pool. | 
| void | XMLInputOutputStreamBase. add(java.lang.String markup) | Deprecated. | 
| void | XMLInputOutputStreamBase. add(Attribute attribute) | Deprecated. This method is only supported if the last element was
 a start element. | 
| void | XMLInputOutputStreamBase. add(XMLEvent e) | Deprecated. | 
| void | XMLInputOutputStreamBase. add(XMLInputStream stream) | Deprecated. | 
| void | PipedXMLInputStreamBase. close() | Deprecated. | 
| void | XMLInputOutputStreamBase. close() | Deprecated. | 
| void | XMLInputOutputStreamBase. close(boolean flush) | Deprecated. | 
| void | XMLInputStreamFilterBase. close() | Deprecated. | 
| protected XMLEvent | PipedXMLInputStreamBase. filter(XMLEvent e) | Deprecated. | 
| void | XMLInputOutputStreamBase. flush() | Deprecated. | 
| XMLInputStream | PipedXMLInputStreamBase. getSubStream() | Deprecated. | 
| XMLInputStream | XMLInputOutputStreamBase. getSubStream() | Deprecated. | 
| XMLInputStream | XMLInputStreamFilterBase. getSubStream() | Deprecated. | 
| boolean | PipedXMLInputStreamBase. hasNext() | Deprecated. | 
| boolean | XMLInputOutputStreamBase. hasNext() | Deprecated. | 
| boolean | XMLInputStreamFilterBase. hasNext() | Deprecated. | 
| protected XMLEvent | XMLInputStreamFilterBase. modify(XMLEvent e) | Deprecated. | 
| XMLEvent | PipedXMLInputStreamBase. next() | Deprecated. | 
| XMLEvent | XMLInputOutputStreamBase. next() | Deprecated. | 
| XMLEvent | XMLInputStreamFilterBase. next() | Deprecated. | 
| XMLEvent | XMLSubStreamBase. next() | Deprecated. | 
| XMLEvent | PipedXMLInputStreamBase. peek() | Deprecated. | 
| XMLEvent | XMLInputOutputStreamBase. peek() | Deprecated. | 
| XMLEvent | XMLInputStreamFilterBase. peek() | Deprecated. | 
| void | XMLInputStreamFilterBase. pushBack(XMLEvent e) | Deprecated. | 
| XMLInputStream | RecyclingFactory. remove(java.io.InputStream stream) | Deprecated. Get a recycled XMLInputStream from the pool
 or create a new one | 
| XMLInputStream | RecyclingFactory. remove(java.io.InputStream stream,
      ElementFilter filter) | Deprecated. Get a recycled XMLInputStream from the pool
 or create a new one and wrap it with the desired
 filter | 
| XMLInputStream | RecyclingFactory. remove(java.io.Reader reader) | Deprecated. Get a recycled XMLInputStream from the pool
 or create a new one | 
| XMLInputStream | RecyclingFactory. remove(java.io.Reader reader,
      ElementFilter filter) | Deprecated. Get a recycled XMLInputStream from the pool
 or create a new one and wrap it with the desired
 filter | 
| void | PipedXMLInputStreamBase. setParent(XMLInputStream parent) | Deprecated. | 
| void | XMLInputStreamFilterBase. setParent(XMLInputStream parent) | Deprecated. | 
| void | PipedXMLInputStreamBase. skip() | Deprecated. | 
| boolean | PipedXMLInputStreamBase. skip(int elementType) | Deprecated. | 
| boolean | PipedXMLInputStreamBase. skip(XMLName name) | Deprecated. | 
| boolean | PipedXMLInputStreamBase. skip(XMLName name,
    int elementType) | Deprecated. | 
| void | XMLInputOutputStreamBase. skip() | Deprecated. | 
| boolean | XMLInputOutputStreamBase. skip(int elementType) | Deprecated. | 
| boolean | XMLInputOutputStreamBase. skip(XMLName name) | Deprecated. | 
| boolean | XMLInputOutputStreamBase. skip(XMLName name,
    int elementType) | Deprecated. | 
| void | XMLInputStreamFilterBase. skip() | Deprecated. | 
| boolean | XMLInputStreamFilterBase. skip(int elementType) | Deprecated. | 
| boolean | XMLInputStreamFilterBase. skip(XMLName name) | Deprecated. | 
| boolean | XMLInputStreamFilterBase. skip(XMLName name,
    int elementType) | Deprecated. | 
| void | PipedXMLInputStreamBase. skipElement() | Deprecated. | 
| void | XMLInputOutputStreamBase. skipElement() | Deprecated. | 
| void | XMLInputStreamFilterBase. skipElement() | Deprecated. |