Lines Matching defs:wrap

73  * #wrap(byte[], int, int, MessageProp) wrap} and {@link #getMIC(byte[],
82 * of {@link #wrap(byte[], int, int, MessageProp) wrap} and
156 * // perform wrap on an application supplied message, appMsg,
162 * byte []tok = context.wrap(appMsg, 0, appMsg.length, mProp);
501 * that can be passed to <code>wrap</code>. Returns the maximum
502 * message size that, if presented to the <code>wrap</code> method with
516 * @param qop the level of protection wrap will be asked to provide.
517 * @param confReq <code>true</code> if wrap will be asked to provide
520 * wrap.
550 * emitted by wrap to provide "secure framing", implementations should
571 public byte[] wrap(byte inBuf[], int offset, int len,
580 * based {@link #wrap(byte[], int, int, MessageProp) wrap} method.<p>
598 * emitted by wrap to provide "secure framing", implementations should
618 public void wrap(InputStream inStream, OutputStream outStream,
622 * Used to process tokens generated by the <code>wrap</code> method on
624 * supplied by the peer application to its wrap call, while at the same
633 * emitted by wrap to provide "secure framing", implementations should
636 * @param inBuf a byte array containing the wrap token received from
658 * Uses streams to process tokens generated by the <code>wrap</code>
660 * message supplied by the peer application to its wrap call, while at
669 * emitted by wrap to provide "secure framing", implementations should
685 * @param inStream an InputStream that contains the wrap token generated
707 * application. Unlike wrap, which encapsulates the user message in the
711 * Note that privacy can only be applied through the wrap call.<p>
739 * Unlike wrap, which encapsulates the user message in the returned
744 * Note that privacy can only be applied through the wrap call.<p>
1039 * for the <code>wrap</code> method. This request can only be made on
1049 * object that is passed in to the <code>wrap</code> method.<p>
1069 * for the <code>wrap</code> and <code>getMIC</code>methods. This
1225 * @return true if methods like <code>wrap</code>, <code>unwrap</code>,