Index: CipherValue.java
===================================================================
RCS file: /home/cvspublic/xml-security/src/org/apache/xml/security/encryption/CipherValue.java,v
retrieving revision 1.6
diff -u -r1.6 CipherValue.java
--- CipherValue.java	18 Mar 2003 22:47:44 -0000	1.6
+++ CipherValue.java	14 Dec 2003 14:22:37 -0000
@@ -71,7 +71,8 @@
      *
      * @return cipher value.
      */
-    byte[] getValue();
+	String getValue();
+	// byte[] getValue();
     
     /**
      * Sets the Base 64 encoded, encrypted octets that is the
@@ -79,5 +80,6 @@
      *
      * @param value the cipher value.
      */
-    void setValue(byte[] value);
+	void setValue(String value);
+	// void setValue(byte[] value);
 }
