blautenb 2003/11/16 01:32:07
Modified: src/org/apache/xml/security/encryption XMLCipher.java
Log:
Implemented support for CipherReference logic
Revision Changes Path
1.15 +4 -0
xml-security/src/org/apache/xml/security/encryption/XMLCipher.java
Index: XMLCipher.java
===================================================================
RCS file:
/home/cvs/xml-security/src/org/apache/xml/security/encryption/XMLCipher.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- XMLCipher.java 16 Nov 2003 09:20:32 -0000 1.14
+++ XMLCipher.java 16 Nov 2003 09:32:07 -0000 1.15
@@ -1450,6 +1450,8 @@
* The newEncryptedData and newEncryptedKey methods create fairly
complete
* elements that are immediately useable. All the other create* methods
* return bare elements that still need to be built upon.
+ *<p>
+ * An EncryptionMethod will still need to be added however
*
* @param type Either REFERENCE_TYPE or VALUE_TYPE - defines what kind
of
* CipherData this EncryptedData will contain.
@@ -1505,6 +1507,8 @@
* The newEncryptedData and newEncryptedKey methods create fairly
complete
* elements that are immediately useable. All the other create* methods
* return bare elements that still need to be built upon.
+ *<p>
+ * An EncryptionMethod will still need to be added however
*
* @param type Either REFERENCE_TYPE or VALUE_TYPE - defines what kind
of
* CipherData this EncryptedData will contain.