Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.xml.security.encryption
Class ReferenceList

java.lang.Object
  extended by weblogic.xml.security.encryption.ReferenceList
All Implemented Interfaces:
XMLEncConstants

public class ReferenceList
extends Object
implements XMLEncConstants


Field Summary
 
Fields inherited from interface weblogic.xml.security.encryption.XMLEncConstants
ATTR_ALGORITHM, ATTR_ENCODING, ATTR_ID, ATTR_MIME_TYPE, ATTR_RECIPIENT, ATTR_TYPE, ATTR_URI, CONTENT_ONLY, CONTENT_ONLY_PROPERTY, DEFAULT_ENC_ENCODING, TAG_CARRIED_KEY_NAME, TAG_CIPHER_DATA, TAG_CIPHER_VALUE, TAG_DATA_REFERENCE, TAG_ENCRYPTED_DATA, TAG_ENCRYPTED_KEY, TAG_ENCRYPTED_TYPE, TAG_ENCRYPTION_METHOD, TAG_KEY_REFERENCE, TAG_KEY_SIZE, TAG_OAEP_PARAMS, TAG_REFERENCE_LIST, TC_ENCRYPTED_DATA, TC_ENCRYPTED_KEY, TC_ENCRYPTION_METHOD, TC_REFERENCE_LIST, VERBOSE, VERBOSE_PROPERTY, VERBOSE_PROPERTY_ALT, XMLENC_PREFIX, XMLENC_URI
 
Constructor Summary
ReferenceList()
           
ReferenceList(XMLInputStream in, String ns)
           
 
Method Summary
 void addReference(DataReference ref)
           
 void addReference(KeyReference ref)
           
 Iterator getReferences()
           
static void main(String[] args)
           
 String toString()
           
 void toXML(XMLOutputStream out, String ns, int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferenceList

public ReferenceList()

ReferenceList

public ReferenceList(XMLInputStream in,
                     String ns)
              throws XMLStreamException
Throws:
XMLStreamException
Method Detail

addReference

public void addReference(DataReference ref)

addReference

public void addReference(KeyReference ref)

getReferences

public Iterator getReferences()

toString

public String toString()
Overrides:
toString in class Object

toXML

public void toXML(XMLOutputStream out,
                  String ns,
                  int indent)
           throws XMLStreamException
Throws:
XMLStreamException

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02