Lines Matching defs:unwrap

101  *   wrap()  |          |          |  unwrap()
168 * <code>wrap()</code>, <code>unwrap()</code>, or
173 * ByteBuffer) wrap()} or {@link #unwrap(ByteBuffer, ByteBuffer)
174 * unwrap()} on outbound or inbound data, respectively. Depending on
179 * <code>unwrap()</code> will examine the source buffer and may
185 * Calls to <code>wrap()</code> and <code>unwrap()</code> return an
192 * calls to <code>wrap()/unwrap()</code>. Thus input and output
203 * For example, <code>unwrap()</code> will return a {@link
208 * enlarging the buffer if necessary. Similarly, if <code>unwrap()</code>
215 * SSLEngineResult r = engine.unwrap(src, dst);
282 * processed by the local <code>SSLEngine</code>'s <code>unwrap()</code>
284 * <code>unwrap()</code> and looking for a <code>SSLEngineResult</code>
339 * <li>The <code>wrap()</code> and <code>unwrap()</code> methods
357 * (either <code>wrap()</code> or <code>unwrap()</code>) concurrently,
598 * {@link #unwrap(ByteBuffer, ByteBuffer [], int, int)
599 * engine.unwrap(src, new ByteBuffer [] { dst }, 0, 1);}
620 * @see #unwrap(ByteBuffer, ByteBuffer [], int, int)
622 public SSLEngineResult unwrap(ByteBuffer src,
624 return unwrap(src, new ByteBuffer [] { dst }, 0, 1);
634 * {@link #unwrap(ByteBuffer, ByteBuffer [], int, int)
635 * engine.unwrap(src, dsts, 0, dsts.length);}
657 * @see #unwrap(ByteBuffer, ByteBuffer [], int, int)
659 public SSLEngineResult unwrap(ByteBuffer src,
664 return unwrap(src, dsts, 0, dsts.length);
687 * data from the peer, and for invoking unwrap() on the data in the
747 public abstract SSLEngineResult unwrap(ByteBuffer src,
814 * Returns whether {@link #unwrap(ByteBuffer, ByteBuffer)} will
1015 * <code>wrap()</code> and <code>unwrap()</code> methods will