Home | History | Annotate | Download | only in security

Lines Matching refs:off

44  * <p>It is possible to turn this stream on or off (see
47 * results in an update on the message digest. But when it is off,
68 /* Are we on or off? */
135 * {@code b}, starting at offset {@code off}. This method
144 * @param off the starting offset into {@code b} of where the
148 * stream into b, starting at offset {@code off}.
160 public int read(byte[] b, int off, int len) throws IOException {
161 int result = in.read(b, off, len);
163 digest.update(b, off, result);
169 * Turns the digest function on or off. The default is on. When
171 * update on the message digest. But when it is off, the message
175 * it off.