Lines Matching defs:wrap

101  *   wrap()  |          |          |  unwrap()
168 * <code>wrap()</code>, <code>unwrap()</code>, or
172 * Data moves through the engine by calling {@link #wrap(ByteBuffer,
173 * ByteBuffer) wrap()} or {@link #unwrap(ByteBuffer, ByteBuffer)
175 * the state of the <code>SSLEngine</code>, a <code>wrap()</code> call
185 * Calls to <code>wrap()</code> and <code>unwrap()</code> return an
192 * calls to <code>wrap()/unwrap()</code>. Thus input and output
271 * generated by the engine, and <code>wrap()</code> should be repeatedly
274 * data obtained from the <code>wrap()</code> method should be sent to the
339 * <li>The <code>wrap()</code> and <code>unwrap()</code> methods
351 * sslEngine.wrap(src, dst);
357 * (either <code>wrap()</code> or <code>unwrap()</code>) concurrently,
443 * {@link #wrap(ByteBuffer [], int, int, ByteBuffer)
444 * engine.wrap(new ByteBuffer [] { src }, 0, 1, dst);}
465 * @see #wrap(ByteBuffer [], int, int, ByteBuffer)
467 public SSLEngineResult wrap(ByteBuffer src,
469 return wrap(new ByteBuffer [] { src }, 0, 1, dst);
479 * {@link #wrap(ByteBuffer [], int, int, ByteBuffer)
480 * engine.wrap(srcs, 0, srcs.length, dst);}
502 * @see #wrap(ByteBuffer [], int, int, ByteBuffer)
504 public SSLEngineResult wrap(ByteBuffer [] srcs,
509 return wrap(srcs, 0, srcs.length, dst);
534 * multiple calls to wrap() is transported in the same order in which
588 public abstract SSLEngineResult wrap(ByteBuffer [] srcs, int offset,
800 * {@link #wrap(ByteBuffer, ByteBuffer) wrap()} should be
832 * {@link #wrap(ByteBuffer, ByteBuffer)} should be
841 * Returns whether {@link #wrap(ByteBuffer, ByteBuffer)} will
846 * <code>wrap()</code> must be called to generate this data. When
1015 * <code>wrap()</code> and <code>unwrap()</code> methods will