コード例 #1
0
 protected void engineupdate(byte[] b, int off, int len) throws signatureexception {
   signer.update(b, off, len);
 }
コード例 #2
0
 protected void engineupdate(byte b) throws signatureexception {
   signer.update(b);
 }