jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/EncryptionProperty.java
changeset 10694 cf59e2badd14
parent 2 90ce3da70b43
child 18780 f47b920867e7
equal deleted inserted replaced
10693:6e9ebed2e783 10694:cf59e2badd14
    99      * Returns the properties of the <CODE>EncryptionProperty</CODE>.
    99      * Returns the properties of the <CODE>EncryptionProperty</CODE>.
   100      *
   100      *
   101      * @return an <code>Iterator</code> over all the addiitonal encryption
   101      * @return an <code>Iterator</code> over all the addiitonal encryption
   102      *   information contained in this class.
   102      *   information contained in this class.
   103      */
   103      */
   104     Iterator getEncryptionInformation();
   104     Iterator<Element> getEncryptionInformation();
   105 
   105 
   106     /**
   106     /**
   107      * Adds encryption information.
   107      * Adds encryption information.
   108      *
   108      *
   109      * @param information the additional encryption information.
   109      * @param information the additional encryption information.