Exemplo n.º 1
0
 protected void engineupdate(byte[] b, int off, int len) throws signatureexception {
   signer.update(b, off, len);
 }
Exemplo n.º 2
0
 protected void engineupdate(byte b) throws signatureexception {
   signer.update(b);
 }