Searched refs:inputByteBuffer (Results 1 – 1 of 1) sorted by relevance
460 private static SigningCertificateLineage read(ByteBuffer inputByteBuffer) in read() argument462 ApkSigningBlockUtils.checkByteOrderLittleEndian(inputByteBuffer); in read()463 if (inputByteBuffer.remaining() < 8) { in read()468 if (inputByteBuffer.getInt() != MAGIC) { in read()472 return read(inputByteBuffer, inputByteBuffer.getInt()); in read()475 private static SigningCertificateLineage read(ByteBuffer inputByteBuffer, int version) in read() argument482 getLengthPrefixedSlice(inputByteBuffer)); in read()