Date: Wed, 13 May 1998 12:23:14 -0700 (PDT)
From: Walter Read <walter_read@csufresno.edu>
Message-Id: <199805131923.MAA00281@zimmer.csufresno.edu>
To: Jan.Luehe@Eng, farzad@engr.csufresno.edu,
Subject: Re: Possible bug in JCE 1.2
<useful info>
Note that if you initialize the Cipher object with "NoPadding",
no bytes will be buffered by the Cipher object, i.e., the
512 bytes read will be processed and returned.
In that case, the first read operation by the server will return
512 (instead of 504!) bytes.
Hope this helps,
Yeah, thanks for all this. Helps a lot.
Jan
-Walt