Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6241817

Apply fix for 4150728 to JCE: (read(byte[],int,int)-spec of offset arg confusing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P5 P5
    • None
    • 6
    • security-libs
    • None

      ###@###.### wrote:

      >>I am working on the bug:
      >>
      >>4150728: ((spec) {Data,}InputStream.read(byte[], int, int) - spec of
      >>offset argument confusing
      >>
      >>The fix needs to modify the javadoc of
      >>javax.crypto.CipherInputStream.read(byte[] b, int off, int len)
      >>
      >>I believe that your team owns this class, if it is true, either you
      >>allow me to modify the class (I will send codeview requirement) or I
      >>file a new bug against this class.
      >>
      >>The modification is to simply replace:
      >> * @param off the start offset of the data.
      >>by:
      >> * @param off the start offset in array <code>buf</code>
      >> * at which the data is written.
      >>
      >>Thanks.

      ###@###.### 2005-03-16 22:18:12 GMT

            wetmore Bradford Wetmore
            wetmore Bradford Wetmore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: