Home | History | Annotate | Download | only in signapk

Lines Matching refs:bytes

151             byte[] bytes = new byte[(int) file.length()];
152 input.read(bytes);
154 KeySpec spec = decryptPrivateKey(bytes, file);
156 spec = new PKCS8EncodedKeySpec(bytes);
296 // if the length of the signature file is a multiple of 1024 bytes.
331 // end-of-central-directory record will be 22 bytes long, so
332 // we expect to find the EOCD marker 22 bytes from the end.
358 // signature starts this many bytes from the end of the file
362 // Why the 0xff bytes? In a zip file with no archive comment,
363 // bytes [-6:-2] of the file are the little-endian offset from
365 // two high bytes to be 0xff 0xff, the archive would have to