equal
deleted
inserted
replaced
774 } |
774 } |
775 |
775 |
776 /** |
776 /** |
777 * Updates the data to be signed or verified using the specified |
777 * Updates the data to be signed or verified using the specified |
778 * ByteBuffer. Processes the {@code data.remaining()} bytes |
778 * ByteBuffer. Processes the {@code data.remaining()} bytes |
779 * starting at at {@code data.position()}. |
779 * starting at {@code data.position()}. |
780 * Upon return, the buffer's position will be equal to its limit; |
780 * Upon return, the buffer's position will be equal to its limit; |
781 * its limit will not have changed. |
781 * its limit will not have changed. |
782 * |
782 * |
783 * @param data the ByteBuffer |
783 * @param data the ByteBuffer |
784 * |
784 * |