264265266267268269270271272273274
if ( IS_DEBUG ) { LOG.debug( " current byte : {}", Asn1StringUtils.dumpByte( octet ) ); } tlv.incLengthBytesRead(); length = ( length << 8 ) | ( octet & 0x00FF ); if ( !stream.hasRemaining() ) { tlv.setLength( length );