Code Review Request for two pass signing

Alan Bateman Alan.Bateman at oracle.com
Tue Apr 19 08:28:48 PDT 2011


Sean Mullan wrote:
>
> Got you. Does this look ok:
>
> for (long position = 0; position < remainderStart;) {
>     position += source.transferTo(position,
>                                   remainderStart, dest);
> }
>
>
Yes, that will do it. Same thing for the remainder that goes after the 
signature setion.

-Alan




More information about the jigsaw-dev mailing list